Skip to content

Commit

Permalink
doc/quickstart.rst: Emphasis the right lines (#1724)
Browse files Browse the repository at this point in the history
  • Loading branch information
progval authored Dec 6, 2024
1 parent 0c472ef commit 2726421
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -134,7 +134,7 @@ Good news!-- we can get the job done with just a few lines of code. Here's the c

.. code-block:: python
:linenos:
:emphasize-lines: 5,11-17
:emphasize-lines: 5,14-17
height = 60.0
width = 80.0
Expand Down Expand Up @@ -204,7 +204,7 @@ We can do that using the preset dictionaries in the parameter definition:

.. code-block:: python
:linenos:
:emphasize-lines: 17-18
:emphasize-lines: 19-20
height = 60.0
width = 80.0
Expand Down Expand Up @@ -249,7 +249,7 @@ This can be easily accomplished using the :py:meth:`cadquery.exporters.export` f

.. code-block:: python
:linenos:
:emphasize-lines: 17-18
:emphasize-lines: 27-29
height = 60.0
width = 80.0
Expand Down

0 comments on commit 2726421

Please sign in to comment.