Skip to content
This repository has been archived by the owner on Jan 20, 2022. It is now read-only.

mozilla/python-nss-docs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

python-nss-docs

Documentation (Epydoc) 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.