-
Notifications
You must be signed in to change notification settings - Fork 168
v4 Reference API using autoapi #2395
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes from 2 commits
068f995
44711f0
7723c87
a5d7a64
07b65a7
f4513ec
3aa1037
c233a50
2082b12
916520e
80d6187
352113a
db731f5
c25a3ae
3bbf6f1
1ce4772
070fb66
File filter
Filter by extension
Conversations
Jump to
Diff view
Diff view
There are no files selected for viewing
This file was deleted.
| Original file line number | Diff line number | Diff line change |
|---|---|---|
|
|
@@ -110,12 +110,6 @@ ignore = [ | |
| # TODO: ignore for now (requires more work). Remove ignore once fixed | ||
| # Missing docstring in public module | ||
| "D100", | ||
| # Missing docstring in public class | ||
| "D101", | ||
| # Missing docstring in public method | ||
| "D102", | ||
| # Missing docstring in public function | ||
| "D103", | ||
| # Missing docstring in public package | ||
| "D104", | ||
| # Missing docstring in magic method | ||
|
|
@@ -131,6 +125,17 @@ ignore = [ | |
| "F811", | ||
| ] | ||
|
|
||
| # [tool.ruff.lint.per-file-ignores] | ||
| # # Ignore docstring rules everywhere except for the stable files (particleset.py, interpolators.py). | ||
| # "!src/parcels/{_core/particleset,interpolators}.py" = [ | ||
| # # Missing docstring in public class | ||
| # "D101", | ||
| # # Missing docstring in public method | ||
| # "D102", | ||
| # # Missing docstring in public function | ||
| # "D103", | ||
| # ] | ||
|
||
|
|
||
| [tool.ruff.lint.pydocstyle] | ||
| convention = "numpy" | ||
|
|
||
|
|
||
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Is it easy (possible?) to change the header of the API to "Parcels" with a capital P?
Uh oh!
There was an error while loading. Please reload this page.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It will then also capitalize the submodules “Parcels.interpolators” and “Parcels.kernels”:

I would therefore argue to keep it lower case