temporary home for new c3voc hall setup documentation
Find a file
2025-11-22 00:00:09 +01:00
docs mkdocs: Enable admonition 2025-11-22 00:00:09 +01:00
.gitignore project setup 2025-11-15 12:03:53 +01:00
mkdocs.yml mkdocs: Enable admonition 2025-11-22 00:00:09 +01:00
Readme.md project setup 2025-11-15 12:03:53 +01:00
requirements.txt project setup 2025-11-15 12:03:53 +01:00

c3voc Handbook

This repo contains some handbook/ documentation of the c3voc recording setup. The intended audience is: A/V technicians and VOC responsible persons (everybody who handles the hall equipment from a technical point of view) as well as general camera and video mixer angels.

Usage

The documentation is based on MkDocs using Markdown syntax for the content. To run it locally, install the python packages listed in the requirements.txt (preferably in a venv) like this:

pip install -r requirements.txt

Then serve the site locally with:

mkdocs serve