don't automatically make epydocs for the private (internal) methods and classes
This commit is contained in:
Robey Pointer 2006-08-22 11:28:19 -07:00
parent cc3e383baf
commit 738e81033a
1 changed files with 2 additions and 2 deletions

View File

@ -29,11 +29,11 @@ release: docs
python ./setup.py sdist --formats=gztar
python ./setup.py bdist_egg
zip -r dist/docs.zip docs && rm -rf docs
md5 dist/*.zip dist/*.gz > md5-sums
cd dist && md5 paramiko*.zip *.gz > md5-sums
docs: always
epydoc -o docs/ paramiko
epydoc --no-private -o docs/ paramiko
always:
clean: