-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathmkdocs.yml
More file actions
34 lines (28 loc) · 773 Bytes
/
mkdocs.yml
File metadata and controls
34 lines (28 loc) · 773 Bytes
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
site_name: hypergrad
site_description: Simple and extensible hypergradient for PyTorch
site_author: Ryuichiro Hataya
site_url: https://mosko.tokyo/hypergrad
repo_name: moskomule/hypergrad
repo_url: https://github.com/moskomule/hypergrad
edit_uri: blob/main/docs
theme:
name: material
features:
- content.code.annotate
markdown_extensions:
# mathjax
- pymdownx.arithmatex:
generic: true
# syntax highlighting
- pymdownx.highlight:
anchor_linenums: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
extra_javascript:
- javascripts/mathjax.js
- https://polyfill.io/v3/polyfill.min.js?features=es6
- https://cdn.jsdelivr.net/npm/mathjax@3/es5/tex-mml-chtml.js
nav:
- Home: 'index.md'
- Solver: 'solver.md'