-
Notifications
You must be signed in to change notification settings - Fork 76
/
Copy pathmkdocs.yml
40 lines (34 loc) · 811 Bytes
/
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
site_name: String Grouper
repo_url: https://github.com/bergvca/string_grouper
theme:
name: material
features:
- navigation.tabs
# - navigation.tabs.sticky
nav:
- Home:
- index.md
- References:
- references/match_strings.md
- references/match_most_similar.md
- references/group_similar_strings.md
- references/compute_pairwise_similarities.md
- references/options_kwargs.md
- references/sg_class.md
- Examples:
- examples.md
- Performance:
- performance.md
markdown_extensions:
- toc:
toc_depth: 3
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
- admonition
- pymdownx.details
- pymdownx.superfences