Skip to content

Commit

Permalink
Added instructions for pythonhosted.org
Browse files Browse the repository at this point in the history
I have to manually upload a zip file to PyPi for documentation to
be updated at pythonhosted.org.
  • Loading branch information
rlabbe committed Oct 11, 2015
1 parent 558ba1a commit 6938e8c
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion creating_a_release.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,5 +18,17 @@ Steps to Create Release

* Update pypi.org with 'bash pypi-install.sh'


* You need to manually update the documentation code at pythonhosted, PyPi's documentation server.

cd /docs/html
add all files to a zip file (index.html must be at base)
go to https://pypi.python.org/pypi?%3Aaction=pkg_edit&name=filterpy
scroll to bottom, add the zip file you just made
click 'Upload Documentation button'

it usually takes several minutes for the documentation to show up here:
https://pythonhosted.org/filterpy/




0 comments on commit 6938e8c

Please sign in to comment.