Поддержка документирования кода

This commit is contained in:
2019-07-04 11:52:15 +03:00
parent 6804614d04
commit 2469567d6a
6 changed files with 227 additions and 1 deletions

View File

@ -7,3 +7,9 @@ clean:
zip:
zip -r py3x * -i *.py py3x/*.py
html:
make -C docs html
pdf:
make -C docs latexpdf