commit | 060cd1e1eab13add457d7bc40459d630e894ee6a | [log] [tgz] |
---|---|---|
author | Martin v. Löwis <martin@v.loewis.de> | Sun Jul 13 20:31:49 2008 +0000 |
committer | Martin v. Löwis <martin@v.loewis.de> | Sun Jul 13 20:31:49 2008 +0000 |
tree | faf98afab420f73faf05e64554a7a7ebbe845ccd | |
parent | e79edf5f7c53f977b8e1fe8c00773e4668e35ea9 [diff] [blame] |
Add turtle into the module index.
diff --git a/Doc/library/turtle.rst b/Doc/library/turtle.rst index 7b8ced7..67064d1 100644 --- a/Doc/library/turtle.rst +++ b/Doc/library/turtle.rst
@@ -2,6 +2,10 @@ :mod:`turtle` --- Turtle graphics for Tk ======================================== +.. module:: turtle + :synopsis: Turtle graphics for Tk +.. sectionauthor:: Gregor Lingl <gregor.lingl@aon.at> + Introduction ============