This repository contains all the tutorial and documentation of oTree.
To edit:
- Clone this repo
pip install -r requirements.txt
- Make your edits (using reStructuredText syntax)
- Build by running
./make html
from the root directory. Errors will be printed to the console, and HTML output will be inbuild/html
. Open it in your browser and look. - If the HTML output looks OK, then you can push & make a pull request.
- The content on otree.readthedocs.org is built only when a push is made to the oTree-org/otree-docs repo. For example, if you make a commit directly in the web interface, it will not build until the next push is made.