Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
96 changes: 0 additions & 96 deletions docs/_autoapi_templates/python/class.rst

This file was deleted.

152 changes: 0 additions & 152 deletions docs/_autoapi_templates/python/module.rst

This file was deleted.

2 changes: 0 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -116,7 +116,6 @@
# directories to ignore when looking for source files.
exclude_patterns = [
"_build",
"_autoapi_templates",
"jupyter_execute",
"**.ipynb_checkpoints",
"user_guide/examples_v3",
Expand Down Expand Up @@ -544,5 +543,4 @@ def linkcode_resolve(domain, info):
]
autoapi_member_order = "bysource"
autodoc_typehints = "none"
autoapi_template_dir = "_autoapi_templates"
autoapi_own_page_level = "class"
2 changes: 1 addition & 1 deletion docs/getting_started/tutorial_quickstart.md
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ As we can see, the reanalysis dataset contains eastward velocity `uo`, northward
(`thetao`) and salinity (`so`) fields.

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

```{code-cell}
Expand Down
Loading