Skip to content

Commit 95f40f7

Browse files
committed
Added missing tutorials
1 parent bff1491 commit 95f40f7

4 files changed

Lines changed: 9 additions & 5 deletions

File tree

docs/source/conf.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,10 @@ 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"]
4246

4347

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_07_tikz.ipynb

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -766,9 +766,6 @@
766766
"nbconvert_exporter": "python",
767767
"pygments_lexer": "ipython3",
768768
"version": "3.12.3"
769-
},
770-
"nbsphinx": {
771-
"execute": "never"
772769
}
773770
},
774771
"nbformat": 4,

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)