This website requires JavaScript.
Explore
Help
Register
Sign In
Virtualization
/
jansson
mirror of
https://github.com/akheron/jansson
Watch
1
Star
0
Fork
You've already forked jansson
0
Code
Issues
Projects
Releases
Wiki
Activity
3000831365
jansson
/
doc
/
README
6 lines
102 B
Plaintext
Raw
Normal View
History
Unescape
Escape
Add README and API reference
2009-08-03 02:26:37 +08:00
To build the documentation, invoke
Build documentation in make html target To keep the distchecks for the documentation, the documentation has to be built in the check target instead of distcheck-hook. While at it, rename doc/.build to doc/_build. This naming is the default with sphinx 0.6.2.
2009-11-04 05:07:43 +08:00
make html
Add README and API reference
2009-08-03 02:26:37 +08:00
Build documentation in make html target To keep the distchecks for the documentation, the documentation has to be built in the check target instead of distcheck-hook. While at it, rename doc/.build to doc/_build. This naming is the default with sphinx 0.6.2.
2009-11-04 05:07:43 +08:00
Then point your browser to _build/html/index.html.