Where should I store docs in my project?

M

Matthew Wilson

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?
 
D

Diez B. Roggisch

Matthew said:
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?

I wouldn't put it into the pitz-package - because then these get
(potentially) installed into site-packages - where no one is going to see
them anyway.

I'd put the docs-folder one the root-level, besides the setup.py

Diez
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,769
Messages
2,569,576
Members
45,054
Latest member
LucyCarper

Latest Threads

Top