Skip to content

Documentation of the JOLux ontology used for the Fedlex platform.

Notifications You must be signed in to change notification settings

swiss/fedlex-jolux

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Documentation of the JOLux ontology used for the Fedlex platform.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published