Sophie

Sophie

distrib > Mandriva > 2010.1 > x86_64 > by-pkgid > 19bd24a6b0a164b1076d611371f5d099 > files > 41

epydoc-3.0.1-7mdv2010.2.noarch.rpm

###############################################################
###                         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>.