-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
98 lines (89 loc) · 2.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
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
site_name: Latent Calendar
theme:
name: "material"
custom_dir: docs/overrides
features:
# - navigation.indexes
- navigation.sections
- navigation.tabs
- navigation.expand
- navigation.top
palette:
# Palette toggle for light mode
- media: "(prefers-color-scheme: light)"
scheme: default
primary: green
toggle:
icon: material/brightness-7
name: Switch to dark mode
# Palette toggle for dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: green
toggle:
icon: material/brightness-4
name: Switch to light mode
repo_name: Latent Calendar
repo_url: https://github.com/wd60622/latent-calendar
edit_uri: blob/main/docs/
site_url: https://wd60622.github.io/latent-calendar
extra:
homepage: https://wd60622.github.io/
social:
- icon: fontawesome/brands/github
link: https://github.com/wd60622/latent-calendar
nav:
- Overview: index.md
- Modules:
- modules/extensions.md
- modules/model.md
- modules/generate.md
- modules/transformers.md
- modules/datasets.md
- modules/segments.md
- modules/const.md
- modules/vocab.md
- Plot:
- modules/plot/core.md
- modules/plot/elements.md
- modules/plot/colors.md
- modules/plot/config.md
- modules/plot/grid_settings.md
- modules/plot/iterate.md
- methodology.md
- Examples:
- examples/cal-attribute.md
- examples/create-segments.md
- examples/generation-process.md
- Model:
- examples/model/sklearn-compat.md
- Plotting:
- examples/plotting/add-calendar-events.md
- examples/plotting/event-frequency.md
- examples/plotting/calendar-customization.md
- examples/plotting/pandas-methods.md
- Datasets:
- examples/datasets/bikes-in-chicago.md
- examples/datasets/store-transactions.md
- examples/datasets/ufo-sightings.md
plugins:
- search
- mkdocstrings:
handlers:
python:
options:
docstring_style: google
markdown_extensions:
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- pymdownx.arithmatex:
generic: true
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