gminick / sphinx-gsoc2009
fork of sphinx
A support for per-paragraph comments and user/developer interface for submitting/committing fixes.
Clone this repository (size: 8.4 MB): HTTPS / SSH
$ hg clone http://bitbucket.org/gminick/sphinx-gsoc2009/
| commit 1620: | ef77d55c8061 |
| parent 1619: | d16335626c05 |
Add basic documentation
| filename | size | last modified | ||
|---|---|---|---|---|
| doc | ||||
| sphinx | ||||
| tests | ||||
| utils | ||||
| .hgignore | 157 B | 9 months ago | merge with sphinx-domains. | |
| .hgtags | 374 B | 9 months ago | Added tag 0.6.2 for changeset 4be5ab514177 | |
| AUTHORS | 1.3 KB | 10 months ago | Typo fix; add Wojtek to AUTHORS. | |
| CHANGES | 36.9 KB | 8 months ago | merge with 0.6 | |
| EXAMPLES | 3.5 KB | 10 months ago | merge with 0.6 | |
| LICENSE | 10.2 KB | 15 months ago | Add JQuery license; add PSF copyright statement. | |
| MANIFEST.in | 568 B | 10 months ago | Switch from pylons to plain WSGI+WebOb, more Xapian code | |
| Makefile | 905 B | 9 months ago | Makefile and .hgignore ignore a virtualenv called "env" in… | |
| README | 489 B | 13 months ago | Mark up. | |
| TODO | 152 B | 17 months ago | change tracker url | |
| babel.cfg | 91 B | 10 months ago | Update POT file for new template locations. | |
| ez_setup.py | 9.5 KB | 16 months ago | Update ez_setup.py. | |
| setup.cfg | 356 B | 9 months ago | Teach babel to extract l_() messages. | |
| setup.py | 7.0 KB | 10 months ago | Provide a ==dev egg link in pkg-info. | |
| sphinx-autogen.py | 327 B | 12 months ago | Work a bit on coding style of autosummary. | |
| sphinx-build.py | 353 B | 15 months ago | merge in 0.5 | |
| sphinx-quickstart.py | 364 B | 15 months ago | merge in 0.5 |
README
Installing
Use setup.py:
python setup.py build sudo python setup.py install
Reading the docs
After installing:
cd doc sphinx-build . _build/html
Then, direct your browser to _build/html/index.html.
Or read them online at <http://sphinx.pocoo.org/>.
Contributing
Send wishes, comments, patches, etc. to sphinx-dev@googlegroups.com.
