[Python-checkins] devguide: #18021: remove broken link to the Apple Style Guide. Patch by Madison May.

ezio.melotti python-checkins at python.org
Sun Jul 14 09:12:11 CEST 2013


http://hg.python.org/devguide/rev/dcb9ec098781
changeset:   626:dcb9ec098781
user:        Ezio Melotti <ezio.melotti at gmail.com>
date:        Sun Jul 14 09:11:57 2013 +0200
summary:
  #18021: remove broken link to the Apple Style Guide.  Patch by Madison May.

files:
  docquality.rst  |   5 -----
  documenting.rst |  11 -----------
  2 files changed, 0 insertions(+), 16 deletions(-)


diff --git a/docquality.rst b/docquality.rst
--- a/docquality.rst
+++ b/docquality.rst
@@ -19,11 +19,6 @@
 http://docs.python.org/dev/.  The in-development and most recent 2.x and 3.x
 maintenance :ref:`branches <listbranch>` are rebuilt once per day.
 
-If you would like a technical documentation style guide, the `Apple
-Publications Style Guide
-<http://developer.apple.com/mac/library/documentation/UserExperience/Conceptual/APStyleGuide/APSG_2009.pdf>`_
-is recommended.
-
 If you care to get more involved with documentation, you may also consider
 subscribing to the
 `docs at python.org mailing list <http://mail.python.org/mailman/listinfo/docs>`_.
diff --git a/documenting.rst b/documenting.rst
--- a/documenting.rst
+++ b/documenting.rst
@@ -61,14 +61,6 @@
 Style guide
 ===========
 
-The Python documentation should follow the `Apple Publications Style Guide`_
-wherever possible. This particular style guide was selected mostly because it
-seems reasonable and is easy to get online.
-
-Topics which are either not covered in Apple's style guide or treated
-differently in Python documentation will be discussed in this
-document.
-
 Use of whitespace
 -----------------
 
@@ -266,9 +258,6 @@
 making false assumptions about the language ("I was surprised by ...").
 
 
-.. _Apple Publications Style Guide: http://developer.apple.com/mac/library/documentation/UserExperience/Conceptual/APStyleGuide/APSG_2009.pdf
-
-
 reStructuredText Primer
 =======================
 

-- 
Repository URL: http://hg.python.org/devguide


More information about the Python-checkins mailing list