-
Notifications
You must be signed in to change notification settings - Fork 9
/
Copy pathmkdocs.yml
48 lines (44 loc) · 1.43 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
47
48
site_name: Torch Choice
site_url: https://gsbdbi.github.io/torch-choice/
docs_dir: docs_src
site_dir: docs
nav:
- Home: index.md
- Installation: install.md
- Introduction: intro.md
- Data Management: data_management.md
- Easy Data Management and Stata Users: easy_data_management.md
- Conditional Logit Model: conditional_logit_model_mode_canada.md
- Nested Logit Model: nested_logit_model_house_cooling.md
- Post Estimation: post_estimation_demos.md
- Coefficient Initialization: coefficient_initialization.md
- Related Projects: projects.md
- Compatibility Tests: test.md
- API Reference Torch-Choice: api_torch_choice.md
# theme: readthedocs
theme:
name: material
custom_dir: docs_src/overrides
icon:
logo: dalle/dalle
plugins:
- search
- mkdocstrings
markdown_extensions:
# - mdx_math
- pymdownx.arithmatex:
generic: true
- pymdownx.emoji:
emoji_index: !!python/name:materialx.emoji.twemoji
emoji_generator: !!python/name:materialx.emoji.to_svg
options:
custom_icons:
- docs_src/overrides/.icons
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.superfences
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
# - https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.5/MathJax.js?config=TeX-AMS_HTML