This repository is used to document the JOLux ontology of the Fedlex platform of the Federal Chancellery.
The webpage of this repository will be built on every commit via GitHub Actions with the help of Sphinx and deployed to https://swiss.github.io/fedlex-jolux
Please open issues on this repository or provide pull requests for contributions.
Caution
2024-11-22: This is an ongoing project between the Federal Chancellery and the Institute for Public Sector Transformation of the Bern University of Applied Sciences. The content is not yet stable. Further updates will follow.
For building the JOLux ontology documentation locally, follow these instructions:
git clone https://github.com/swiss/fedlex-jolux.git
cd fedlex-jolux
python -m venv venv
source venv/bin/activate # On Windows: venv\Scripts\activate
pip install --upgrade pip
pip install -r requirements.txt
sphinx-build doc _build # build HTML
sphinx-build -b rinoh doc _build/pdf # build PDF