]> git.ipfire.org Git - thirdparty/Python/cpython.git/commitdiff
Issue16544 - Add a link to an external documentation resource in ast module docs.
authorSenthil Kumaran <senthil@uthcode.com>
Thu, 7 Jan 2016 05:26:53 +0000 (21:26 -0800)
committerSenthil Kumaran <senthil@uthcode.com>
Thu, 7 Jan 2016 05:26:53 +0000 (21:26 -0800)
Doc/library/ast.rst

index 5373acd57b0e477b17c6420bf3085561fb4d92cf..8c3b7e4ce4e5516c74afffee44d702c2d078cee2 100644 (file)
@@ -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 <https://greentreesnakes.readthedocs.org/>`_, an external documentation resource, has good
+    details on working with Python ASTs.