-
Notifications
You must be signed in to change notification settings - Fork 1
/
Copy pathmkdocs.yml
32 lines (24 loc) · 970 Bytes
/
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
site_name: MUQ-hIPPYlib
docs_dir: 'src'
markdown_extensions:
- extra # allow markdown in <div markdown="1">
- fenced_code # GitHub style code blocks, e.g. ```python, see http://highlightjs.readthedocs.org/en/latest/css-classes-reference.html for a list of languages
- mdx_math: # MathJax extension. Use \(...\) for inline; \[ ...\] for standalone math
enable_dollar_delimiter: True # allows $...$ for inline math
- toc:
toc_depth: '1-3'
repo_url: ""
edit_uri: ""
pages:
- Home: index.md
- Tutorial: tutorial.md
- Research: research.md
- Outreach: outreach.md
- About: about.md
theme:
name: spacelab
custom_dir: custom_theme/
google_analytics: ['UA-52448613-3', 'hippylib.github.io']
extra_javascript:
- https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML
copyright: This material is based on work partially supported by the National Science Foundation under Grants No ACI-1550487, ACI-1550547, ACI-1550593.