Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Browse files
Browse the repository at this point in the history
fix(create-ontology): within an ontology, references to the ontology …
…itself are not possible (DEV-135) (#130) * refactor: add some typing * feat: improve schema * chore: make install command use pips editable install * fix: potential NPE * docs: update documentation * fix: not able to reference ontology in itself * fix: allow comma in PR title * refactor: simplify context handling * docs: improve documentation * docs: address errors in documentation * refactor: simplify context creation and improve comments * refactor: tidy up a bit
- Loading branch information
1 parent
85a40c2
commit 6a40fc6
Showing
14 changed files
with
924 additions
and
820 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -68,3 +68,6 @@ out.json | |
# bazel | ||
/bazel-* | ||
/.ijwb/ | ||
|
||
# for testing in development | ||
tmp/ |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.