aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDonald Stufft <donald@stufft.io>2014-02-03 10:19:28 -0800
committerDonald Stufft <donald@stufft.io>2014-02-03 10:19:28 -0800
commit4b12c35982c206b7cba2036d00edc36c19d02ad7 (patch)
tree914b5fb8d5b20456deff5aa7e616f4843bfe87dc
parentfa9431d29f90b034aea72f4cc8d1f6ce94159603 (diff)
parent028a6fc394e03820a2d383d530e3a0d86c7e8410 (diff)
downloadcryptography-4b12c35982c206b7cba2036d00edc36c19d02ad7.tar.gz
cryptography-4b12c35982c206b7cba2036d00edc36c19d02ad7.tar.bz2
cryptography-4b12c35982c206b7cba2036d00edc36c19d02ad7.zip
Merge pull request #552 from alex/rst-syntax
Use the builtin role to link to peps
-rw-r--r--docs/contributing.rst3
1 files changed, 1 insertions, 2 deletions
diff --git a/docs/contributing.rst b/docs/contributing.rst
index 1595cd43..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.python.org/dev/peps/pep-0008/
.. _`syntax`: http://sphinx-doc.org/domains.html#info-field-lists
.. _`pytest`: https://pypi.python.org/pypi/pytest
.. _`tox`: https://pypi.python.org/pypi/tox