Skip to content

Commit 3d38eb6

Browse files
Remove sphinx autoapi templates (#2464)
Co-authored-by: Erik van Sebille <[email protected]> Fixes #2448
1 parent d9f3b2f commit 3d38eb6

File tree

4 files changed

+1
-251
lines changed

4 files changed

+1
-251
lines changed

docs/_autoapi_templates/python/class.rst

Lines changed: 0 additions & 96 deletions
This file was deleted.

docs/_autoapi_templates/python/module.rst

Lines changed: 0 additions & 152 deletions
This file was deleted.

docs/conf.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,6 @@
116116
# directories to ignore when looking for source files.
117117
exclude_patterns = [
118118
"_build",
119-
"_autoapi_templates",
120119
"jupyter_execute",
121120
"**.ipynb_checkpoints",
122121
"user_guide/examples_v3",
@@ -544,5 +543,4 @@ def linkcode_resolve(domain, info):
544543
]
545544
autoapi_member_order = "bysource"
546545
autodoc_typehints = "none"
547-
autoapi_template_dir = "_autoapi_templates"
548546
autoapi_own_page_level = "class"

docs/getting_started/tutorial_quickstart.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ As we can see, the reanalysis dataset contains eastward velocity `uo`, northward
4242
(`thetao`) and salinity (`so`) fields.
4343

4444
These hydrodynamic fields need to be stored in a {py:obj}`parcels.FieldSet` object. Parcels provides tooling to parse many types
45-
of models or observations into such a `parcels.FieldSet` object. Here, we use {py:obj}`FieldSet.from_copernicusmarine()`, which
45+
of models or observations into such a `parcels.FieldSet` object. Here, we use {py:func}`parcels.FieldSet.from_copernicusmarine()`, which
4646
recognizes the standard names of a velocity field:
4747

4848
```{code-cell}

0 commit comments

Comments
 (0)