Where should I store docs in my project?

Matthew Wilson matt at tplus1.com
Tue Jun 9 21:12:59 EDT 2009


I used paster to create a project named pitz.  I'm writing a bunch of
user documentation.  Where should I put it?

The project looks a little like this:

    /home/matt/projects/pitz
        setup.py
        pitz/
            __init__.py # has my project code
            docs/ # has my reST files
            tests # has some tests

Is there a convention for where to put the docs folder?



More information about the Python-list mailing list