From 1522128a716ddf8358c22d5a08ff9a02924a8e2d Mon Sep 17 00:00:00 2001 From: Thomas Schrefl Date: Wed, 18 Dec 2024 17:56:06 +0100 Subject: [PATCH] add pandoc to pixi --- pixi.toml | 1 + src/README.md | 9 ++++++++- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/pixi.toml b/pixi.toml index 2f766d1..377d5dc 100644 --- a/pixi.toml +++ b/pixi.toml @@ -19,6 +19,7 @@ all = { depends-on = ["clean", "build", "check", "docs"] } [dependencies] python = "3.13.*" graphviz = ">=12.0.0,<13" +pandoc = "3.1.3" [pypi-dependencies] ontopy = ">=0.1.1, <0.2" diff --git a/src/README.md b/src/README.md index e0d9b88..735d3df 100644 --- a/src/README.md +++ b/src/README.md @@ -15,6 +15,13 @@ clone the MagneticMaterialsOntology git clone git@github.com:MaMMoS-project/MagneticMaterialsOntology.git ``` +### Dependences + +to create the documentation you need + +* pandoc +* Graphviz + ### Build or update the ontology * Change to the directiory `MagneticMaterialsOntology` @@ -73,4 +80,4 @@ We use `EMMOntoPy v0.7.2` to describe the magnetic materials ontology. We use `emmocheck` to check that ontologies conform to EMMO conventions. -We load `magnetic_material_mammos.ttl` in `Protégé 5.6.4` and run the reasoner `HermiT 1.4.3.456` \ No newline at end of file +We load `magnetic_material_mammos.ttl` in `Protégé 5.6.4` and run the reasoner `HermiT 1.4.3.456`