From db16082f58ae48c57794bacee9c32fa68e8b83ab Mon Sep 17 00:00:00 2001 From: Matthias Bussonnier Date: Wed, 22 Jun 2016 11:14:58 -0700 Subject: [PATCH] Convert pep 20 to Rst --- pep-0020.txt | 38 ++++++++++++++++++++++++-------------- 1 file changed, 24 insertions(+), 14 deletions(-) diff --git a/pep-0020.txt b/pep-0020.txt index 2ad5c698b..134599282 100644 --- a/pep-0020.txt +++ b/pep-0020.txt @@ -5,19 +5,24 @@ Last-Modified: $Date$ Author: tim.peters@gmail.com (Tim Peters) Status: Active Type: Informational -Content-Type: text/plain +Content-Type: text/x-rst Created: 19-Aug-2004 Post-History: 22-Aug-2004 -Abstract - Long time Pythoneer Tim Peters succinctly channels the BDFL's - guiding principles for Python's design into 20 aphorisms, only 19 - of which have been written down. +Abstract +======== + +Long time Pythoneer Tim Peters succinctly channels the BDFL's guiding +principles for Python's design into 20 aphorisms, only 19 of which +have been written down. The Zen of Python +================= + +:: Beautiful is better than ugly. Explicit is better than implicit. @@ -41,19 +46,24 @@ The Zen of Python Easter Egg +========== - >>> import this +:: + + >>> import this Copyright +========= - This document has been placed in the public domain. +This document has been placed in the public domain. - -Local Variables: -mode: indented-text -indent-tabs-mode: nil -sentence-end-double-space: t -fill-column: 70 -End: +.. + Local Variables: + mode: indented-text + indent-tabs-mode: nil + sentence-end-double-space: t + fill-column: 70 + End: +