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

Flesh out docstrings in source #50

Merged
merged 10 commits into from
Apr 20, 2021
Merged

Flesh out docstrings in source #50

merged 10 commits into from
Apr 20, 2021

Conversation

cwentland0
Copy link
Owner

@cwentland0 cwentland0 commented Apr 20, 2021

This PR addresses the very sparse docstrings for all modules, adding high-level descriptions for more complex classes and methods, as well as argument, attribute, and return value descriptions for all methods. Docstring formatting follows the Google format. Also configures flake8 for linting.

This does not address including API documentation in RTD (#30) but makes a strong step towards that. I tried testing this in RTD and frankly it looked like junk, but that's a task for another day.

Closes #29

@cwentland0 cwentland0 added the documentation Improvements or additions to documentation label Apr 20, 2021
@cwentland0 cwentland0 merged commit 8a5a272 into main Apr 20, 2021
@cwentland0 cwentland0 deleted the docstrings branch April 20, 2021 19:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Improvements or additions to documentation
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Improve all docstrings
1 participant