From 9f2a6f6025de6fd6a07ad455b70d0189d445ffae Mon Sep 17 00:00:00 2001 From: Artur Barseghyan Date: Sun, 3 Dec 2023 01:41:06 +0100 Subject: [PATCH] More on docs --- docs/creating_images.rst | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/creating_images.rst b/docs/creating_images.rst index ede9fa2..022e6c7 100644 --- a/docs/creating_images.rst +++ b/docs/creating_images.rst @@ -58,7 +58,7 @@ Generate a ``PNG`` image. .. literalinclude:: _static/examples/creating_images/png_file_1.py :language: python - :lines: 8- + :lines: 3- *See the full example* :download:`here <_static/examples/creating_images/png_file_1.py>` @@ -71,11 +71,11 @@ With ``size`` and ``color`` tweaks: .. literalinclude:: _static/examples/creating_images/png_file_2.py :language: python - :lines: 8- + :lines: 3- *See the full example* :download:`here <_static/examples/creating_images/png_file_2.py>` ---- +---- All other formats (``SVG``, ``BMP`` and ``GIF``) work in exact same way.