Skip to content

Commit

Permalink
Fixed issue with documentation generation.
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexSafatli committed Apr 23, 2015
1 parent e3dd736 commit 2dc7401
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
-------------
Expand Down
Binary file modified docs/api.pdf
Binary file not shown.

0 comments on commit 2dc7401

Please sign in to comment.