-
Notifications
You must be signed in to change notification settings - Fork 4
/
mkdocs.yml
73 lines (69 loc) · 1.92 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
site_name: Turftopic
site_description: 'An all-in-one library for topic modeling with sentence embeddings.'
repo_url: https://github.com/x-tabdeveloping/turftopic
nav:
- Usage:
- Getting Started: index.md
- Using Turftopic: basics.md
- Dynamic Topic Modeling: dynamic.md
- Online Topic Modeling: online.md
- Hierarchical Topic Modeling: hierarchical.md
- Modifying and Finetuning Models: finetuning.md
- Saving and Loading Models: persistence.md
- Models:
- Model Overview: model_overview.md
- Semantic Signal Separation (S³): s3.md
- KeyNMF: KeyNMF.md
- GMM: GMM.md
- Clustering Models: clustering.md
- Autoencoding Models: ctm.md
- FASTopic: FASTopic.md
- Encoders: encoders.md
- Namers: namers.md
theme:
name: material
logo: images/logo.svg
navigation_depth: 3
palette:
primary: '#01034A'
features:
- toc.integrate
- navigation.tabs
- navigation.tabs.sticky
- navigation.sections
- navigation.expand
- navigation.path
- navigation.indexes
- toc.follow
- content.code.copy
plugins:
- mkdocstrings:
handlers:
python:
options:
annotations_path: brief
show_root_heading: true
show_root_toc_entry: false
show_symbol_type_heading: true
docstring_style: numpy
heading_level: 3
markdown_extensions:
- pymdownx.highlight:
use_pygments: true
- pymdownx.superfences
- attr_list
- md_in_html
- admonition
- pymdownx.details
- pymdownx.superfences
- toc:
toc_depth: 2
- pymdownx.arithmatex:
generic: true
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
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