Skip to content

Commit 3956820

Browse files
authored
Add missing tutorials (#62)
* Added missing tutorial * Added missing tutorials
1 parent 38fc954 commit 3956820

3 files changed

Lines changed: 9 additions & 6 deletions

File tree

docs/source/conf.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -38,11 +38,11 @@ def setup(app):
3838
"sphinx.ext.autodoc",
3939
]
4040

41+
# Tutorials are documentation examples; interactive/rendering cells should be
42+
# run by readers in their own environment, not during the docs build.
43+
nbsphinx_execute = "never"
44+
4145
templates_path = ["_templates"]
42-
exclude_patterns = [
43-
# tutorial_07_tikz.ipynb requires pdflatex to render — skip during docs build
44-
"tutorials/tutorial_07_tikz.ipynb",
45-
]
4646

4747

4848
# -- Options for HTML output -------------------------------------------------

docs/source/index.rst

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,9 @@ documentation for details.
2424
tutorials/tutorial_07_tikz
2525
tutorials/tutorial_08_plotly
2626
tutorials/tutorial_09_plotext
27+
tutorials/tutorial_10_matplotlib_nxm_spacing
28+
tutorials/tutorial_11_gantt_charts
29+
tutorials/tutorial_12_flame_charts
2730
tutorials/tutorial_13_advanced_matplotlib
2831
tutorials/tutorial_14_axis_and_layout_controls
29-
tutorials/tutorial_tikzfigure_subplots
32+
tutorials/tutorial_15_tikzfigure_subplots

tutorials/tutorial_tikzfigure_subplots.ipynb renamed to tutorials/tutorial_15_tikzfigure_subplots.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
"id": "0",
66
"metadata": {},
77
"source": [
8-
"# TikzFigure Subplots Tutorial\n",
8+
"# Tutorial 15 - TikzFigure Subplots Tutorial\n",
99
"\n",
1010
"This tutorial demonstrates how to create side-by-side subplots using the `tikzfigure` backend.\n",
1111
"\n",

0 commit comments

Comments
 (0)