From 03c57ecebdda0c7457c3dd4043a7f627931336b1 Mon Sep 17 00:00:00 2001 From: Roberto Pastor Muela <37798125+RobPasMue@users.noreply.github.com> Date: Fri, 9 May 2025 12:18:08 +0200 Subject: [PATCH 1/2] fix: myst warning -- all cells must be of same type --- .../examples/01_getting_started/05_plotter_picker.mystnb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/source/examples/01_getting_started/05_plotter_picker.mystnb b/doc/source/examples/01_getting_started/05_plotter_picker.mystnb index 9f14267956..a2a1c6b60c 100644 --- a/doc/source/examples/01_getting_started/05_plotter_picker.mystnb +++ b/doc/source/examples/01_getting_started/05_plotter_picker.mystnb @@ -170,7 +170,7 @@ plotter.show(plot_list) You can clip any object represented in the plotter by defining a ``Plane`` object that intersects the target object. -```{code-cell} ipython +```{code-cell} ipython3 from ansys.geometry.core.math import Plane, Point3D pl = GeometryPlotter() @@ -219,7 +219,7 @@ the ``plot()`` method. In the following cell you can create a new design and plot a prism and a cylinder in different colors. -```{code-cell} ipython +```{code-cell} ipython3 design = modeler.create_design("MultiColors") # Create a sketch of a box From 639f9aeb2bad083f5f63c52e741889007783242f Mon Sep 17 00:00:00 2001 From: pyansys-ci-bot <92810346+pyansys-ci-bot@users.noreply.github.com> Date: Fri, 9 May 2025 10:19:24 +0000 Subject: [PATCH 2/2] chore: adding changelog file 1970.fixed.md [dependabot-skip] --- doc/changelog.d/1970.fixed.md | 1 + 1 file changed, 1 insertion(+) create mode 100644 doc/changelog.d/1970.fixed.md diff --git a/doc/changelog.d/1970.fixed.md b/doc/changelog.d/1970.fixed.md new file mode 100644 index 0000000000..850267a440 --- /dev/null +++ b/doc/changelog.d/1970.fixed.md @@ -0,0 +1 @@ +myst warning -- all cells must be of same type \ No newline at end of file