Skip to content

Commit 33396b9

Browse files
miss-islingtonStanFromIrelandm-aciek
authored
[3.14] Remove PDF images (GH-145977) (#153065)
(cherry picked from commit 5616505) Co-authored-by: Stan Ulbrych <stan@python.org> Co-authored-by: Maciej Olko <maciej.olko@affirm.com>
1 parent b1faa43 commit 33396b9

5 files changed

Lines changed: 3 additions & 10 deletions

File tree

Doc/c-api/lifecycle.dot.pdf

-18.9 KB
Binary file not shown.

Doc/c-api/lifecycle.rst

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ object's life. An arrow from *A* to *B* indicates that event *B* can occur
1919
after event *A* has occurred, with the arrow's label indicating the condition
2020
that must be true for *B* to occur after *A*.
2121

22-
.. only:: html and not epub
22+
.. only:: builder_html
2323

2424
.. raw:: html
2525

@@ -50,20 +50,13 @@ that must be true for *B* to occur after *A*.
5050
})();
5151
</script>
5252
53-
.. only:: epub or not (html or latex)
53+
.. only:: not builder_html
5454
5555
.. image:: lifecycle.dot.svg
5656
:align: center
5757
:class: invert-in-dark-mode
5858
:alt: Diagram showing events in an object's life. Explained in detail below.
5959
60-
.. only:: latex
61-
62-
.. image:: lifecycle.dot.pdf
63-
:align: center
64-
:class: invert-in-dark-mode
65-
:alt: Diagram showing events in an object's life. Explained in detail below.
66-
6760
.. container::
6861
:name: life-events-graph-description
6962

Doc/library/turtle-star.pdf

-4.31 KB
Binary file not shown.

Doc/library/turtle-star.ps

-13.5 KB
Binary file not shown.

Doc/library/turtle.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ direction it is facing, drawing a line as it moves. Give it the command
4545
Turtle can draw intricate shapes using programs that repeat simple
4646
moves.
4747

48-
.. image:: turtle-star.*
48+
.. image:: turtle-star.png
4949
:align: center
5050

5151
In Python, turtle graphics provides a representation of a physical "turtle"

0 commit comments

Comments
 (0)