readthedocsPython
RSS: https://pyzh.readthedocs.org/en/latest/rss.xml
Online: https://pyzh.readthedocs.org/en/latest/
xxxx-Part1.rst, xxxx-Part2.rst ..
:Date: 2013-04-15 22:00:00
git clone https://github.com/hit9/PyZh cd PyZh git submodule init & git submodule update virtualenv venv source <env-path>/bin/activate pip install -r requirements.pip
vim docs/xxxxx.rst
make doc cd _build/html python -m SimpleHTTPServer ``http://localhost:8000``
Readthedocs:
pushGithub, https://readthedocs.org/projects/pyzh build
RST: https://github.com/ralsina/rst-cheatsheet/blob/master/rst-cheatsheet.rst
Example