Skip to content

Commit 7c01750

Browse files
committed
docs quickstart
1 parent 15a11a4 commit 7c01750

File tree

5 files changed

+1320
-6
lines changed

5 files changed

+1320
-6
lines changed

docs/conf.py

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -6,17 +6,21 @@
66
"sphinx.ext.autodoc",
77
"sphinx.ext.napoleon",
88
"sphinx_click",
9-
"myst_parser",
109
"sphinx_copybutton",
10+
"myst_nb",
1111
]
12+
1213
autodoc_typehints = "description"
1314
autodoc_typehints_format = "short"
1415
autodoc_member_order = "groupwise"
15-
html_theme = "furo"
1616
autoclass_content = "both"
1717

18+
html_theme = "furo"
19+
1820
myst_heading_anchors = 2
1921

2022
# sphinx-copybutton configurations
2123
copybutton_prompt_text = r">>> |\.\.\. |\$ |In \[\d*\]: | {2,5}\.\.\.: | {5,8}: "
2224
copybutton_prompt_is_regexp = True
25+
26+
nb_execution_mode = "off"

docs/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ end-before: <!-- github-only -->
1313
hidden:
1414
maxdepth: 1
1515
---
16-
16+
notebooks/quickstart
1717
usage
1818
reference
1919
contributing

0 commit comments

Comments
 (0)