Skip to content

Docstring Formatting Options Would Be Useful! #4

@bkusuma

Description

@bkusuma

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:

  1. Sphinx Style: Often used in large projects where comprehensive documentation is required. It integrates well with Sphinx's documentation generator.
  2. Google Style docstrings: Ideal for projects where simplicity and readability are prioritized, especially within organizations using Google's style guides.
  3. NumPy/SciPy docstrings: Best suited for projects requiring detailed and extensive documentation, common in data science and scientific computing.
  4. PyDoc: Useful for generating text and HTML documentation, but lacks the structured format of others.

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions