-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #33 from linkml/docs-refactor
- Loading branch information
Showing
129 changed files
with
12,616 additions
and
758 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,8 @@ | ||
*.old | ||
.coverage | ||
coverage.xml | ||
.idea | ||
project/ | ||
docs/ | ||
tmp/ | ||
site/ | ||
__pycache__ | ||
|
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 |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Compiler Package | ||
|
||
A compiler will compile a Map specification into an alternative representation | ||
|
||
## Compiler (Base Class) | ||
|
||
::: linkml_map.compiler.compiler.Compiler | ||
|
||
## Python Compiler | ||
|
||
::: linkml_map.compiler.python_compiler.PythonCompiler | ||
|
||
## Markdown Compiler | ||
|
||
::: linkml_map.compiler.markdown_compiler.MarkdownCompiler | ||
|
||
### Graphviz Compiler | ||
|
||
::: linkml_map.compiler.graphviz_compiler.GraphvizCompiler |
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 |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Functions Package | ||
|
||
## Unit Conversion | ||
|
||
::: linkml_map.functions.unit_conversion |
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 |
---|---|---|
@@ -0,0 +1,13 @@ | ||
# Inference Package | ||
|
||
## Inference Utils | ||
|
||
::: linkml_map.inference.inference | ||
|
||
## Inverter | ||
|
||
::: linkml_map.inference.inverter | ||
|
||
## Schema Mapper | ||
|
||
::: linkml_map.inference.schema_mapper.SchemaMapper |
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 |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Session | ||
|
||
::: linkml_map.session.Session | ||
|
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 |
---|---|---|
@@ -0,0 +1,10 @@ | ||
# Transformer Package | ||
|
||
## Transformer (Base Class) | ||
|
||
::: linkml_map.transformer.transformer.Transformer | ||
|
||
## ObjectTransformer | ||
|
||
::: linkml_map.transformer.object_transformer.ObjectTransformer | ||
|
Oops, something went wrong.