Skip to content

Instantly share code, notes, and snippets.

View ricorx7's full-sized avatar

Rico Castelo ricorx7

View GitHub Profile
@nipunsadvilkar
nipunsadvilkar / Different_style_guide_python.md
Last active December 20, 2024 23:06
What is the standard Python docstring format?

Formats

Python docstrings can be written following several formats as the other posts showed. However the default Sphinx docstring format was not mentioned and is based on reStructuredText (reST). You can get some information about the main formats in that tuto.

Note that the reST is recommended by the PEP 287

There follows the main used formats for docstrings.

- Epytext