Skip to content

Files

Latest commit

ca5479a · Dec 9, 2018

History

History

src

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Dec 9, 2018
Oct 23, 2013
Nov 23, 2018
Oct 23, 2013
Oct 23, 2013
Oct 23, 2013
Nov 23, 2018
Nov 23, 2018
Oct 23, 2013
###############################################################
###                         Epydoc                          ###
###~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~###
### Copyright (C) Edward Loper                              ###
### Author: Edward Loper <edloper@gradient.cis.upenn.edu>   ###
### URL: <http://epydoc.sourceforge.net>                    ###
### For license information, see LICENSE.TXT                ###
###############################################################

Introduction
~~~~~~~~~~~~
    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.

Documentation
~~~~~~~~~~~~~
    Documentation for epydoc, including installation and usage
    instructions, and a complete description of the epytext markup
    language, is available on the epydoc homepage:

        <http://epydoc.sourceforge.net/>

    This documentation is also available in the doc/ subdirectory of
    the source distribution.

Installing
~~~~~~~~~~
    To install epydoc, use make:

        [user epydoc-3.0]$ su
        Password:
        [root epydoc-3.0]# make install
        [root epydoc-3.0]# make installdocs

    Or use the distutils setup.py script:

        [user epydoc-3.0]$ su
        Password:
        [root epydoc-3.0]# python setup.py install

    For complete installation instructions, including instructions on
    how to install from RPM package, Debian package, or the windows
    installer, see the epydoc homepage:

        <http://epydoc.sourceforge.net/installing.html>

Usage
~~~~~
    Run "epydoc --help" for a description of epydoc's usage.

Contributing
~~~~~~~~~~~~
    If you are interested in contributing to epydoc, please email
    <edloper@gradient.cis.upenn.edu>.