From: Senthil Kumaran Date: Thu, 7 Jan 2016 05:26:53 +0000 (-0800) Subject: Issue16544 - Add a link to an external documentation resource in ast module docs. X-Git-Tag: v3.4.5rc1~34 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=f3695bfacfa51e0e8fb47c7e406152a3f9cd3af2;p=thirdparty%2FPython%2Fcpython.git Issue16544 - Add a link to an external documentation resource in ast module docs. --- diff --git a/Doc/library/ast.rst b/Doc/library/ast.rst index 5373acd57b0e..8c3b7e4ce4e5 100644 --- a/Doc/library/ast.rst +++ b/Doc/library/ast.rst @@ -249,3 +249,8 @@ and classes for traversing abstract syntax trees: wanted *annotate_fields* must be set to ``False``. Attributes such as line numbers and column offsets are not dumped by default. If this is wanted, *include_attributes* can be set to ``True``. + +.. seealso:: + + `Green Tree Snakes `_, an external documentation resource, has good + details on working with Python ASTs.