forked from dexplo/bar_chart_race
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
61 lines (54 loc) · 1.52 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
site_name: Bar Chart Race
site_description: Animated bar chart races in Python with the bar_chart_race package
site_author: Ted Petrou
site_url: https://www.dexplo.org/bar_chart_race
repo_url: https://github.com/dexplo/bar_chart_race
copyright: Copyright @ 2020 Ted Petrou
google_analytics:
- UA-119777567-7
- dexplo.org
theme:
name: material
favicon: images/favicon.ico
custom_dir: docs/overrides
features:
- tabs
nav:
- Home: index.md
- Installation: installation.md
- What's New: whats_new.md
- Tutorial: tutorial.md
- Data Preparation: data_preparation.md
- Upcoming Features: upcoming.md
- API Reference: api.md
- Dexplo Libraries:
- Dexplo: https://www.dexplo.org
extra_css:
- css/style.css
extra:
social:
- icon: fontawesome/brands/github-alt
link: https://github.com/dexplo
- icon: fontawesome/brands/twitter
link: https://twitter.com/TedPetrou
- icon: fontawesome/brands/linkedin
link: https://linkedin.com/in/TedPetrou
- icon: fontawesome/brands/youtube
link: https://www.youtube.com/c/dunderdata
- icon: fontawesome/brands/facebook
link: https://www.facebook.com/dunderdata
markdown_extensions:
- admonition
- toc:
permalink: True
- codehilite:
guess_lang: false
- pymdownx.superfences
plugins:
- search
- macros
- minify:
minify_html: false
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML
- https://cdn.plot.ly/plotly-latest.min.js