599 B
599 B
python-nss-docs
Documentation (Epydoc) for the python-nss project.
Updating the docs
- Clone this repo.
- Checkout the
gh-pages
branch (should be the default). - Delete all of the files but this one (README.md).
- Generate the new docs using Epydoc.
- Copy them into this directory.
git add .
git commit
- Push the new commit to the repo on github, and the content will be updated in a matter of minutes.
- If you don't have permission to push to the repo, submit a pull request from your fork of this repo.