-
Notifications
You must be signed in to change notification settings - Fork 30
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Update Uberon docs to better (obook) design
And fix some build warnings while I was at it.
- Loading branch information
Showing
5 changed files
with
65 additions
and
6 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 |
---|---|---|
@@ -1,3 +1,5 @@ | ||
# A brief history of UBERON | ||
|
||
The following page gives an overview of the history of UBERON. | ||
|
||
See Monarch Seminar Series: The Uberon Anatomy Ontology (2024) [slides](https://docs.google.com/presentation/d/15JyOunBw6R_xcs7wBWdZZPvmcQsPLKUDa6ycEqa5NE4/edit#slide=id.g2445be87c8e_0_0). |
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,58 @@ | ||
site_name: Uberon multi-species anatomy ontology | ||
theme: readthedocs | ||
site_name: Uberon Multi-species Anatomy Ontology | ||
theme: | ||
name: material | ||
icon: | ||
edit: material/pencil | ||
features: | ||
- content.action.edit | ||
#- navigation.tabs | ||
#- toc.integrate | ||
#- navigation.sections | ||
#- 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 | ||
|
||
repo_url: https://github.com/obophenotype/uberon/ | ||
site_url: https://obophenotype.github.io/uberon/ | ||
edit_uri: edit/master/docs/ | ||
|
||
nav: | ||
- Home: index.md | ||
- About: | ||
|
@@ -8,6 +61,7 @@ nav: | |
- Uberon on GitHub: https://github.com/obophenotype/uberon | ||
- Issue Tracker: https://github.com/obophenotype/uberon | ||
- Adopters: adopters.md | ||
- History: history.md | ||
- Acknowledgements: acknowledgements.md | ||
- Cite: cite.md | ||
- Browse: | ||
|
@@ -31,6 +85,8 @@ nav: | |
- Imports management: odk-workflows/UpdateImports.md | ||
- Managing the documentation: odk-workflows/ManageDocumentation.md | ||
- Continuous Integration: odk-workflows/ContinuousIntegration.md | ||
- Manage automated checks: odk-workflows/ManageAutomatedTest.md | ||
- Manage components: odk-workflows/components.md | ||
- Your ODK Repository Overview: odk-workflows/RepositoryFileStructure.md | ||
- Uberon Internal Docs: | ||
- Uberon Release: uberon-release.md | ||
|