Skip to content

Commit 0698eda

Browse files
docs: add captions in examples toctrees (#1434)
Co-authored-by: pyansys-ci-bot <[email protected]>
1 parent 28c18ec commit 0698eda

File tree

3 files changed

+6
-1
lines changed

3 files changed

+6
-1
lines changed
Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
add captions in examples toctrees

doc/source/examples.rst

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ These examples demonstrate basic operations you can perform
99
with PyAnsys Geometry.
1010

1111
.. nbgallery::
12+
:caption: 101 examples
1213

1314
examples/01_getting_started/01_math.mystnb
1415
examples/01_getting_started/02_units.mystnb
@@ -22,6 +23,7 @@ These examples demonstrate math operations on geometric objects
2223
and sketching capabilities, combined with server-based operations.
2324

2425
.. nbgallery::
26+
:caption: Sketching examples
2527

2628
examples/02_sketching/basic_usage.mystnb
2729
examples/02_sketching/dynamic_sketch_plane.mystnb
@@ -32,6 +34,7 @@ Modeling examples
3234
These examples demonstrate service-based modeling operations.
3335

3436
.. nbgallery::
37+
:caption: Modeling examples
3538

3639
examples/03_modeling/add_design_material.mystnb
3740
examples/03_modeling/plate_with_hole.mystnb
@@ -51,6 +54,7 @@ These examples demonstrate the usage of PyAnsys Geometry for real-world
5154
applications.
5255

5356
.. nbgallery::
57+
:caption: Applied examples
5458

5559
examples/04_applied/01_naca_airfoils.mystnb
5660
examples/04_applied/02_naca_fluent.mystnb

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ tests-minimal = [
7575
"pytest-xvfb==3.0.0",
7676
]
7777
doc = [
78-
"ansys-sphinx-theme[autoapi]==1.0.9",
78+
"ansys-sphinx-theme[autoapi]==1.0.10",
7979
"ansys-tools-visualization-interface==0.4.4",
8080
"beartype==0.18.5",
8181
"docker==7.1.0",

0 commit comments

Comments
 (0)