-
Notifications
You must be signed in to change notification settings - Fork 32
/
mkdocs.yml
45 lines (45 loc) · 1.21 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
site_name: Elegy
repo_name: poets-ai/elegy
repo_url: https://github.com/poets-ai/elegy
site_url: https://poets-ai.github.io/elegy
nav:
- Introduction: index.md
- Getting Started:
- High Level API: getting-started/high-level-api.ipynb
- Low Level API: getting-started/low-level-api.ipynb
- Contributing: contributing.md
- API Reference: {}
extra:
search:
language: en
social:
- icon: octicons/mark-github-16
link: https://github.com/cgarciae
- icon: octicons/mark-github-16
link: https://github.com/charlielito
- icon: fontawesome/brands/twitter
link: https://twitter.com/cgarciae88
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/cgarciae
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/in/calvarez92
theme:
name: material
favicon: images/favicon.png
icon:
logo: fontawesome/solid/infinity
repo: octicons/mark-github-16
markdown_extensions:
- pymdownx.arithmatex
- admonition
- codehilite:
guess_lang: false
use_pygments: true
noclasses: true
pygments_style: default
plugins:
- search
- mkdocs-jupyter
- mkdocstrings
extra_javascript:
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-MML-AM_CHTML