# python-nss-docs **Repository Path**: mirrors_mozilla/python-nss-docs ## Basic Information - **Project Name**: python-nss-docs - **Description**: INACTIVE - http://mzl.la/ghe-archive - Documentation for the python-nss project. - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: gh-pages - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2020-08-22 - **Last Updated**: 2026-03-21 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README python-nss-docs =============== Documentation ([Epydoc](http://epydoc.sourceforge.net/)) for the python-nss project. Updating the docs ----------------- 1. Clone this repo. 2. Checkout the `gh-pages` branch (should be the default). 3. Delete all of the files but this one (README.md). 4. Generate the new docs using Epydoc. 5. Copy them into this directory. 6. `git add .` 7. `git commit` 8. 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.