Skip to content

Latest commit

 

History

History
41 lines (27 loc) · 1.61 KB

README.md

File metadata and controls

41 lines (27 loc) · 1.61 KB

JOLux Ontology

This repository is used to document the JOLux ontology of the Fedlex platform of the Federal Chancellery.

Webpage

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

How to Contribute

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.

Local Build Instructions

For building the JOLux ontology documentation locally, follow these instructions:

Clone the Repository

git clone https://github.com/swiss/fedlex-jolux.git
cd fedlex-jolux

Set Up the Virtual Environment

python -m venv venv
source venv/bin/activate  # On Windows: venv\Scripts\activate
pip install --upgrade pip
pip install -r requirements.txt

Build the Documentation

sphinx-build doc _build # build HTML
sphinx-build -b rinoh doc _build/pdf # build PDF