Added paragraph about Epydoc.
authorNiko W <der@nik0.de>
Sat, 12 May 2012 18:54:40 +0000 (20:54 +0200)
committerNiko W <der@nik0.de>
Sat, 12 May 2012 18:54:40 +0000 (20:54 +0200)
docs/writing/documentation.rst

index c4cb0fd..0ff0a60 100644 (file)
@@ -220,8 +220,14 @@ should help you familiarize yourself with its syntax.
 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
 ----------------------