From a147bf9a08548e8d6aa3b36bd6835348e9c1f813 Mon Sep 17 00:00:00 2001 From: Georg Brandl Date: Sat, 20 Oct 2007 17:51:39 +0000 Subject: [PATCH] Document new directive "envvar". --- Doc/documenting/markup.rst | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/Doc/documenting/markup.rst b/Doc/documenting/markup.rst index 618e7dada75..690d0560102 100644 --- a/Doc/documenting/markup.rst +++ b/Doc/documenting/markup.rst @@ -221,6 +221,11 @@ The directives are: Run a module as a script. +.. describe:: envvar + + Describes an environment variable that Python uses or defines. + + There is also a generic version of these directives: .. describe:: describe