jansson/doc
Petri Lehtinen cd96049d10 Enhance documentation
- Add more information to the documentation front page
- Document how to build the documentation
- Clarify the tutorial a bit and remove some quirks
- Bring README.rst up-to-date
- Small enhancements here and there
2009-10-19 21:56:11 +03:00
..
ext Add README and API reference 2009-08-13 18:38:03 +03:00
.gitignore Add README and API reference 2009-08-13 18:38:03 +03:00
apiref.rst doc: Add tutorial 2009-10-17 14:18:40 +03:00
conf.py Merge branch '1.0' 2009-10-11 21:51:54 +03:00
gettingstarted.rst Enhance documentation 2009-10-19 21:56:11 +03:00
github_commits.c Enhance documentation 2009-10-19 21:56:11 +03:00
index.rst Enhance documentation 2009-10-19 21:56:11 +03:00
Makefile.am doc/Makefile.am: Remove *.pyc in clean 2009-10-14 22:09:14 +03:00
README Add README and API reference 2009-08-13 18:38:03 +03:00
tutorial.rst Enhance documentation 2009-10-19 21:56:11 +03:00

To build the documentation, invoke

    sphinx-build . .build/html

in this directory. Then point your browser to .build/html/index.html.