python-nss-docs/README.md

18 строки
599 B
Markdown
Исходник Постоянная ссылка Обычный вид История

2014-10-22 22:08:27 +04:00
python-nss-docs
===============
2014-10-27 16:57:04 +03:00
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.