File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 44 @echo Available targets:
55 @echo clean - clean build directory
66 @echo test - run unittest
7- @echo epydoc - run epydoc to create API documentation (python 2)
7+ @echo apidoc - run epdoc to create API documentation
88 @echo wininst - Windows installer for Python
99 @echo docs - build docs with ReST and Sphinx
1010 @echo wheel - build python wheel binary archive
@@ -17,15 +17,15 @@ clean:
1717test :
1818 $(PYTHON ) setup.py test -q
1919
20- epydoc :
21- epydoc.py -o api -v intelhex
20+ apidoc :
21+ pdoc -o docs/ api --html -f intelhex
2222
2323wininst :
2424 $(PYTHON ) setup.py bdist_wininst -d.
2525
2626docs :
2727 rst2html5.py docs/manual.txt docs/manual.html
28- make -C docs/manual html
28+ $( MAKE ) -C docs/manual html
2929
3030wheel :
3131 $(PYTHON ) -m pip wheel -w dist .
You can’t perform that action at this time.
0 commit comments