This repo is the source for ODK documentation.
Our new documentation website is live at https://docs.opendatakit.org
This is still a new project, and most of the useful documentation is still at the old docs on the ODK website.
See the contribution guide for detailed steps -- no prior experience needed!
Once your environment is set up:
sphinx-build -b dirhtml . build
cd build
python -m http.server 8000
- Docs are being aggregated, rewritten, edited, and expanded into this repo.
- The first things we've done are:
- a Getting Started guide
- a Contributors guide
- This repo will be used as a single source for documentation for all ODK components.
- There are good reasons for separating the docs into individual repos for each component. We may do this in the future. Please see this ODK Forum thread to discuss whether to keep all the docs together or disaggregate them.
We are open for new issues and pull requests.
- Please read the Contributors Guide before working on the documentation.
- Engaging in the forum discussions on documentation.
- Filing GH Issues for specific documentation artifacts that don't currently exist in any form.
- Watch and star this repo, to keep up with what we're doing.