diff -r 51cbc121628e docquality.rst --- a/docquality.rst Sat Jun 01 21:21:31 2013 +0200 +++ b/docquality.rst Thu Jul 04 18:53:18 2013 +0200 @@ -19,11 +19,6 @@ http://docs.python.org/dev/. The in-development and most recent 2.x and 3.x maintenance :ref:`branches ` are rebuilt once per day. -If you would like a technical documentation style guide, the `Apple -Publications Style Guide -`_ -is recommended. - If you care to get more involved with documentation, you may also consider subscribing to the `docs@python.org mailing list `_. diff -r 51cbc121628e documenting.rst --- a/documenting.rst Sat Jun 01 21:21:31 2013 +0200 +++ b/documenting.rst Thu Jul 04 18:53:18 2013 +0200 @@ -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 =======================