commit | d478a46d563413d51a730678e4c72a54d2881123 | [log] [tgz] |
---|---|---|
author | Éric Araujo <merwok@netwok.org> | Fri Aug 19 02:01:14 2011 +0200 |
committer | Éric Araujo <merwok@netwok.org> | Fri Aug 19 02:01:14 2011 +0200 |
tree | 5296cd14293b49874022c4e1259aab76c198be4c | |
parent | 67719bde07e3b4fccf8908ec19f4aa6feef6ee25 [diff] [blame] |
Use standard heading for ast module docs
diff --git a/Doc/library/ast.rst b/Doc/library/ast.rst index ef36f50..d9b2212 100644 --- a/Doc/library/ast.rst +++ b/Doc/library/ast.rst
@@ -1,7 +1,5 @@ -.. _ast: - -Abstract Syntax Trees -===================== +:mod:`ast` --- Abstract Syntax Trees +==================================== .. module:: ast :synopsis: Abstract Syntax Tree classes and manipulation.