-
Notifications
You must be signed in to change notification settings - Fork 1
/
mkdocs.yml
108 lines (108 loc) · 3.16 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
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
site_name: StochTree
site_url: "https://stochtree.ai/"
site_description: "Stochastic tree ensembles (i.e. BART, XBART) for supervised learning and causal inference"
repo_url: "https://github.com/StochasticTree/stochtree"
repo_name: "StochasticTree/stochtree"
theme:
name: material
features:
- navigation.expand
- navigation.indexes
- navigation.footer
- navigation.path
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- search.suggest
- search.highlight
- search.share
- toc.follow
- toc.integrate
palette:
- media: "(prefers-color-scheme)"
toggle:
icon: material/link
name: Switch to light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: blue grey
accent: blue grey
toggle:
icon: material/toggle-switch
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: black
accent: indigo
toggle:
icon: material/toggle-switch-off
name: Switch to system preference
nav:
- Home: index.md
- 'Getting Started': getting-started.md
- 'R Package':
- 'Overview': R_docs/index.md
- 'Pkgdown Site': 'R_docs/pkgdown/index.html'
- 'Python Package':
- python_docs/index.md
- 'API':
- python_docs/api/index.md
- 'BART': python_docs/api/bart.md
- 'BCF': python_docs/api/bcf.md
- 'Low level interface':
- python_docs/api/low-level/index.md
- 'Data API': python_docs/api/low-level/dataset.md
- 'Forest API': python_docs/api/low-level/forest.md
- 'Sampler API': python_docs/api/low-level/sampler.md
- 'Utilies API': python_docs/api/low-level/utilities.md
- 'Demo':
- python_docs/demo/index.md
- 'BART': python_docs/demo/supervised_learning.ipynb
- 'BCF': python_docs/demo/causal_inference.ipynb
- 'C++ Core API and Architecture':
- cpp_docs/index.md
- 'Tree Data Structure': cpp_docs/tree.md
- 'Tracking Data Structure': cpp_docs/tracking.md
- 'C++ Doxygen Site': 'cpp_docs/doxygen/index.html'
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/StochasticTree/stochtree
name: stochtree on Github
generator: false
copyright: Copyright © 2023 - 2024 Drew Herren, Carlos Carvalho, Richard Hahn, Jared Murray
markdown_extensions:
- toc:
permalink: "#"
toc_depth: 3
baselevel: 1
- pymdownx.tabbed:
alternate_style: true
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.arithmatex:
generic: true
plugins:
- offline
- search
- mkdocstrings:
handlers:
python:
options:
docstring_style: numpy
show_signature: true
line_length: 60
heading_level: 2
show_root_heading: true
docstring_options:
ignore_init_summary: true
- mkdocs-jupyter:
execute: true
include_source: True
extra_javascript:
- javascripts/mathjax.js
- https://unpkg.com/mathjax@3/es5/tex-mml-chtml.js