Mastering-Python-2e-code_2/CH_09_documentation/T_02_restructuredtext_syntax.rst
2022-05-05 18:25:55 +02:00

22 lines
598 B
ReStructuredText

Documentation, how to use Sphinx and reStructuredText
##################################################################
Documenting code can be both fun and useful! ...
Additionally, adding ...
... So that typing `Spam.eggs.` will automatically ...
Topics covered in this chapter are as follows:
- The reStructuredText syntax
- Setting up documentation using Sphinx
- Sphinx style docstrings
- Google style docstrings
- NumPy style docstrings
The reStructuredText syntax
******************************************************************
The reStructuredText format (also known as ...