FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

Remove PDF images by StanFromIreland · Pull Request #145977 · python/cpython · GitHub

/ cpython Public
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension .pdf  (2) .ps  (1) .rst  (2) All 3 file types selected
Deleted files Viewed files
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Unified
Split
Hide whitespace
Diff view
Unified
Split
Hide whitespace
Binary file removed Doc/c-api/lifecycle.dot.pdf
Binary file not shown.
11 changes: 2 additions & 9 deletions Doc/c-api/lifecycle.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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:: builder_html

.. 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 builder_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.
Binary file removed Doc/library/turtle-star.ps
Binary file not shown.
2 changes: 1 addition & 1 deletion Doc/library/turtle.rst
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
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

Back | FazBrowse Home | New Git URL