jansson/doc
Petri Lehtinen 6e3ca5c45c Clarify the documentation
Couple some string and number information from the RFC conformance
chapter in the API reference, and refer to the RFC conformance chapter
from API reference for more information.

Also, state more clearly that a JSON text must have an array or object
as the top-level value, and better document the string comparison
performed by json_equal().
2010-06-16 21:34:10 +03:00
..
ext Add year 2010 to copyright notices 2010-02-02 21:26:11 +02:00
.gitignore Remove CHANGES preprocessing, as it didn't work with VPATH builds 2010-01-21 20:53:05 +02:00
apiref.rst Clarify the documentation 2010-06-16 21:34:10 +03:00
changes.rst Remove CHANGES preprocessing, as it didn't work with VPATH builds 2010-01-21 20:53:05 +02:00
conf.py jansson 1.3 2010-06-13 20:37:33 +03:00
conformance.rst Clarify the documentation 2010-06-16 21:34:10 +03:00
gettingstarted.rst Update documentation 2010-01-12 21:29:16 +02:00
github_commits.c Add year 2010 to copyright notices 2010-02-02 21:26:11 +02:00
index.rst doc: Add chapter on RFC conformance 2010-03-26 22:03:26 +02:00
Makefile.am doc: Distribute conformance.rst 2010-04-03 13:49:56 +03: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.