This documentation repository contains the outdated OpenSlides manual of OpenSlides 1.5.
Note: The (outdated) images (placed in "_images") are not added to this repository to not inscrease the repo size. For rework of manual the images have to updated. All old images can be found here in OpenSlides Core repo.
- sphinx
- sphinx-bootstrap-theme
see requirements.txt
Instruction to build the docs on GNU/Linux.
Install setup:
$ virtualenv .venv $ source .venv/bin/activate $ pip install -r requirements.txt
Build html output (created in _build/html):
$ make html
Build pdf output (created in _build/latex):
$ make latex $ make latexpdf
The documentation is licensed under Creative Commons CC BY-SA 3.0, see LICENSE file. The authors are mentioned in the AUTHORS file.