An open API service indexing awesome lists of open source software.

https://github.com/woolseyworkshop/article-documenting-python-programs-with-sphinx

Documenting Python Programs With Sphinx Article Resources
https://github.com/woolseyworkshop/article-documenting-python-programs-with-sphinx

documentation-generator programming python sphinx

Last synced: 10 months ago
JSON representation

Documenting Python Programs With Sphinx Article Resources

Awesome Lists containing this project

README

          

Woolsey Workshop

# Documenting Python Programs With Sphinx Article Resources
This repository contains resources related to the [Documenting Python Programs With Sphinx](https://www.woolseyworkshop.com/2020/07/17/documenting-python-programs-with-sphinx/) article published on [WoolseyWorkshop.com](https://www.woolseyworkshop.com).

## [MySphinxExample Project](MySphinxExample)
An example Python program, and associated module, demonstrating how to use Sphinx style comments for generating source code documentation with Sphinx.
* The [sphinx](MySphinxExample/sphinx) directory holds the Sphinx configuration and markup files along with the generated documentation.
* The [src](MySphinxExample/src) directory holds the Python source code.