Skip to content

Latest commit

 

History

History
9 lines (7 loc) · 889 Bytes

File metadata and controls

9 lines (7 loc) · 889 Bytes

Woolsey Workshop

Documenting Python Programs With Sphinx Article Resources

This repository contains resources related to the Documenting Python Programs With Sphinx article published on WoolseyWorkshop.com.

An example Python program, and associated module, demonstrating how to use Sphinx style comments for generating source code documentation with Sphinx.

  • The sphinx directory holds the Sphinx configuration and markup files along with the generated documentation.
  • The src directory holds the Python source code.