Math markup in code documentation?

Dennis Benzinger Dennis.Benzinger at gmx.net
Tue Oct 25 11:31:55 EDT 2005


schwehr at gmail.com schrieb:
> Done any one have a way (and examples) of how to do math markups in the
> docstrings of function and class definitions such that the equations
> get typeset in the generated html documentation?  I'll take any markup
> system that'll do the job... MathML or LaTeX possible?
> [...]

Try Doxygen: http://www.doxygen.org

Examples of formulas are here: 
http://www.stack.nl/~dimitri/doxygen/formulas.html

Doxygen has the advantage that you can use it for a variety of 
programming languages.

Bye,
Dennis



More information about the Python-list mailing list