aboutsummaryrefslogtreecommitdiff
path: root/doc/tutorial.rst
AgeCommit message (Collapse)AuthorFilesLines
2019-09-20Fix various typosluz.paz1-1/+1
Found via `codespell -q 2` (v1.17.0.dev0)
2017-07-16Fix typo최재원1-2/+2
2016-08-30jansson 2.8v2.8Petri Lehtinen1-1/+3
2013-03-09Use json_decref() properly in tutorialPetri Lehtinen1-0/+5
2012-07-27Fix a small error in tutorialPetri Lehtinen1-1/+1
Fixes #84.
2012-04-18Fix tutorial to use Github API v3Petri Lehtinen1-74/+80
The v2 API will be shut down on May 1st 2012. Fixes #65.
2010-09-05Use Sphinx 1.0, change the HTML themePetri Lehtinen1-10/+10
2010-08-14Add a flags parameter to all decoding functions for future needsPetri Lehtinen1-1/+1
As of now, the parameter is unused, but may be needed in the future. I'm adding it now so that in the future both API and ABI remain backwards compatible as long as possible. This is a backwards incompatible change.
2010-06-15Unify unsigned integer usage in the APIPetri Lehtinen1-1/+1
Replace all occurences of unsigned int and unsigned long with size_t. This is a backwards incompatible change, as the signature of many API functions changes.
2009-10-19Enhance documentationPetri Lehtinen1-22/+27
- 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-17doc: Add tutorialPetri Lehtinen1-0/+270