added title to docs in makefile
This commit is contained in:
parent
57b9f6281c
commit
1701e602ef
1 changed files with 2 additions and 2 deletions
4
Makefile
4
Makefile
|
|
@ -5,10 +5,10 @@ clean:
|
||||||
find . -type f -name "*.pyc" -exec rm -f {} \;
|
find . -type f -name "*.pyc" -exec rm -f {} \;
|
||||||
|
|
||||||
docs:
|
docs:
|
||||||
epydoc --html -o docs .
|
epydoc -n "Linspector Monitoring - API Documentation" --html -o docs .
|
||||||
|
|
||||||
docs-pdf:
|
docs-pdf:
|
||||||
epydoc --pdf -o docs .
|
epydoc -n "Linspector Monitoring - API Documentation" --pdf -o docs .
|
||||||
|
|
||||||
docs-clean:
|
docs-clean:
|
||||||
rm -rf docs
|
rm -rf docs
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue