-
Notifications
You must be signed in to change notification settings - Fork 17
/
mkdocs.yaml
121 lines (117 loc) · 4.45 KB
/
mkdocs.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
site_name: Unified Phenotype Ontology
theme:
name: material
icon:
edit: material/pencil
features:
- content.action.edit
- navigation.tabs
- navigation.sections
- toc.integrate
- navigation.top
- search.suggest
- search.highlight
- content.tabs.link
- content.code.annotation
- content.code.copy
- content.code.select
plugins:
- search
markdown_extensions:
- toc:
permalink: true
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_div_format
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.tabbed
- pymdownx.critic
- pymdownx.caret
- pymdownx.details
- pymdownx.keys
- pymdownx.mark
- pymdownx.tilde
- attr_list
- md_in_html
- pymdownx.highlight:
anchor_linenums: true
- admonition
- pymdownx.arithmatex:
generic: true
- footnotes
- attr_list
- md_in_html
- tables
extra_javascript:
- https://unpkg.com/[email protected]/dist/mermaid.min.js
site_url: https://obophenotype.github.io/upheno/
repo_url: https://github.com/obophenotype/upheno/
edit_uri: edit/master/docs/
nav:
- Getting started: index.md
- Cite: cite.md
- About uPheno: about.md
- uPheno community effort:
- Meetings: organization/meetings.md
- Outreach: organization/outreach.md
- How-to guides:
- Standard ODK workflows:
- Overview: odk-workflows/index.md
- Editors Workflow: odk-workflows/EditorsWorkflow.md
- Release Workflow: odk-workflows/ReleaseWorkflow.md
- Manage your ODK Repository: odk-workflows/RepoManagement.md
- Your ODK Repository Overview: odk-workflows/RepositoryFileStructure.md
- Setting up Docker for ODK: odk-workflows/SettingUpDockerForODK.md
- Manage imports: odk-workflows/UpdateImports.md
- Manage documentation: odk-workflows/ManageDocumentation.md
- Manage Continuous Integration: odk-workflows/ContinuousIntegration.md
- Manage automated tests: odk-workflows/ManageAutomatedTest.md
- Overview of components: odk-workflows/components.md
- Contributing: contributing.md
- Advanced Phenotype Ontology Editor workflows:
- How to run a uPheno 2 release: howto/run-upheno2-release.md
- How to set up s3 for uploading upheno data files: howto/set-up-s3.md
- Add custom uPheno Makefile: howto/custom-upheno-makefile.md
- Add the uPheno direct relation extension: howto/add-relation-extension.md
- Pattern merge - replace workflow: howto/pattern-merge-replace-workflow.md
- Phenotype Ontology Editors' Workflow: howto/editors_workflow.md
- Tutorials:
- Using uPheno in Data Analysis: tutorials/analysis.md
- Using uPheno in Curation: tutorials/curation.md
- Reference:
- Core concepts of phenotype data: reference/core-concepts.md
- Phenotype data in practice: reference/phenotype-data.md
- Integrating phenotype data with the uPheno framework: reference/data-integration.md
- EQ modelling:
- Overview of EQ modelling: reference/eq.md
- Abnormal phenotypes: reference/modelling/abnormal.md
- Absence modelling: reference/modelling/absence.md
- The Phenotype Reconciliation Effort: reference/reconciliation-effort.md
- Use Cases: reference/use-cases.md
- Components:
- Overview: reference/components.md
- Drosophila Phenotype Ontology: reference/components/dpo.md
- Fission Yeast Phenotype Ontology: reference/components/fypo.md
- Human Phenotype Ontology: reference/components/hp.md
- Mammalian Phenotype Ontology: reference/components/mp.md
- C. elegans Phenotype Ontology: reference/components/wbphenotype.md
- Zebrafish Phenotype Ontology: reference/components/zp.md
- Aligning with other ontologies:
- Overview: reference/phenotype-ontology-alignment.md
- Imports:
- Overview: reference/imports.md
- Gene Ontology: reference/imports/go.md
- Uberon: reference/imports/uberon.md
- PATO: reference/imports/pato.md
- Mappings:
- Overview: reference/mappings.md
- MP-HP: reference/mappings/mp_hp.md
- Quality Control:
- Overview: reference/qc.md
- Standard OBO checks: reference/qc/odk_checks.md
- Design Patterns:
- Design Patterns Overview: reference/patterns.md
- Other Monarch Docs: https://monarch-initiative.github.io/monarch-documentation/