Skip to content

Commit

Permalink
add pandoc to pixi
Browse files Browse the repository at this point in the history
  • Loading branch information
Thomas Schrefl committed Dec 18, 2024
1 parent 1b9b367 commit 1522128
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions pixi.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
9 changes: 8 additions & 1 deletion src/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,13 @@ clone the MagneticMaterialsOntology
git clone [email protected]:MaMMoS-project/MagneticMaterialsOntology.git
```

### Dependences

to create the documentation you need

* pandoc
* Graphviz

### Build or update the ontology

* Change to the directiory `MagneticMaterialsOntology`
Expand Down Expand Up @@ -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`
We load `magnetic_material_mammos.ttl` in `Protégé 5.6.4` and run the reasoner `HermiT 1.4.3.456`

0 comments on commit 1522128

Please sign in to comment.