-
Notifications
You must be signed in to change notification settings - Fork 0
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
Review all docstrings for consistency and errors #10
Comments
Aesonus
added a commit
that referenced
this issue
Jun 25, 2024
Set the release document attribute to the project's `__version__` attribute.
Aesonus
added a commit
that referenced
this issue
Oct 17, 2024
Remove typing from method docs, change some wording, and spell out 'Arguments` instead of 'Args' Refs #10
Aesonus
added a commit
that referenced
this issue
Oct 17, 2024
Aesonus
added a commit
that referenced
this issue
Oct 17, 2024
Aesonus
added a commit
that referenced
this issue
Oct 17, 2024
Revise the module docs and rewrite the docs for the `ConflictError` and `NotFoundError` classes. Refs #10
Aesonus
added a commit
that referenced
this issue
Oct 17, 2024
Aesonus
changed the title
Publish Documentation on
Review all docstrings for consistency and errors
Oct 17, 2024
readthedocs.io
Aesonus
added a commit
that referenced
this issue
Oct 19, 2024
Use google style doc strings for all doc strings. Refs #10
Aesonus
added a commit
that referenced
this issue
Oct 19, 2024
Aesonus
added a commit
that referenced
this issue
Oct 19, 2024
Aesonus
added a commit
that referenced
this issue
Oct 19, 2024
Aesonus
added a commit
that referenced
this issue
Oct 19, 2024
Aesonus
added a commit
that referenced
this issue
Oct 19, 2024
Aesonus
added a commit
that referenced
this issue
Oct 19, 2024
Aesonus
added a commit
that referenced
this issue
Oct 19, 2024
Aesonus
added a commit
that referenced
this issue
Oct 19, 2024
Aesonus
added a commit
that referenced
this issue
Oct 19, 2024
Aesonus
added a commit
that referenced
this issue
Oct 19, 2024
Aesonus
added a commit
that referenced
this issue
Oct 19, 2024
Aesonus
added a commit
that referenced
this issue
Oct 19, 2024
Aesonus
added a commit
that referenced
this issue
Oct 19, 2024
Aesonus
added a commit
that referenced
this issue
Oct 19, 2024
Aesonus
added a commit
that referenced
this issue
Oct 19, 2024
Aesonus
added a commit
that referenced
this issue
Oct 19, 2024
Aesonus
added a commit
that referenced
this issue
Oct 19, 2024
Aesonus
added a commit
that referenced
this issue
Oct 19, 2024
Aesonus
added a commit
that referenced
this issue
Oct 19, 2024
- Revise module - Revise `ConflictError` - Revise `NotFoundError` Refs #10
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Todo:
filter
filter.exc
filter.filter
storage
storage.exc
storage.index
storage.storage
- May skipStorageABC
as that is likely to be deprecatedjoin
pagination
visitor
These should all have method docs that conform to google style doc strings. In addition, they should use
Arguments:
instead ofArgs:
andKeyword Arguments
instead ofKeyword Args:
Typing should not be in doc strings, but instead use PEP 484 type-hinting.
See Naploeon for more info.
The text was updated successfully, but these errors were encountered: