-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathmkdocs.yml
More file actions
132 lines (121 loc) · 3.01 KB
/
mkdocs.yml
File metadata and controls
132 lines (121 loc) · 3.01 KB
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
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
site_name: tsim
repo_name: tsim
repo_url: https://github.com/QuEraComputing/tsim
site_description: >-
tsim
edit_uri: "edit/main/docs/"
site_url: https://github.com/QuEraComputing/tsim
# Page tree
nav:
- Home:
- index.md
- Installation: install.md
- Overview: demos/overview.ipynb
- Contributing: contrib.md
- Tutorials:
- demos/encoding_demo.ipynb
- demos/magic_state_distillation.ipynb
- demos/from_stim_to_tsim.ipynb
- API Reference: reference/
theme:
name: material
palette:
- scheme: default
primary: custom
accent: custom
toggle:
icon: material/brightness-7
name: Switch to dark mode
- scheme: slate
primary: custom
accent: custom
toggle:
icon: material/brightness-4
name: Switch to light mode
features:
- announce.dismiss
- content.action.view
- content.action.edit
- content.code.annotate
- content.code.copy
# - content.tabs.link
- content.tooltips
# - header.autohide
# - navigation.expand
- navigation.indexes
# - navigation.instant
# - navigation.prune
- navigation.sections
- navigation.tabs
# - navigation.tabs.sticky
- navigation.top
- navigation.tracking
- navigation.footer
- search.highlight
- search.suggest
- toc.follow
plugins:
- mkdocstrings:
handlers:
python:
paths: [src]
options:
show_if_no_docstring: false
separate_signature: true
merge_init_into_class: true
extensions:
- griffe_inherited_docstrings
- griffe_kirin
show_inheritance_diagram: true
show_signature_annotations: true
show_symbol_type_heading: true
show_symbol_type_toc: true
docstring_options:
ignore_init_summary: true
- search:
separator: '[\s\-,:!=\[\: )"`/]+|\.(?!\d)|&[lg]t;|(?!\b)(?=[A-Z][a-z])'
- gen-files:
scripts:
- docs/scripts/gen_ref_nav.py
- literate-nav:
nav_file: SUMMARY.txt
- minify:
minify_html: true
- mkdocs-jupyter:
allow_errors: false
execute: true
execute_ignore:
- "tutorial.ipynb"
- "*.py"
- "draft/*"
extra_css:
- stylesheets/extra.css
- https://unpkg.com/katex@0/dist/katex.min.css
markdown_extensions:
- abbr
- admonition
- attr_list
- def_list
- footnotes
- md_in_html
- pymdownx.superfences
- pymdownx.caret
- pymdownx.mark
- pymdownx.tilde
- pymdownx.tabbed:
alternate_style: true
- pymdownx.arithmatex:
generic: true
copyright: Copyright © 2025 QuEra Computing, Inc.
extra:
version:
provider: mike
social:
- icon: simple/x
link: https://x.com/QueraComputing
- icon: fontawesome/brands/linkedin
link: https://www.linkedin.com/company/quera-computing-inc/
extra_javascript:
- scripts/katex.js
- https://unpkg.com/katex@0/dist/katex.min.js
- https://unpkg.com/katex@0/dist/contrib/auto-render.min.js