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

Essential docstring coverage #115

Merged
merged 34 commits into from
Feb 24, 2024
Merged

Essential docstring coverage #115

merged 34 commits into from
Feb 24, 2024

Conversation

ekiefl
Copy link
Owner

@ekiefl ekiefl commented Feb 24, 2024

A major milestone worthy of a release soon to follow.

We now have docs available at https://pooltool.readthedocs.io/, and they provide the most essential coverage.

- Need `Table` and `TableSpecs` attributes
- Consider inheritance for base table specs (and dropping protocol)
- I believe this fixes my attrs dataclass woes
- "Parameters" section only shows up in classes if it's provided
  directly in docstring
- If it's undocumented, it doesn't belong in the docs
- If there are a mix of public/private members in a module, the current
  configuration respects __all__.
@ekiefl ekiefl merged commit 4b355cc into main Feb 24, 2024
@ekiefl ekiefl deleted the essential-docstring-coverage branch February 24, 2024 20:20
@ekiefl ekiefl mentioned this pull request Feb 24, 2024
61 tasks
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

Successfully merging this pull request may close these issues.

None yet

1 participant