Skip to content
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

Open
6 of 10 tasks
Aesonus opened this issue Jun 25, 2024 · 0 comments
Open
6 of 10 tasks

Review all docstrings for consistency and errors #10

Aesonus opened this issue Jun 25, 2024 · 0 comments
Assignees

Comments

@Aesonus
Copy link
Owner

Aesonus commented Jun 25, 2024

Todo:

  • filter
  • filter.exc
  • filter.filter
  • storage
  • storage.exc
  • storage.index
  • storage.storage - May skip StorageABC as that is likely to be deprecated
  • join
  • pagination
  • visitor

These should all have method docs that conform to google style doc strings. In addition, they should use Arguments: instead of Args: and Keyword Arguments instead of Keyword Args:

Typing should not be in doc strings, but instead use PEP 484 type-hinting.

See Naploeon for more info.

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 Aesonus changed the title Publish Documentation on readthedocs.io Review all docstrings for consistency and errors Oct 17, 2024
@Aesonus Aesonus self-assigned this Oct 19, 2024
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
- 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
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant