forked from mmcdermott/MEDS_transforms
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
46 lines (41 loc) · 1.11 KB
/
mkdocs.yml
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
site_name: MEDS-Transforms
repo_url: https://github.com/mmcdermott/MEDS_transforms
site_description: Documentation for the MEDS Transforms package
site_author: Matthew McDermott
nav:
- Home: index.md
- "Pipeline Configuration": pipeline_configuration.md
- "Pre-processing Operations": preprocessing_operation_prototypes.md
- "Terminology": terminology.md
- "Tokenization & Tensorization": tokenization_tensorization.md
- API: api/
- Issues: https://github.com/mmcdermott/MEDS_transforms/issues
theme:
name: material
locale: en
markdown_extensions:
- smarty
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.smartsymbols
- pymdownx.snippets
- pymdownx.tabbed:
alternate_style: true
- pymdownx.superfences
extra_javascript:
- javascripts/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js
plugins:
- search
- gen-files:
scripts:
- docs/gen_ref_pages.py
- literate-nav:
nav_file: SUMMARY.md
- section-index
- mkdocstrings
- git-authors
- git-revision-date-localized