Skip to content

Commit febfc34

Browse files
gh139533: changes markup notation on turtledemo doc
1 parent a8985a9 commit febfc34

File tree

1 file changed

+19
-19
lines changed

1 file changed

+19
-19
lines changed

Doc/library/turtle.rst

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -2772,64 +2772,64 @@ The demo scripts are:
27722772
+------------------------+------------------------------+--------------------------------------+
27732773
| Name | Description | Features |
27742774
+========================+==============================+======================================+
2775-
| ``bytedesign`` | complex classical | :func:`tracer`, :func:`delay`, |
2775+
| :mod:`bytedesign` | complex classical | :func:`tracer`, :func:`delay`, |
27762776
| | turtle graphics pattern | :func:`update` |
27772777
+------------------------+------------------------------+--------------------------------------+
2778-
| ``chaos`` | graphs Verhulst dynamics, | world coordinates |
2778+
| :mod:`chaos` | graphs Verhulst dynamics, | world coordinates |
27792779
| | shows that computer's | |
27802780
| | computations can generate | |
27812781
| | results sometimes against the| |
27822782
| | common sense expectations | |
27832783
+------------------------+------------------------------+--------------------------------------+
2784-
| ``clock`` | analog clock showing time | turtles as clock's |
2784+
| :mod:`clock` | analog clock showing time | turtles as clock's |
27852785
| | of your computer | hands, :func:`ontimer` |
27862786
+------------------------+------------------------------+--------------------------------------+
2787-
| ``colormixer`` | experiment with r, g, b | :func:`ondrag` |
2787+
| :mod:`colormixer` | experiment with r, g, b | :func:`ondrag` |
27882788
+------------------------+------------------------------+--------------------------------------+
2789-
| ``forest`` | 3 breadth-first trees | randomization |
2789+
| :mod:`forest` | 3 breadth-first trees | randomization |
27902790
+------------------------+------------------------------+--------------------------------------+
2791-
| ``fractalcurves`` | Hilbert & Koch curves | recursion |
2791+
| :mod:`fractalcurves` | Hilbert & Koch curves | recursion |
27922792
+------------------------+------------------------------+--------------------------------------+
2793-
| ``lindenmayer`` | ethnomathematics | L-System |
2793+
| :mod:`lindenmayer` | ethnomathematics | L-System |
27942794
| | (indian kolams) | |
27952795
+------------------------+------------------------------+--------------------------------------+
2796-
| ``minimal_hanoi`` | Towers of Hanoi | Rectangular Turtles |
2796+
| :mod:`minimal_hanoi` | Towers of Hanoi | Rectangular Turtles |
27972797
| | | as Hanoi discs |
27982798
| | | (:func:`shape`, :func:`shapesize`) |
27992799
+------------------------+------------------------------+--------------------------------------+
2800-
| ``nim`` | play the classical nim game | turtles as nimsticks, |
2800+
| :mod:`nim` | play the classical nim game | turtles as nimsticks, |
28012801
| | with three heaps of sticks | event driven (mouse, |
28022802
| | against the computer. | keyboard) |
28032803
+------------------------+------------------------------+--------------------------------------+
2804-
| ``paint`` | super minimalistic | :func:`onclick` |
2804+
| :mod:`paint` | super minimalistic | :func:`onclick` |
28052805
| | drawing program | |
28062806
+------------------------+------------------------------+--------------------------------------+
2807-
| ``peace`` | elementary | turtle: appearance |
2807+
| :mod:`peace` | elementary | turtle: appearance |
28082808
| | | and animation |
28092809
+------------------------+------------------------------+--------------------------------------+
2810-
| ``penrose`` | aperiodic tiling with | :func:`stamp` |
2810+
| :mod:`penrose` | aperiodic tiling with | :func:`stamp` |
28112811
| | kites and darts | |
28122812
+------------------------+------------------------------+--------------------------------------+
2813-
| ``planet_and_moon`` | simulation of | compound shapes, |
2813+
| :mod:`planet_and_moon` | simulation of | compound shapes, |
28142814
| | gravitational system | :class:`Vec2D` |
28152815
+------------------------+------------------------------+--------------------------------------+
2816-
| ``rosette`` | a pattern from the wikipedia | :func:`clone`, |
2816+
| :mod:`rosette` | a pattern from the wikipedia | :func:`clone`, |
28172817
| | article on turtle graphics | :func:`undo` |
28182818
+------------------------+------------------------------+--------------------------------------+
2819-
| ``round_dance`` | dancing turtles rotating | compound shapes, :func:`clone` |
2819+
| :mod:`round_dance` | dancing turtles rotating | compound shapes, :func:`clone` |
28202820
| | pairwise in opposite | :func:`shapesize`, :func:`tilt`, |
28212821
| | direction | :func:`get_shapepoly`, :func:`update`|
28222822
+------------------------+------------------------------+--------------------------------------+
2823-
| ``sorting_animate`` | visual demonstration of | simple alignment, |
2823+
| :mod:`sorting_animate` | visual demonstration of | simple alignment, |
28242824
| | different sorting methods | randomization |
28252825
+------------------------+------------------------------+--------------------------------------+
2826-
| ``tree`` | a (graphical) breadth | :func:`clone` |
2826+
| :mod:`tree` | a (graphical) breadth | :func:`clone` |
28272827
| | first tree (using generators)| |
28282828
+------------------------+------------------------------+--------------------------------------+
2829-
| ``two_canvases`` | simple design | turtles on two |
2829+
| :mod:`two_canvases` | simple design | turtles on two |
28302830
| | | canvases |
28312831
+------------------------+------------------------------+--------------------------------------+
2832-
| ``yinyang`` | another elementary example | :func:`circle` |
2832+
| :mod:`yinyang` | another elementary example | :func:`circle` |
28332833
+------------------------+------------------------------+--------------------------------------+
28342834

28352835
Have fun!

0 commit comments

Comments
 (0)