-
-
Notifications
You must be signed in to change notification settings - Fork 16
/
mkdocs.yml
78 lines (72 loc) · 1.79 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
site_name: "imbalanced-learn-extra"
site_description: "An implementation of novel oversampling algorithms."
site_url: "https://georgedouzas.github.io/imbalanced-learn-extra"
repo_url: "https://github.com/georgedouzas/imbalanced-learn-extra"
repo_name: "georgedouzas/imbalanced-learn-extra"
site_dir: "site"
watch: [README.md, CONTRIBUTING.md, CHANGELOG.md, src/imblearn_extra]
theme:
name: material
features:
- content.code.annotate
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
palette:
primary: blue
nav:
- Overview:
- index.md
- User guide: overview/user_guide.md
- Changelog: overview/changelog.md
- License: overview/license.md
- API: api/
- Examples: generated/gallery
- Development:
- development/index.md
- Contributing: development/contributing.md
- Code of Conduct: development/code_of_conduct.md
extra_css:
- css/style.css
- css/material.css
- css/mkdocstrings.css
markdown_extensions:
- admonition
- callouts
- pymdownx.details
- pymdownx.emoji
- pymdownx.magiclink
- pymdownx.snippets:
check_paths: true
- pymdownx.superfences
- pymdownx.tabbed:
alternate_style: true
- pymdownx.tasklist
plugins:
- search
- autorefs
- gallery:
examples_dirs:
- docs/examples
gallery_dirs:
- docs/generated/gallery
- markdown-exec
- gen-files:
scripts:
- docs/generate_api.py
- literate-nav:
nav_file: SUMMARY.md
- section-index
- mkdocstrings:
handlers:
python:
options:
docstring_style: google
docstring_options:
ignore_init_summary: yes
merge_init_into_class: yes
show_submodules: no
extra:
social:
- icon: fontawesome/brands/github
link: https://github.com/georgedouzas