edited title for docs in makefile
This commit is contained in:
parent
033af959a6
commit
df3b22a308
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 {} \;
|
||||
|
||||
docs:
|
||||
epydoc -n "Linspector Monitoring - API Documentation" --html -o docs .
|
||||
epydoc -n "Linspector - API Documentation" --html -o docs .
|
||||
|
||||
docs-pdf:
|
||||
epydoc -n "Linspector Monitoring - API Documentation" --pdf -o docs .
|
||||
epydoc -n "Linspector - API Documentation" --pdf -o docs .
|
||||
|
||||
docs-clean:
|
||||
rm -rf docs
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue