https://github.com/Unidata/netcdf4-python
Revision be7f5d62704d0c23efccf0200f3cd8d8f59f3dcf authored by Jeff Whitaker on 08 January 2017, 16:36:36 UTC, committed by GitHub on 08 January 2017, 16:36:36 UTC
2 parent s f8f3451 + 2c7928e
Raw File
Tip revision: be7f5d62704d0c23efccf0200f3cd8d8f59f3dcf authored by Jeff Whitaker on 08 January 2017, 16:36:36 UTC
Merge pull request #629 from ocefpaf/appveyor
Tip revision: be7f5d6
README.gh-pages
To update web docs at http://github.unidata.io/netcdf4-python:

First install fork of pdoc from https://github.com/jswhit/pdoc (requires mako, 
markdown, pygments and future).

Then in netcdf4-python github clone directory (after building and 
installing github master),

* generate docs (sh create_docs.sh)
* copy docs/netCDF4/index.html up one level (cp docs/netCDF4/index.html ..)
* git checkout gh-pages
* cp ../index.html .
* git commit index.html
* git push origin gh-pages
* git checkout master
back to top