forked from PsiQ/bartiq
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmkdocs.yml
82 lines (76 loc) · 1.79 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
# yaml-language-server: $schema=https://squidfunk.github.io/mkdocs-material/schema.json
site_name: Bartiq
site_description: Symbolic compilation for QRE
site_author: PsiQuantum Corp.
copyright: Copyright © 2023-2024 PsiQuantum Corp.
repo_url: https://github.com/PsiQ/bartiq
repo_name: 'bartiq'
edit_uri: edit/main/docs/
theme:
name: material
palette:
primary: custom
accent: custom
features:
- content.code.copy
- content.action.edit
icon:
repo: fontawesome/brands/github
edit: material/pencil
view: material/eye
extra_css:
- psidocs.css
nav:
- index.md
- installation.md
- Tutorials:
- tutorials/index.md
- tutorials/01_basic_example.ipynb
- tutorials/02_alias_sampling_basic.ipynb
- Concepts:
- concepts/compilation.md
- concepts/precompilation.md
- troubleshooting.md
- limitations.md
- reference.md
plugins:
- autorefs
- mike:
version_selector: true
canonical_version: latest
- link-marker
- open-in-new-tab
- search
- mkdocstrings:
default_handler: python
handlers:
python:
options:
show_source: false
separate_signature: true
line_length: 60
modernize_annotations: true
show_signature_annotations: true
show_root_heading: true
- mkdocs-jupyter:
include_source: True
- git-revision-date-localized:
enable_creation_date: true
type: timeago
- git-committers:
repository: PsiQ/bartiq
branch: main
markdown_extensions:
- admonition
- attr_list
- md_in_html
- pymdownx.highlight:
anchor_linenums: true
line_spans: __span
pygments_lang_class: true
- pymdownx.inlinehilite
- pymdownx.snippets
- pymdownx.superfences
extra:
version:
provider: mike