This is source code. See the live version at https://turkserver.readthedocs.io/ .
If you have any questions about building or running online experiments, please post an issue. This will help us improve documentation and general information for prospective future experimenters. Better yet, suggest edits and send a pull request (see below).
This is a Sphinx site for ReadTheDocs. Sphinx generates a static site this content, which is automatically built and hosted by ReadTheDocs.
To work on the site locally, make sure you have Python installed.
Check out this repo and install the dependencies:
git clone https://github.com/TurkServer/docs.git
cd docs
pip install -r requirements.txt
Start the Sphinx development server on the source
directory, which will update
as you make edits:
sphinx-autobuild source _build_html
Once you're done, send a pull request with your changes!
To be completed.