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

Rewriting ontodoc based on domain-battery #742

Merged
merged 34 commits into from
May 25, 2024
Merged
Show file tree
Hide file tree
Changes from 32 commits
Commits
Show all changes
34 commits
Select commit Hold shift + click to select a range
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
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
0fd965f
Fixed global variable in doc-string to be same as default.
francescalb Apr 15, 2024
8463b71
Merge branch 'master' into ontodoc2
jesper-friis Apr 30, 2024
82e31ba
Fixed typo
jesper-friis Apr 30, 2024
959966f
Merge branch 'ontodoc2' of github.com:emmo-repo/EMMO-python into onto…
jesper-friis Apr 30, 2024
8b549f1
Fixed failing test_save in master
jesper-friis May 1, 2024
08583fe
Merge branch 'master' into ontodoc2
jesper-friis May 1, 2024
95a9d15
Merge branch 'fix-test-save-in-master' into ontodoc2
jesper-friis May 1, 2024
5b1ce0e
Fixed test_save
jesper-friis May 1, 2024
e365cdd
Merge branch 'ontodoc2' of github.com:emmo-repo/EMMO-python into onto…
jesper-friis May 1, 2024
f25ed9c
Merge branch 'master' into ontodoc2
jesper-friis May 2, 2024
1a4771e
Merge branch 'master' into ontodoc2
jesper-friis May 5, 2024
ba7e997
Added test for content of generated file as well
jesper-friis May 9, 2024
5875606
Replaced EMMO with local animal ontology
jesper-friis May 9, 2024
3103e17
Added test for get_preferred_language()
jesper-friis May 9, 2024
e31003e
Merge branch 'master' into ontodoc2
jesper-friis May 9, 2024
1cdbaab
Merge branch 'master' into ontodoc2
francescalb May 21, 2024
dfec0c4
Updated test as suggested by Francesca
jesper-friis May 25, 2024
bf1fc98
Got rid of two new pylint errors...
jesper-friis May 25, 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