-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Doc fixes & more metadata in pyproject for PyPI (#147)
* Add more pkg metadata including link to repo & docs * Add link to repo & other minor doc fixes * Fix properties in pyproject for poetry * Fixes in docs to reduce sphinx warnings The only remaining warning are related to metamodels docs. * Add utilities package to index of docs
- Loading branch information
Showing
17 changed files
with
137 additions
and
136 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
Empty file.
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
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
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
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 |
---|---|---|
@@ -1,5 +1,3 @@ | ||
.. importers: | ||
Importers | ||
========= | ||
|
||
|
@@ -15,7 +13,7 @@ Importers are the opposite of `Generators <https://linkml.io/linkml/generators/i | |
will be created. | ||
|
||
Importing from JSON-Schema | ||
--------- | ||
-------------------------- | ||
|
||
The ``import-json-schema`` command can be used: | ||
|
||
|
@@ -24,7 +22,7 @@ The ``import-json-schema`` command can be used: | |
schemauto import-json-schema tests/resources/model_card.schema.json | ||
Importing from Kwalify | ||
--------- | ||
---------------------- | ||
|
||
The ``import-kwalify`` command can be used: | ||
|
||
|
@@ -33,7 +31,7 @@ The ``import-kwalify`` command can be used: | |
schemauto import-kwalify tests/resources/test.kwalify.yaml | ||
Importing from OWL | ||
--------- | ||
------------------ | ||
|
||
You can import from a schema-style OWL ontology. This must be in functional syntax | ||
|
||
|
@@ -45,7 +43,7 @@ Use robot to convert ahead of time: | |
schemauto import-owl schemaorg.ofn | ||
Importing from SQL | ||
--------- | ||
------------------ | ||
|
||
You can import a schema from a SQL database | ||
|
||
|
@@ -65,7 +63,7 @@ For example, for the `RNA Central public database <https://rnacentral.org/help/p | |
schemauto import-sql postgresql+psycopg2://reader:[email protected]:5432/pfmegrnargs | ||
Importing from caDSR | ||
--------- | ||
-------------------- | ||
|
||
caDSR is an ISO-11179 compliant metadata registry. The ISO-11179 conceptual model can be mapped to LinkML. The | ||
canonical mapping maps a CDE onto a LinkML *slot*. | ||
|
@@ -79,8 +77,8 @@ NCI implements a JSON serialization of ISO-11197. You can import this JSON and c | |
schemauto import-cadsr "cdes/*.json" | ||
Packages | ||
------- | ||
Packages for importing | ||
---------------------- | ||
|
||
.. currentmodule:: schema_automator.importers | ||
|
||
|
Oops, something went wrong.