-
-
Notifications
You must be signed in to change notification settings - Fork 102
/
mkdocs.yml
65 lines (65 loc) · 2.05 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
site_name: dython
site_description: A set of data-analysis tools for Python 3.x
site_long_description: Dython is a set of data-analysis tools written in Python 3.x, which can let you get more insights about your data. Dython was designed with analysis usage in mind - meaning ease-of-use, functionality and readability are the core values of this library.
site_author: Shaked Zychlinski
site_url: http://shakedzy.xyz/dython/
repo_name: shakedzy/dython
repo_url: https://github.com/shakedzy/dython
copyright: Copyright © Shaked Zychlinski
theme:
name: material
custom_dir: docs/overrides
palette:
- media: "(prefers-color-scheme: light)"
scheme: default
primary: light blue
accent: blue
toggle:
icon: material/toggle-switch-off-outline
name: Switch to dark mode
- media: "(prefers-color-scheme: dark)"
scheme: slate
primary: teal
accent: cyan
toggle:
icon: material/toggle-switch
name: Switch to light mode
logo: images/favicon.png
favicon: images/favicon.png
nav:
- Home: 'index.md'
- Getting Started:
- Installation: 'getting_started/installation.md'
- Examples: 'getting_started/examples.md'
- Modules:
- data_utils: 'modules/data_utils.md'
- nominal: 'modules/nominal.md'
- model_utils: 'modules/model_utils.md'
- sampling: 'modules/sampling.md'
- Related Blogosts: 'related_blogposts.md'
google_analytics:
- UA-141245946-2
- auto
markdown_extensions:
- toc:
permalink: true
- admonition
- codehilite
- pymdownx.arithmatex:
generic: true
- pymdownx.highlight
- pymdownx.superfences
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML
plugins:
- search
extra:
social:
- icon: material/web
link: https://shakedzy.xyz/
- icon: fontawesome/brands/github
link: https://github.com/shakedzy
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/shakedzy/
- icon: fontawesome/brands/medium
link: https://shakedzy.medium.com/