API docs are built using codox and deployed automatically to GitHub pages, using TravisCI's GitHub pages integration. See .travis.yml for details.
If you would like to deploy API docs locally, run lein codox
. Docs will be in the target/doc
directory.
For this to run successfully on your own Travis branch, you'll need to add a GitHub API token.
public_repo
access only.GITHUB_TOKEN
. Paste your new token into the value field.Many functions are missing docstrings. Always aim to leave the API docs in a better state than you found them - if you spend a minute or two figuring out what a function does, please add or update its docstring.
Can you improve this documentation? These fine people already did:
uosl & Yo YehudiEdit on GitHub
cljdoc is a website building & hosting documentation for Clojure/Script libraries
× close