Skip to content
Devin Soni edited this page Jun 20, 2017 · 3 revisions

These are just notes for me and for anyone trying to go through building things (ignore this, probably):

Sphinx: http://gisellezeno.com/tutorials/sphinx-for-python-documentation.html

  • cp -R sphinx/build/html/. docs/ to move sphinx html into docs

PyPi: http://sherifsoliman.com/2016/09/30/Python-package-with-GitHub-PyPI/#update-version-number-in-documentation

  • Must update github release when re-publishing and increment version number
Clone this wiki locally