From f014073d54ff8164985f2ced4bae7710e722de88 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Thu, 18 Aug 2011 20:25:23 -0400 Subject: [PATCH] pep it up --- docs/intro/community.rst | 17 ++++++++++++++--- 1 file changed, 14 insertions(+), 3 deletions(-) diff --git a/docs/intro/community.rst b/docs/intro/community.rst index 0666464..e89158b 100644 --- a/docs/intro/community.rst +++ b/docs/intro/community.rst @@ -25,16 +25,27 @@ There are three different types of PEPs (as defined by `PEP1 `_: The Python Style Guide. Read this. All of it. Follow it. +- `PEP8 `_: The Python Style Guide. + Read this. All of it. Follow it. -- `PEP20 `_: The Zen of Python. A list of 19 statements that briefly explain the philosophy behind Python. +- `PEP20 `_: The Zen of Python. + A list of 19 statements that briefly explain the philosophy behind Python. -- `PEP257 `_: Docstring Conventions. Gives guidelines for semantics and conventions associated with Python docstrings. +- `PEP257 `_: Docstring Conventions. + Gives guidelines for semantics and conventions associated with Python docstrings. You can read more at `The PEP Index `_. +Submitting a PEP +~~~~~~~~~~~~~~~~ + PEPs are peer-reviewed and accepted/rejected after much discussion. Anyone can write and submit a PEP for review. + Here's an overview of the PEP acceptance workflow: + .. image:: http://www.python.org/dev/peps/pep-0001/pep-0001-1.png \ No newline at end of file