tibonto / aeon

The Academic Event Ontology (AEON) can be used to represent information regarding academic events.
https://tibonto.github.io/aeon/
Creative Commons Attribution 4.0 International
14 stars 4 forks source link

build docs from editor notes using OAK #159

Open StroemPhi opened 1 year ago

StroemPhi commented 1 year ago

I'm using the IAO:'editor note' for the documentation of design decisions because I want this info to be attached to the source code. In order to have this documentation also in the docs generated by ODK, it seems like a good idea to use OAK to automatically read out all those editor notes and automatically convert them into the markdown files. The idea for this was to create a Python script that will be called from the custom makefile in the build process.

TODO: