Skip to content

Commit 7507bc1

Browse files
reint-fischerreint-fischer
authored andcommitted
fix user guide navigation to dt guide
1 parent daf7e4d commit 7507bc1

3 files changed

Lines changed: 5 additions & 4 deletions

File tree

docs/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -533,7 +533,7 @@ def linkcode_resolve(domain, info):
533533

534534
# -- Options for autoapi --------------------------------------------------
535535
autoapi_dirs = ["../src/parcels"]
536-
# autoapi_add_toctree_entry = False
536+
autoapi_add_toctree_entry = False
537537
autoapi_root = "reference"
538538
autoapi_options = [
539539
"members",

docs/user_guide/examples/tutorial_dt_integrators.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"id": "0",
66
"metadata": {},
77
"source": [
8-
"# 🖥️ Choosing an appropriate timestep and integrator \n",
8+
"# 🖥️ Choosing timestep and integration method\n",
99
"\n",
1010
"In Parcels, we can simulate virtual particles through time. Kernels which compute a process as a function of time, such as advection, can do so by numerically integrating the process over each timestep `dt`. In this guide we explore how to control the numerical accuracy of a Parcels simulation by choosing an integration method and a timestep `dt`.\n",
1111
"\n",

docs/user_guide/index.md

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,11 +72,12 @@ examples/tutorial_interpolation.ipynb
7272
```{toctree}
7373
:caption: Run a simulation
7474
:name: tutorial-execute
75+
:titlesonly:
7576
76-
examples/tutorial_numerical_accuracy.ipynb
77-
examples/tutorial_peninsula_AvsCgrid.ipynb
77+
examples/tutorial_dt_integrators.ipynb
7878
```
7979

80+
<!-- examples/tutorial_peninsula_AvsCgrid.ipynb -->
8081
<!-- examples/documentation_advanced_zarr.ipynb -->
8182
<!-- examples/documentation_LargeRunsOutput.ipynb -->
8283

0 commit comments

Comments
 (0)