Skip to content

Commit de6168d

Browse files
committed
Changing headings in ipynb for better readability on readthedocs
1 parent b00be0b commit de6168d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/examples/example_add_your_own_kernel.ipynb

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@
187187
"cell_type": "markdown",
188188
"metadata": {},
189189
"source": [
190-
"# Create a `Kernel` list\n",
190+
"## Create a `Kernel` list\n",
191191
"The virtual plastic particles will experience any behaviour that we apply to it. `plasticparcels` contains a few prebuilt behaviours (see [here](https://plastic.oceanparcels.org/en/latest/physicskernels.html) for more details). To use these behaviours, we must include a list of `Kernel` objects. Each `Kernel` describes some physics behaviour to be applied. To include the prebuilt kernels, we use the `constructors.create_kernel()` method."
192192
]
193193
},
@@ -324,7 +324,7 @@
324324
"cell_type": "markdown",
325325
"metadata": {},
326326
"source": [
327-
"# Implementing your own kernel\n",
327+
"## Implementing your own kernel\n",
328328
"In the case you want to include your own kernel or modify an existing kernel, you simply need to define your kernel and include it in the list of kernels. More details on how this works can be found [here](https://docs.oceanparcels.org/en/latest/examples/tutorial_kernelloop.html).\n",
329329
"\n",
330330
"Note: You must include the kernel before the error checking kernels, which are currently the last five kernels."

0 commit comments

Comments
 (0)