From 9265010609d9caaa8164e77506312e525d9833b2 Mon Sep 17 00:00:00 2001 From: jpic Date: Thu, 18 Jun 2015 00:44:35 +0200 Subject: [PATCH] Link to Python's Style Guide for documentation. This is a follow-up to #1931 --- doc/rest.rst | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/doc/rest.rst b/doc/rest.rst index c6a4ada04..9fca31b6e 100644 --- a/doc/rest.rst +++ b/doc/rest.rst @@ -223,8 +223,10 @@ as long as the text:: ================= Normally, there are no heading levels assigned to certain characters as the -structure is determined from the succession of headings. However, for the -Python documentation, this convention is used which you may follow: +structure is determined from the succession of headings. However, this +convention is used in `Python's Style Guide for documentating +`_ which you may +follow: * ``#`` with overline, for parts * ``*`` with overline, for chapters