mirror of
https://github.com/kennethreitz/python-guide.git
synced 2026-06-05 23:00:18 +00:00
Added paragraph about Epydoc.
This commit is contained in:
@@ -220,8 +220,14 @@ should help you familiarize yourself with its syntax.
|
|||||||
Other Tools
|
Other Tools
|
||||||
:::::::::::
|
:::::::::::
|
||||||
|
|
||||||
that old thing
|
Epydoc
|
||||||
--------------
|
------
|
||||||
|
Epydoc generates API documentation based on docstrings.
|
||||||
|
Epydoc is able to parse docstrings marked up with reStructuredText, Javadoc,
|
||||||
|
plaintext or epytext. It supports various output formats, most notable HTML,
|
||||||
|
PDF or LaTeX documents.
|
||||||
|
|
||||||
|
The development of Epydoc is discontinued. You should use Sphinx instead.
|
||||||
|
|
||||||
pycco / docco / shocco
|
pycco / docco / shocco
|
||||||
----------------------
|
----------------------
|
||||||
|
|||||||
Reference in New Issue
Block a user