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/library/sys.rst | 2 ++ 1 file changed, 2 insertions(+) (limited to 'docs/library/sys.rst') diff --git a/docs/library/sys.rst b/docs/library/sys.rst index 09054becc..0bec35cc9 100644 --- a/docs/library/sys.rst +++ b/docs/library/sys.rst @@ -4,6 +4,8 @@ .. module:: sys :synopsis: system specific functions +|see_cpython_module| :mod:`python:sys`. + Functions --------- -- cgit v1.2.3