aboutsummaryrefslogtreecommitdiffstats
path: root/docs/contributing.rst
diff options
context:
space:
mode:
authorAlex Gaynor <alex.gaynor@gmail.com>2014-02-03 16:13:09 -0800
committerAlex Gaynor <alex.gaynor@gmail.com>2014-02-03 16:13:09 -0800
commit53f6dbca6e5a5a727c58e6c1fc320e09503d1cba (patch)
treeea51a47b4d0b69103bbca62d759cc9005ce3d109 /docs/contributing.rst
parent2b1752ed68a08255ddacf1800c6cb6b406ce5e4b (diff)
parent59ca2fc4a93ed398e5c2674b7c98a81ed95e0930 (diff)
downloadcryptography-53f6dbca6e5a5a727c58e6c1fc320e09503d1cba.tar.gz
cryptography-53f6dbca6e5a5a727c58e6c1fc320e09503d1cba.tar.bz2
cryptography-53f6dbca6e5a5a727c58e6c1fc320e09503d1cba.zip
Merge branch 'master' into prioritized-multi-backend
Diffstat (limited to 'docs/contributing.rst')
-rw-r--r--docs/contributing.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst
index 184ba214..74b854bd 100644
--- a/docs/contributing.rst
+++ b/docs/contributing.rst
@@ -41,7 +41,7 @@ follow the directions on the :doc:`security page </security>`.
Code
----
-When in doubt, refer to `PEP 8`_ for Python code.
+When in doubt, refer to :pep:`8` for Python code.
Every code file must start with the boilerplate notice of the Apache License.
Additionally, every Python code file must contain
@@ -287,7 +287,6 @@ The HTML documentation index can now be found at
.. _`GitHub`: https://github.com/pyca/cryptography
.. _`our mailing list`: https://mail.python.org/mailman/listinfo/cryptography-dev
-.. _`PEP 8`: http://www.peps.io/8/
.. _`syntax`: http://sphinx-doc.org/domains.html#info-field-lists
.. _`pytest`: https://pypi.python.org/pypi/pytest
.. _`tox`: https://pypi.python.org/pypi/tox