diff --git a/Makefile b/Makefile index f18a13e..66edf48 100644 --- a/Makefile +++ b/Makefile @@ -19,7 +19,7 @@ dist: build ${PY} setup.py ${DIST} docs: ${FILES} check_environment install - ${SDOC} -E -F -e -H ${NAME} -A "Alex Safatli" -V ${VER} -R ${VER} -o ${DOCS} ${PKG} + ${SDOC} -F -e -H ${NAME} -A "Alex Safatli" -V ${VER} -R ${VER} -o ${DOCS} ${PKG} @cd ${DOCS} && cat conf >> conf.py && make html && make latex && make latexpdf cp -r ${DOCS}/_build/html/* $(GH_DOC_REPO) cp ${DOCS}/_build/latex/*.pdf docs/api.pdf diff --git a/README.md b/README.md index 7c8dc5b..c9fce69 100644 --- a/README.md +++ b/README.md @@ -68,7 +68,7 @@ or the command Documentation ------------- -The API is currently being output to a Github page located [here](http://AlexSafatli.github.io/Pylogeny "Pylogeny API"). +Generated documentation is found [here](http://AlexSafatli.github.io/Pylogeny "Pylogeny API"). Dependencies ------------- diff --git a/docs/api.pdf b/docs/api.pdf index f1598a4..cb78ecb 100644 Binary files a/docs/api.pdf and b/docs/api.pdf differ