-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathmkdocs.yml
More file actions
83 lines (77 loc) · 2.16 KB
/
Copy pathmkdocs.yml
File metadata and controls
83 lines (77 loc) · 2.16 KB
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
site_name: omop-graph
site_description: Virtual Knowledge Graph extension for OMOP CDM
site_url: https://AustralianCancerDataNetwork.github.io/omop-graph
repo_url: https://github.com/AustralianCancerDataNetwork/omop-graph
repo_name: omop-graph
theme:
name: material
features:
- navigation.sections
- navigation.expand
- navigation.path
- navigation.top
- content.code.copy
- content.code.annotate
palette:
- scheme: default
primary: indigo
accent: blue
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: indigo
accent: light-blue
toggle:
icon: material/brightness-4
name: Switch to light mode
nav:
- Home: index.md
- Getting Started:
- Installation: usage/installation.md
- "CLI Reference": usage/cli.md
- Testing: usage/testing.md
- Core Components:
- "Knowledge Graph": graph/kg.md
- "Relationships": graph/edges.md
- "Oaklib Interface": oaklib/interface.md
- Reasoning:
- "Semantic Grounding": reasoning/grounding.md
- "Resolvers": reasoning/resolvers.md
- API Reference:
- "Edges": reference/ref_edges.md
- "Grounding": reference/ref_grounding.md
- "KnowledgeGraph": reference/ref_kg.md
- "Nodes": reference/ref_nodes.md
- "Paths": reference/ref_paths.md
- "Resolvers": reference/ref_resolvers.md
- "Scoring": reference/ref_scoring.md
plugins:
- search
- mkdocstrings:
handlers:
python:
paths: [src]
options:
docstring_style: numpy
show_root_heading: true
show_source: false
- macros:
module_name: docs/mkdocs_macros
- table-reader
markdown_extensions:
- admonition
- pymdownx.details
- pymdownx.superfences
- attr_list
- tables
- pymdownx.arithmatex:
generic: true
extra_javascript:
#- javascripts/mathjax.js
#- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
- javascripts/katex.js
- https://unpkg.com/katex@0/dist/katex.min.js
- https://unpkg.com/katex@0/dist/contrib/auto-render.min.js
extra_css:
- https://unpkg.com/katex@0/dist/katex.min.css