Skip to content

wware/dumb-epydoc-project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

I want to do a little project with Epydoc just to get familiar with it. Something not too labor-intensive, but to get an idea what it can do.

The version of RST used in epydoc's docstrings is different from the version used in this file, because this file is built to HTML using rst2html. The Github repository for this project is on Github.

This looks like how you're supposed to use it:

rm -rf html/
epydoc -v -o html foo
x-www-browser html/index.html

Run this stuff in a virtualenv, like this:

virtualenv venv
source venv/bin/activate
pip install -r requirements.txt

You can run a few doctest tests this way:

python foo/__init__.py

About

A dumb little project to get more familiar with epydoc.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published