Skip to content

Latest commit

 

History

History
36 lines (28 loc) · 1.42 KB

README.rst

File metadata and controls

36 lines (28 loc) · 1.42 KB
Pyccoon

Side-to-side documentation generator. Fork of the Pycco, grandfork of the Docco. And an object-oriented one.

"Pyccoon" is a side-to-side documentation generator.

It descended from Pycco — a Python port of Docco: the original quick-and-dirty, hundred-line-long, literate-programming-style documentation generator.

Pyccoon produces a static HTML website that displays your comments alongside your code. Comments are formatted by Markdown, while the code is syntax highlighted by Pygments. MathJax helps with the TeX notes.

See how it works or read more on Github.