diff -r e0d68c73e351 docquality.rst --- a/docquality.rst Tue Aug 21 00:01:53 2012 +0200 +++ b/docquality.rst Thu Aug 30 02:23:07 2012 -0700 @@ -66,8 +66,13 @@ makes it harder to break the work up for multiple people to help with. +.. _helping-with-the-developer-s-guide: + Helping with the Developer's Guide ---------------------------------- +To clone the Developer's Guide: + +``hg clone http://hg.python.org/devguide`` The Developer's Guide uses the same process as the main Python documentation, except for some small differences. diff -r e0d68c73e351 index.rst --- a/index.rst Tue Aug 21 00:01:53 2012 +0200 +++ b/index.rst Thu Aug 30 02:23:07 2012 -0700 @@ -153,6 +153,13 @@ * Anyone can clone this guide from http://hg.python.org/devguide/. Core developers should use ssh://hg@hg.python.org/devguide instead, so that they can push back their edits to the server. + + For more information on setting up your own devguide repository: + + :ref:`helping-with-the-developer-s-guide` + +:exc:`KeyboardInterrupt` exception, which may be handled by a :keyword:`try` + * Coding style guides * :PEP:`7` (Style Guide for C Code) * :PEP:`8` (Style Guide for Python Code)