Skip to content

Latest commit

 

History

History
42 lines (25 loc) · 1.04 KB

documentation.rst

File metadata and controls

42 lines (25 loc) · 1.04 KB

Documentation

.. index:: documentation;Python code, Restructured Text

Documenting Python

Use Restructured Text and PEP-257 for docstrings.

.. index:: documentation;projects, Sphinx docs

Documenting projects

Use Sphinx to document Python projects.

When doing that, follow the Restructured Text primer.

.. index:: documentation;projects, Read The Docs

ReadTheDocs

Read The Docs hosts documentation for applications and libraries written in Python.

The Getting Started walks through getting docs on the site.

You can also set up ReadTheDocs as a post-commit hook in GitHub.