Posts Tagged JavaDoc

Python: Use Epydoc to generate javaDoc like documentation for Python

As I have already mentioned in Python: Use the pydoc.py module for documentation, documentation is an important aspect.
Now, the docs generated by pydoc aren`t looking too fancy. Today I`ll explain how to generate docs that look a bit more like documentation generated by javaDoc in a step by step tutorial.
Requirements:

Download Graphviz
Download Epydoc

Graphviz is needed to [...]

Tags: , , , ,

Python: Use the pydoc.py module for documentation

As I am working with Python for a bit now I was looking for a documentation tool. Something similar to JavaDoc. I found out that there is Pydoc for Python and here is how you can use it:
For a description switch to your ../Python/Lib folder and execute pydoc.py, see the screenshot below.

Oh nice, a built [...]

Tags: , , , ,