Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged changes #746

Closed
wants to merge 25 commits into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
25 commits
Select commit Hold shift + click to select a range
c472911
Added minor fixes for ontoconvert
jesper-friis Apr 3, 2024
ad4bbbd
Make it possible to run HermiT on EMMO
jesper-friis Apr 3, 2024
f2db0e9
Initiated ontodoc2
jesper-friis Apr 4, 2024
80a020d
Updated ontodoc2
jesper-friis Apr 4, 2024
bfcc9a6
work in progress...
jesper-friis Apr 4, 2024
c6db979
Separated documentation into several classes.
jesper-friis Apr 4, 2024
06ed3f5
Updated ontodoc
jesper-friis Apr 5, 2024
30f21b9
Further updated ontodoc2
jesper-friis Apr 6, 2024
849c62b
Updated ontodoc tool to also generate rst output
jesper-friis Apr 6, 2024
bb0da10
Added test including a simple ontology to document.
jesper-friis Apr 7, 2024
f1f688d
Added formal description to ontodoc_rst output
jesper-friis Apr 7, 2024
d600e51
Added internal links to formal description.
jesper-friis Apr 7, 2024
7066c2d
Cleaned up test_ontodoc_rst.py
jesper-friis Apr 7, 2024
98a9ff1
Fixed test_patch
jesper-friis Apr 7, 2024
2f7f9d8
Fixed creating author list
jesper-friis Apr 7, 2024
c5a1bf2
Merge branch 'master' into ontoconvert-fixes
francescalb Apr 10, 2024
c8e36b2
Merge branch 'master' into ontoconvert-fixes
francescalb Apr 10, 2024
4f4b47a
Fixed typo
jesper-friis Apr 11, 2024
b3e8f4a
Corrected spelling error
jesper-friis Apr 11, 2024
2dbf360
Merge branch 'master' into ontodoc2
jesper-friis Apr 12, 2024
065a948
Merge remote-tracking branch 'origin/fix_hermit' into merged-changes
jesper-friis Apr 12, 2024
258420f
Merge branch 'ontodoc2' into merged-changes
jesper-friis Apr 12, 2024
b41ec40
Merge branch 'ontodoc2' into merged-changes
jesper-friis Apr 12, 2024
5bc40f3
Fix issue already fixed in an earlier commit
jesper-friis Apr 13, 2024
9f116dc
Fix failure in test_ontoconvert
jesper-friis Apr 13, 2024
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/api_reference/ontopy/ontodoc_rst.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# ontodoc_rst

::: ontopy.ontodoc_rst
2 changes: 1 addition & 1 deletion ontopy/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -23,4 +23,4 @@
from owlready2 import onto_path


__all__ = ("patch", "World", "get_ontology", "onto_path")
__all__ = ("__version__", "World", "get_ontology", "onto_path")
Loading
Loading