Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Rewriting ontodoc based on domain-battery (#742)
# Description Rewriting and simplifying the ontodoc tool based on domain-battery. For now the python module is called ontodoc_rst.py. For each module, document: - classes - object properties - data properties - annotation properties - individuals - datatypes ## Tasks done so far (see #759 for remaining tasks): - [x] Reproduce all information included in the [battery.rst](https://github.com/emmo-repo/domain-battery/blob/master/sphinx/battery.rst) file - [x] Add tooling for creating other needed files, like `index.rst` (just a template that the user can improve) - [x] Add a new ontodoc script/tool - instead of adding a new tool, the old ontodoc tool was extended to support `.rst` output. It doesn't run sphinx automatically, though... ## Type of change - [ ] Bug fix. - [x] New feature. - [ ] Documentation update. - [x] Test update. Co-authored-by: francescalb <[email protected]>
- Loading branch information