How to Install python-epydoc in Ubuntu 18.04



Install python-epydoc by entering the following commands in the terminal:

sudo apt update
sudo apt install python-epydoc

Description:

tool for documenting Python modules

Epydoc is a tool for generating API documentation for Python modules based on their docstrings. A lightweight markup language called epytext can be used to format docstrings and to add information about specific fields, such as parameters and instance variables. Epydoc also understands docstrings written in ReStructuredText, Javadoc, and plaintext. . This package contains the epydoc and epydocgui commands, their manpages, and their associated Python modules. . Epydoc supports two output formatters: HTML and LaTeX. You must install the suggested dependencies in order to generate documentation in DVI, PostScript, or PDF format using the LaTeX formatter.

Homepage: http://epydoc.sourceforge.net/

Version: 3.0.1+dfsg-17

Section: universe/python