don't automatically make epydocs for the private (internal) methods and classes
This commit is contained in:
parent
cc3e383baf
commit
738e81033a
4
Makefile
4
Makefile
|
@ -29,11 +29,11 @@ release: docs
|
||||||
python ./setup.py sdist --formats=gztar
|
python ./setup.py sdist --formats=gztar
|
||||||
python ./setup.py bdist_egg
|
python ./setup.py bdist_egg
|
||||||
zip -r dist/docs.zip docs && rm -rf docs
|
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
|
docs: always
|
||||||
epydoc -o docs/ paramiko
|
epydoc --no-private -o docs/ paramiko
|
||||||
always:
|
always:
|
||||||
|
|
||||||
clean:
|
clean:
|
||||||
|
|
Loading…
Reference in New Issue