[Python-checkins] peps: PEP 495: Give up waiting for sidebar rendering to be fixed.

alexander.belopolsky python-checkins at python.org
Mon Sep 21 02:50:54 CEST 2015


https://hg.python.org/peps/rev/835e2af8c0cc
changeset:   6079:835e2af8c0cc
user:        Alexander Belopolsky <alexander.belopolsky at gmail.com>
date:        Sun Sep 20 20:50:45 2015 -0400
summary:
  PEP 495: Give up waiting for sidebar rendering to be fixed.

files:
  pep-0495.txt |  11 +++++------
  1 files changed, 5 insertions(+), 6 deletions(-)


diff --git a/pep-0495.txt b/pep-0495.txt
--- a/pep-0495.txt
+++ b/pep-0495.txt
@@ -21,12 +21,6 @@
 with 0 corresponding to the earlier and 1 to the later of the two
 possible readings of an ambiguous local time.
 
-.. sidebar:: US public service advertisement
-
-  .. image:: pep-0495-daylightsavings.png
-     :align: center
-     :width: 95%
-
 
 Rationale
 =========
@@ -40,6 +34,11 @@
 attribute to the ``datetime`` instances taking values of 0 and 1 that
 will enumerate the two ambiguous times.
 
+.. image:: pep-0495-daylightsavings.png
+   :align: center
+   :width: 30%
+
+
 .. [#] People who live in locations observing the Daylight Saving
   Time (DST) move their clocks back (usually one hour) every Fall.
   

-- 
Repository URL: https://hg.python.org/peps


More information about the Python-checkins mailing list