adds initial doc files

This commit is contained in:
Moisés Guimarães
2017-01-31 14:00:59 -03:00
parent a761a7fc64
commit 00a74d0da4
11 changed files with 624 additions and 92 deletions

View File

@@ -18,7 +18,7 @@
# along with this program; if not, write to the Free Software
# Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA
.PHONY : all clean clean-build clean-pyc clean-test install test upload
.PHONY : all clean clean-build clean-pyc clean-test install test docs upload
# builds the module
all :
@@ -53,6 +53,9 @@ check : test
test : clean-pyc
tox
docs :
$(MAKE) -C docs singlehtml
# publishes module at pypi
upload : test
python ./setup.py sdist upload