From 465d84b7e72c9fe4a8907ee539f736ff576d9dd6 Mon Sep 17 00:00:00 2001 From: Paul Sokolovsky Date: Sun, 2 Jul 2017 15:37:31 +0300 Subject: docs/library: Add CPython docs xref to each pertinent module. Cross-reference text/link is implemented as RST substitution, so easy to consistently. --- docs/templates/replace.inc | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) (limited to 'docs/templates/replace.inc') diff --git a/docs/templates/replace.inc b/docs/templates/replace.inc index 6ed79cc7c..1db89cb7e 100644 --- a/docs/templates/replace.inc +++ b/docs/templates/replace.inc @@ -1 +1,7 @@ -.. # This file is intended for global "replace" definitions. +.. comment: This file is intended for global "replace" definitions. + +.. |see_cpython_module| replace:: + + *This module implements a subset of the corresponding* `CPython` *module, + as described below. For more information, refer to the original + CPython documentation:* -- cgit v1.2.3