-
Notifications
You must be signed in to change notification settings - Fork 0
Closed
Labels
Description
There are many Docstring formats available so it would be great to have some options to select from when generating documentation. At the very least, the 4 most common formats would be lovely:
- Sphinx Style: Often used in large projects where comprehensive documentation is required. It integrates well with Sphinx's documentation generator.
- Google Style docstrings: Ideal for projects where simplicity and readability are prioritized, especially within organizations using Google's style guides.
- NumPy/SciPy docstrings: Best suited for projects requiring detailed and extensive documentation, common in data science and scientific computing.
- PyDoc: Useful for generating text and HTML documentation, but lacks the structured format of others.
Reactions are currently unavailable