Pycco is the original quick-and-dirty, hundred-line-long, literate-programming-style documentation generator.
Pocco is a Python port of Docco: the original quick-and-dirty, hundred-line-long, literate-programming-style documentation generator. It produces HTML that displays your comments alongside your code.
Comments are passed through Markdown, and code is passed through Pygments syntax highlighting. This page is the result of running Pocco against its own source file.
If you install Pocco, you can run it from the command-line:
pocco src/*.py
...will generate linked HTML documentation for the named source files, saving it into a docs folder.
To install Pocco, simply
sudo setup.py install
Product's homepage
Requirements:
· Python