-
Notifications
You must be signed in to change notification settings - Fork 5
/
mkdocs.yml
86 lines (86 loc) · 2.48 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
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
site_name: cirkit
site_url: https://example.com
repo_url: https://github.com/april-tools/cirkit
nav:
- Getting Started: 'index.md'
- Notebooks:
- Overview: 'notebooks/README.md'
- Overview:
- nb1: 'notebooks/learning-a-circuit.ipynb'
- nb2: 'notebooks/region-graphs-and-parametrisation.ipynb'
- nb3: 'notebooks/sum-of-squares-circuits.ipynb'
- nb4: 'notebooks/compilation-options.ipynb'
- nb5: 'notebooks/learning-a-circuit-with-pic.ipynb'
- nb6: 'notebooks/logic-circuits.ipynb'
- nb7: 'notebooks/compression-cp-factorization.ipynb'
- nb8: 'notebooks/generative-vs-discriminative-circuit.ipynb'
- API documentation: 'api/'
plugins:
- search
- autorefs
- mkdocs-jupyter
- gen-files:
scripts:
- scripts/generate_api_pages.py
- literate-nav:
nav_file: overview.md
- section-index
- mkdocstrings:
handlers:
python:
import:
- https://docs.python.org/3/objects.inv
- https://numpy.org/doc/stable/objects.inv
- https://pytorch.org/docs/stable/objects.inv
options:
docstring_style: google
show_root_heading: true
show_root_full_path: false
show_symbol_type_heading: true
show_symbol_type_toc: true
signature_crossrefs: true
show_if_no_docstring: true
theme:
name: "material"
logo: "assets/logo.png"
palette:
primary: blue
accent: orange
features:
- announce.dismiss
- content.action.edit
- content.action.view
- content.code.annotate
- content.code.copy
- content.tooltips
- navigation.footer
- navigation.indexes
- navigation.sections
- navigation.tabs
- navigation.tabs.sticky
- navigation.top
- search.highlight
- search.suggest
- toc.follow
markdown_extensions:
- pymdownx.arithmatex:
generic: true
- attr_list
- md_in_html
- pymdownx.emoji:
emoji_index: !!python/name:material.extensions.emoji.twemoji
emoji_generator: !!python/name:material.extensions.emoji.to_svg
- pymdownx.superfences:
custom_fences:
- name: mermaid
class: mermaid
format: !!python/name:pymdownx.superfences.fence_code_format
- toc:
permalink: "¤"
extra_javascript:
- js/katex.js
- https://unpkg.com/katex@0/dist/katex.min.js
- https://unpkg.com/katex@0/dist/contrib/auto-render.min.js
extra_css:
- css/style.css
- https://unpkg.com/katex@0/dist/katex.min.css