How to Install epydoc-doc in Ubuntu 18.04



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

sudo apt update
sudo apt install epydoc-doc

Description:

tool for documenting Python modules (documentation)

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 API reference and usage information for Epydoc, all available through the Debian documentation system (dhelp, dwww, doc-central, etc.) in the Devel section.

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

Version: 3.0.1+dfsg-17

Section: universe/doc