Skip to content

Commit

Permalink
Deployed 56514b6 with MkDocs version: 1.6.0
Browse files Browse the repository at this point in the history
  • Loading branch information
Unknown committed May 12, 2024
0 parents commit d483ffc
Show file tree
Hide file tree
Showing 179 changed files with 182,171 additions and 0 deletions.
Empty file added .nojekyll
Empty file.
2,113 changes: 2,113 additions & 0 deletions 404.html

Large diffs are not rendered by default.

2,857 changes: 2,857 additions & 0 deletions api/creation/age_column_mapper/index.html

Large diffs are not rendered by default.

3,499 changes: 3,499 additions & 0 deletions api/creation/case_template_encoder/index.html

Large diffs are not rendered by default.

2,355 changes: 2,355 additions & 0 deletions api/creation/citation/index.html

Large diffs are not rendered by default.

3,447 changes: 3,447 additions & 0 deletions api/creation/cohort_encoder/index.html

Large diffs are not rendered by default.

2,657 changes: 2,657 additions & 0 deletions api/creation/column_mapper/index.html

Large diffs are not rendered by default.

2,534 changes: 2,534 additions & 0 deletions api/creation/constant_column_mapper/index.html

Large diffs are not rendered by default.

2,534 changes: 2,534 additions & 0 deletions api/creation/create_template/index.html

Large diffs are not rendered by default.

2,383 changes: 2,383 additions & 0 deletions api/creation/disease/index.html

Large diffs are not rendered by default.

2,533 changes: 2,533 additions & 0 deletions api/creation/disease_id_column_mapper/index.html

Large diffs are not rendered by default.

2,825 changes: 2,825 additions & 0 deletions api/creation/hgvs_variant/index.html

Large diffs are not rendered by default.

3,406 changes: 3,406 additions & 0 deletions api/creation/hp_term/index.html

Large diffs are not rendered by default.

2,844 changes: 2,844 additions & 0 deletions api/creation/hpo_cr/index.html

Large diffs are not rendered by default.

2,931 changes: 2,931 additions & 0 deletions api/creation/hpo_exact_cr/index.html

Large diffs are not rendered by default.

2,721 changes: 2,721 additions & 0 deletions api/creation/hpo_parser/index.html

Large diffs are not rendered by default.

2,198 changes: 2,198 additions & 0 deletions api/creation/index.html

Large diffs are not rendered by default.

5,145 changes: 5,145 additions & 0 deletions api/creation/individual/index.html

Large diffs are not rendered by default.

2,830 changes: 2,830 additions & 0 deletions api/creation/iso_age/index.html

Large diffs are not rendered by default.

3,381 changes: 3,381 additions & 0 deletions api/creation/metadata/index.html

Large diffs are not rendered by default.

3,318 changes: 3,318 additions & 0 deletions api/creation/option_column_mapper/index.html

Large diffs are not rendered by default.

2,643 changes: 2,643 additions & 0 deletions api/creation/sex_column_mapper/index.html

Large diffs are not rendered by default.

2,548 changes: 2,548 additions & 0 deletions api/creation/simple_column_mapper/index.html

Large diffs are not rendered by default.

3,173 changes: 3,173 additions & 0 deletions api/creation/simple_column_mapper_generator/index.html

Large diffs are not rendered by default.

3,562 changes: 3,562 additions & 0 deletions api/creation/structural_variant/index.html

Large diffs are not rendered by default.

2,331 changes: 2,331 additions & 0 deletions api/creation/thresholded_column_mapper/index.html

Large diffs are not rendered by default.

4,246 changes: 4,246 additions & 0 deletions api/creation/thresholder/index.html

Large diffs are not rendered by default.

2,690 changes: 2,690 additions & 0 deletions api/creation/variant/index.html

Large diffs are not rendered by default.

2,706 changes: 2,706 additions & 0 deletions api/creation/variant_column_mapper/index.html

Large diffs are not rendered by default.

3,794 changes: 3,794 additions & 0 deletions api/creation/variant_manager/index.html

Large diffs are not rendered by default.

2,729 changes: 2,729 additions & 0 deletions api/creation/variant_validator/index.html

Large diffs are not rendered by default.

2,198 changes: 2,198 additions & 0 deletions api/overview/index.html

Large diffs are not rendered by default.

2,576 changes: 2,576 additions & 0 deletions api/validation/cohort_validator/index.html

Large diffs are not rendered by default.

2,857 changes: 2,857 additions & 0 deletions api/validation/content_validator/index.html

Large diffs are not rendered by default.

5,496 changes: 5,496 additions & 0 deletions api/validation/index.html

Large diffs are not rendered by default.

2,987 changes: 2,987 additions & 0 deletions api/validation/ontology_qc/index.html

Large diffs are not rendered by default.

2,927 changes: 2,927 additions & 0 deletions api/validation/validation_result/index.html

Large diffs are not rendered by default.

2,951 changes: 2,951 additions & 0 deletions api/visualization/detailed_suppl_table/index.html

Large diffs are not rendered by default.

2,809 changes: 2,809 additions & 0 deletions api/visualization/hpoa_table_creator/index.html

Large diffs are not rendered by default.

2,262 changes: 2,262 additions & 0 deletions api/visualization/index.html

Large diffs are not rendered by default.

2,467 changes: 2,467 additions & 0 deletions api/visualization/onset_calculator/index.html

Large diffs are not rendered by default.

2,435 changes: 2,435 additions & 0 deletions api/visualization/phenopacket_ingestor/index.html

Large diffs are not rendered by default.

3,557 changes: 3,557 additions & 0 deletions api/visualization/phenopacket_table/index.html

Large diffs are not rendered by default.

2,571 changes: 2,571 additions & 0 deletions api/visualization/qc_visualizer/index.html

Large diffs are not rendered by default.

119 changes: 119 additions & 0 deletions assets/_mkdocstrings.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,119 @@

/* Avoid breaking parameter names, etc. in table cells. */
.doc-contents td code {
word-break: normal !important;
}

/* No line break before first paragraph of descriptions. */
.doc-md-description,
.doc-md-description>p:first-child {
display: inline;
}

/* Max width for docstring sections tables. */
.doc .md-typeset__table,
.doc .md-typeset__table table {
display: table !important;
width: 100%;
}

.doc .md-typeset__table tr {
display: table-row;
}

/* Defaults in Spacy table style. */
.doc-param-default {
float: right;
}

/* Backward-compatibility: docstring section titles in bold. */
.doc-section-title {
font-weight: bold;
}

/* Symbols in Navigation and ToC. */
:root,
[data-md-color-scheme="default"] {
--doc-symbol-attribute-fg-color: #953800;
--doc-symbol-function-fg-color: #8250df;
--doc-symbol-method-fg-color: #8250df;
--doc-symbol-class-fg-color: #0550ae;
--doc-symbol-module-fg-color: #5cad0f;

--doc-symbol-attribute-bg-color: #9538001a;
--doc-symbol-function-bg-color: #8250df1a;
--doc-symbol-method-bg-color: #8250df1a;
--doc-symbol-class-bg-color: #0550ae1a;
--doc-symbol-module-bg-color: #5cad0f1a;
}

[data-md-color-scheme="slate"] {
--doc-symbol-attribute-fg-color: #ffa657;
--doc-symbol-function-fg-color: #d2a8ff;
--doc-symbol-method-fg-color: #d2a8ff;
--doc-symbol-class-fg-color: #79c0ff;
--doc-symbol-module-fg-color: #baff79;

--doc-symbol-attribute-bg-color: #ffa6571a;
--doc-symbol-function-bg-color: #d2a8ff1a;
--doc-symbol-method-bg-color: #d2a8ff1a;
--doc-symbol-class-bg-color: #79c0ff1a;
--doc-symbol-module-bg-color: #baff791a;
}

code.doc-symbol {
border-radius: .1rem;
font-size: .85em;
padding: 0 .3em;
font-weight: bold;
}

code.doc-symbol-attribute {
color: var(--doc-symbol-attribute-fg-color);
background-color: var(--doc-symbol-attribute-bg-color);
}

code.doc-symbol-attribute::after {
content: "attr";
}

code.doc-symbol-function {
color: var(--doc-symbol-function-fg-color);
background-color: var(--doc-symbol-function-bg-color);
}

code.doc-symbol-function::after {
content: "func";
}

code.doc-symbol-method {
color: var(--doc-symbol-method-fg-color);
background-color: var(--doc-symbol-method-bg-color);
}

code.doc-symbol-method::after {
content: "meth";
}

code.doc-symbol-class {
color: var(--doc-symbol-class-fg-color);
background-color: var(--doc-symbol-class-bg-color);
}

code.doc-symbol-class::after {
content: "class";
}

code.doc-symbol-module {
color: var(--doc-symbol-module-fg-color);
background-color: var(--doc-symbol-module-bg-color);
}

code.doc-symbol-module::after {
content: "mod";
}

.doc-signature .autorefs {
color: inherit;
border-bottom: 1px dotted currentcolor;
}
Binary file added assets/images/favicon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/social/api/creation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/social/api/creation/citation.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/social/api/creation/disease.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/social/api/creation/hp_term.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/social/api/creation/hpo_cr.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/social/api/creation/hpo_parser.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/social/api/creation/individual.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/social/api/creation/iso_age.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/social/api/creation/metadata.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added assets/images/social/api/creation/thresholder.png
Binary file added assets/images/social/api/creation/variant.png
Binary file added assets/images/social/api/overview.png
Binary file added assets/images/social/api/validation.png
Binary file added assets/images/social/api/visualization.png
Binary file added assets/images/social/developers/developers.png
Binary file added assets/images/social/developers/hpoa_editing.png
Binary file added assets/images/social/developers/installation.png
Binary file added assets/images/social/developers/internal.png
Binary file added assets/images/social/index.png
Binary file added assets/images/social/tabular/cohort_encoder.png
Binary file added assets/images/social/tabular/jupyter.png
Binary file added assets/images/social/tabular/overview.png
Binary file added assets/images/social/tabular/validation.png
Binary file added assets/images/social/tabular/visualization.png
Binary file added assets/images/social/user-guide/excel.png
Binary file added assets/images/social/user-guide/template.png
29 changes: 29 additions & 0 deletions assets/javascripts/bundle.a7c05c9e.min.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions assets/javascripts/bundle.a7c05c9e.min.js.map

Large diffs are not rendered by default.

1 change: 1 addition & 0 deletions assets/javascripts/lunr/min/lunr.ar.min.js

Large diffs are not rendered by default.

18 changes: 18 additions & 0 deletions assets/javascripts/lunr/min/lunr.da.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions assets/javascripts/lunr/min/lunr.de.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

18 changes: 18 additions & 0 deletions assets/javascripts/lunr/min/lunr.du.min.js

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit d483ffc

Please sign in to comment.