Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file removed Doc/c-api/lifecycle.dot.pdf
Binary file not shown.
11 changes: 2 additions & 9 deletions Doc/c-api/lifecycle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ object's life. An arrow from *A* to *B* indicates that event *B* can occur
after event *A* has occurred, with the arrow's label indicating the condition
that must be true for *B* to occur after *A*.

.. only:: html and not epub
.. only:: html and not (epub or latex)

.. raw:: html

Expand Down Expand Up @@ -50,20 +50,13 @@ that must be true for *B* to occur after *A*.
})();
</script>

.. only:: epub or not (html or latex)
.. only:: not html

.. image:: lifecycle.dot.svg
:align: center
:class: invert-in-dark-mode
:alt: Diagram showing events in an object's life. Explained in detail below.

.. only:: latex

.. image:: lifecycle.dot.pdf
:align: center
:class: invert-in-dark-mode
:alt: Diagram showing events in an object's life. Explained in detail below.

.. container::
:name: life-events-graph-description

Expand Down
Binary file removed Doc/library/turtle-star.pdf
Binary file not shown.
2 changes: 1 addition & 1 deletion Doc/library/turtle.rst
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ direction it is facing, drawing a line as it moves. Give it the command
Turtle can draw intricate shapes using programs that repeat simple
moves.

.. image:: turtle-star.*
.. image:: turtle-star.png
:align: center

In Python, turtle graphics provides a representation of a physical "turtle"
Expand Down
Loading