Skip to content

Commit

Permalink
remove prints
Browse files Browse the repository at this point in the history
  • Loading branch information
tomvanmele committed Jan 16, 2024
1 parent c32a0a5 commit b85edba
Show file tree
Hide file tree
Showing 5 changed files with 25 additions and 25 deletions.
8 changes: 4 additions & 4 deletions docs/examples/curves/curve_closest_parameters_curve.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ Curve Closest Parameters Curve
.. literalinclude:: curve_closest_parameters_curve.py
:language: python

.. code-block:: text
.. .. code-block:: text
(0.47576829374770674, 0.336691471561402)
0.43417581808963873
(Point(4.390, 1.286, 1.068), Point(4.552, 1.380, 0.677))
.. (0.47576829374770674, 0.336691471561402)
.. 0.43417581808963873
.. (Point(4.390, 1.286, 1.068), Point(4.552, 1.380, 0.677))
4 changes: 2 additions & 2 deletions docs/examples/curves/curve_closest_point.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,6 @@ Curve Closest Point
.. literalinclude:: curve_closest_point.py
:language: python

.. code-block:: text
.. .. code-block:: text
True
.. True
28 changes: 14 additions & 14 deletions docs/examples/curves/curve_from_points.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,20 +9,20 @@ Curve From Control Points
.. literalinclude:: curve_from_points.py
:language: python

.. code-block:: python
.. .. code-block:: python
print(curve)
.. print(curve)
.. code-block:: text
.. .. code-block:: text
BSplineCurve
------------
Poles: [Point(0.000, 0.000, 0.000), Point(3.000, 6.000, 0.000), Point(6.000, -3.000, 3.000), Point(10.000, 0.000, 0.000)]
Knots: [0.0, 1.0]
Mults: [4, 4]
Degree: 3
Order: 4
Domain: (0.0, 1.0)
Closed: False
Periodic: False
Rational: False
.. BSplineCurve
.. ------------
.. Poles: [Point(0.000, 0.000, 0.000), Point(3.000, 6.000, 0.000), Point(6.000, -3.000, 3.000), Point(10.000, 0.000, 0.000)]
.. Knots: [0.0, 1.0]
.. Mults: [4, 4]
.. Degree: 3
.. Order: 4
.. Domain: (0.0, 1.0)
.. Closed: False
.. Periodic: False
.. Rational: False
2 changes: 1 addition & 1 deletion docs/examples/curves/curve_joining.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@ Curve Joining
:class: figure-img img-fluid

.. literalinclude:: curve_joining.py
:language: python
:language: python
8 changes: 4 additions & 4 deletions docs/examples/curves/curve_segmentation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ Curve Segmentation
.. literalinclude:: curve_segmentation.py
:language: python

.. code-block:: text
.. .. code-block:: text
(0.2, 0.5)
.. (0.2, 0.5)
(0.0, 1.0)
(0.2, 0.5)
.. (0.0, 1.0)
.. (0.2, 0.5)

0 comments on commit b85edba

Please sign in to comment.