Skip to content

Commit

Permalink
change create script to use doc/mammosdoc for created formatted html …
Browse files Browse the repository at this point in the history
…file
  • Loading branch information
Thomas Schrefl committed Dec 15, 2024
1 parent f453efc commit ba2a369
Show file tree
Hide file tree
Showing 3 changed files with 1,725 additions and 2,379 deletions.
5 changes: 3 additions & 2 deletions create.sh
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,6 @@

# paths to emmocheck and ontodoc (from https://github.com/emmo-repo/EMMOntoPy)
CHECK=../onto/emmocheck
DOC=../onto/ontodoc

echo "remove previous files ..."
rm demo.sqlite3
Expand All @@ -16,5 +15,7 @@ echo "checking ontology ..."
$CHECK magnetic_material_mammos.ttl

echo "building documentation ..."
$DOC --format simple-html magnetic_material_mammos.ttl doc/magnetic_material_mammos.html
cd doc
./mammosdoc --template=mammos.md --local --format=html ../magnetic_material_mammos.ttl magnetic_material_mammos.html
cd ..
ls -ls doc/magnetic_material_mammos.html
Loading

0 comments on commit ba2a369

Please sign in to comment.