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

Convert docstrings to Sphinx style #78

Closed
Mark2000 opened this issue Oct 19, 2023 · 2 comments · Fixed by #109
Closed

Convert docstrings to Sphinx style #78

Mark2000 opened this issue Oct 19, 2023 · 2 comments · Fixed by #109
Labels
documentation Improvements or additions to documentation infrastructure Testing, documentation, and CI system refactor Refactor only. No new features.

Comments

@Mark2000
Copy link
Contributor

Mark2000 commented Oct 19, 2023

Part of #17 (unless unnecessary, see linked issue for more details)

@Mark2000 Mark2000 added enhancement New feature or request documentation Improvements or additions to documentation refactor Refactor only. No new features. and removed enhancement New feature or request labels Oct 19, 2023
@Mark2000 Mark2000 added the infrastructure Testing, documentation, and CI system label Oct 31, 2023
@Mark2000 Mark2000 mentioned this issue Nov 1, 2023
7 tasks
@johnowagon
Copy link
Contributor

Since this is a large PR im going to make this separate from #17 and create a new branch for it. Instead of Converting them all to sphinx style I think it makes more sense to use the current style (some numpy, some google, some sphinx) and utilize sphinx.ext.napoleon to handle them all.

@Mark2000
Copy link
Contributor Author

Mark2000 commented Dec 7, 2023

Nice, looks like that can also handle the type annotations: https://www.sphinx-doc.org/en/master/usage/extensions/napoleon.html#type-annotations

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 infrastructure Testing, documentation, and CI system refactor Refactor only. No new features.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants