-
Notifications
You must be signed in to change notification settings - Fork 263
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
2 changed files
with
92 additions
and
81 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,11 @@ | ||
To update web docs at http://github.unidata.io/netcdf4-python: | ||
|
||
First install pdoc (https://github.com/mitmproxy/pdoc) | ||
First install pdoc (https://github.com/pdoc3/pdoc) | ||
|
||
Then in netcdf4-python github clone directory (after building and | ||
installing github master), | ||
installing github master), generate docs by running create_docs.sh. | ||
|
||
* generate docs (sh create_docs.sh) | ||
* edit docs/index.html and clean up as needed. | ||
Docs are put in docs/index.html. | ||
|
||
Github pages (https://unidata.github.io/netcdf4-python/) points to docs/index.html | ||
in master branch. |
Oops, something went wrong.