Skip to content

Anedaar/openslides-docs

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

OpenSlides documentation

Overview

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.

Requirements

  • sphinx
  • sphinx-bootstrap-theme

see requirements.txt

How to build the documentation?

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

License and authors

The documentation is licensed under Creative Commons CC BY-SA 3.0, see LICENSE file. The authors are mentioned in the AUTHORS file.

About

Documentation of OpenSlides

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • Python 64.7%
  • Makefile 18.3%
  • Batchfile 14.0%
  • CSS 3.0%