From efdd8ac883b6220f36051303441f9b9f2ba14acc Mon Sep 17 00:00:00 2001 From: Alex Stapleton Date: Mon, 3 Feb 2014 15:20:30 +0000 Subject: Use python.org instead of peps.io --- docs/contributing.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs/contributing.rst') diff --git a/docs/contributing.rst b/docs/contributing.rst index 4bb1461d..3afc89f2 100644 --- a/docs/contributing.rst +++ b/docs/contributing.rst @@ -281,7 +281,7 @@ 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/ +.. _`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 -- cgit v1.2.3 From 028a6fc394e03820a2d383d530e3a0d86c7e8410 Mon Sep 17 00:00:00 2001 From: Alex Gaynor Date: Mon, 3 Feb 2014 09:55:11 -0800 Subject: Use the builtin role to link to peps --- docs/contributing.rst | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'docs/contributing.rst') 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 `. 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 -- cgit v1.2.3