Skip to content

Commit 6de352c

Browse files
Remove PDF images
1 parent e167e06 commit 6de352c

File tree

4 files changed

+3
-10
lines changed

4 files changed

+3
-10
lines changed

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:: 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 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.rst

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

49-
.. image:: turtle-star.*
49+
.. image:: turtle-star.png
5050
:align: center
5151

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

0 commit comments

Comments
 (0)