build_part.rst -> Fix code reference for tea_cup example

This commit is contained in:
jdegenstein 2024-03-02 13:44:07 -06:00 committed by GitHub
parent 1d3de5ca69
commit 20044572fa
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -52,8 +52,9 @@ This tea cup example uses implicit parameters - note the :func:`~operations_gene
operation on the last line: operation on the last line:
.. literalinclude:: ../examples/tea_cup.py .. literalinclude:: ../examples/tea_cup.py
:lines: 25-74 :start-after: [Code]
:emphasize-lines: 50 :end-before: [End]
:emphasize-lines: 52
:func:`~operations_generic.sweep` requires a 2D cross section - ``handle_cross_section`` - :func:`~operations_generic.sweep` requires a 2D cross section - ``handle_cross_section`` -
and a path - ``handle_path`` - which are both passed implicitly. and a path - ``handle_path`` - which are both passed implicitly.