forked from dexplo/dataframe_image
-
Notifications
You must be signed in to change notification settings - Fork 0
/
mkdocs.yml
49 lines (43 loc) · 1.24 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
site_name: dataframe_image
site_description: Publish Jupyter Notebooks as pdf/md embedding pandas DataFrames as images
site_author: Ted Petrou
site_url: https://www.dexplo.org/dataframe_image
repo_url: https://github.com/dexplo/dataframe_image
copyright: Copyright @ 2020 Ted Petrou
google_analytics:
- UA-119777567-7
- dexplo.org
theme:
name: material
custom_dir: docs/overrides
features:
- tabs
nav:
- Home: index.md
- What's New: whats_new.md
- More Dexplo Libraries:
- Dexplo: https://www.dexplo.org
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
plugins:
- search
- minify:
minify_html: true
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML