Skip to content
This repository has been archived by the owner on Jan 27, 2021. It is now read-only.

A setuptools command to trigger the epydoc API documentation generator.

License

Notifications You must be signed in to change notification settings

languitar/setuptools-epydoc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

setuptools-epydoc

A setuptools command to trigger the epydoc API documentation generator.

Author: Johannes Wienke languitar@semipol.de

Usage

In your setup.py require this package as a setup dependency:

setup(...
      setup_requires=['setuptools-epydoc'],
      ...)

Afterwards you can call python setup.py epydoc to generate the documentation.

Also have a look at python setup.py epydoc -h for further options.

About

A setuptools command to trigger the epydoc API documentation generator.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages