Skip to content

Commit f014073

Browse files
author
Kenneth Reitz
committed
pep it up
1 parent cb2e4b8 commit f014073

File tree

1 file changed

+14
-3
lines changed

1 file changed

+14
-3
lines changed

docs/intro/community.rst

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,27 @@ There are three different types of PEPs (as defined by `PEP1 <http://www.python.
2525
Describes a process related to Python.
2626

2727

28+
Notable PEPs
29+
~~~~~~~~~~~~
30+
2831
There are a few PEPs that could be considered required reading:
2932

30-
- `PEP8 <http://www.python.org/dev/peps/pep-0008/>`_: The Python Style Guide. Read this. All of it. Follow it.
33+
- `PEP8 <http://www.python.org/dev/peps/pep-0008/>`_: The Python Style Guide.
34+
Read this. All of it. Follow it.
3135

32-
- `PEP20 <http://www.python.org/dev/peps/pep-0020/>`_: The Zen of Python. A list of 19 statements that briefly explain the philosophy behind Python.
36+
- `PEP20 <http://www.python.org/dev/peps/pep-0020/>`_: The Zen of Python.
37+
A list of 19 statements that briefly explain the philosophy behind Python.
3338

34-
- `PEP257 <http://www.python.org/dev/peps/pep-0257/>`_: Docstring Conventions. Gives guidelines for semantics and conventions associated with Python docstrings.
39+
- `PEP257 <http://www.python.org/dev/peps/pep-0257/>`_: Docstring Conventions.
40+
Gives guidelines for semantics and conventions associated with Python docstrings.
3541

3642
You can read more at `The PEP Index <http://www.python.org/dev/peps/>`_.
3743

44+
Submitting a PEP
45+
~~~~~~~~~~~~~~~~
46+
3847
PEPs are peer-reviewed and accepted/rejected after much discussion. Anyone can write and submit a PEP for review.
3948

49+
Here's an overview of the PEP acceptance workflow:
50+
4051
.. image:: http://www.python.org/dev/peps/pep-0001/pep-0001-1.png

0 commit comments

Comments
 (0)