jansson/doc
Petri Lehtinen 78594e9bd3 Remove CHANGES preprocessing, as it didn't work with VPATH builds
The problem is that Sphinx can only read input files from a single
directory. In VPATH builds, the source and build trees are separate,
and the changes.rst went into the build tree.

This patch solves the issue by using cfunc as the Sphinx default role.
2010-01-21 20:53:05 +02:00
..
ext Add README and API reference 2009-08-13 18:38:03 +03:00
.gitignore Remove CHANGES preprocessing, as it didn't work with VPATH builds 2010-01-21 20:53:05 +02:00
apiref.rst Add functions for shallow and deep copying JSON values 2009-12-31 18:50:39 +02:00
changes.rst Remove CHANGES preprocessing, as it didn't work with VPATH builds 2010-01-21 20:53:05 +02:00
conf.py Remove CHANGES preprocessing, as it didn't work with VPATH builds 2010-01-21 20:53:05 +02:00
gettingstarted.rst Update documentation 2010-01-12 21:29:16 +02:00
github_commits.c doc/github_commits.c Add copyright notice 2009-11-28 13:39:06 +02:00
index.rst doc: Convert CHANGES to reStructuredText and add it to HTML docs 2010-01-14 22:03:48 +02:00
Makefile.am Remove CHANGES preprocessing, as it didn't work with VPATH builds 2010-01-21 20:53:05 +02:00
README Build documentation in make html target 2009-11-03 23:09:04 +02:00
tutorial.rst Enhance documentation 2009-10-19 21:56:11 +03:00

To build the documentation, invoke

    make html

Then point your browser to _build/html/index.html.