commit | 632f631c48c1c77cd96147fcd99049d93f846c0b | [log] [tgz] |
---|---|---|
author | Georg Brandl <georg@python.org> | Fri Aug 01 20:04:43 2008 +0000 |
committer | Georg Brandl <georg@python.org> | Fri Aug 01 20:04:43 2008 +0000 |
tree | 44065361bcc271ae4c5a158e8ca1ab597f66a1e1 | |
parent | 1299e36a70d6bcd5e2874f855c47be5890030b76 [diff] [blame] |
Add the grammar to the reference manual, since the new docs don't have the feature of putting all the small EBNF snippets together into one big file.
diff --git a/Doc/reference/index.rst b/Doc/reference/index.rst index 18bf053..adb5420 100644 --- a/Doc/reference/index.rst +++ b/Doc/reference/index.rst
@@ -27,4 +27,4 @@ simple_stmts.rst compound_stmts.rst toplevel_components.rst - + grammar.rst