Index: Doc/library/pdb.rst =================================================================== --- Doc/library/pdb.rst (revision 85848) +++ Doc/library/pdb.rst (working copy) @@ -1,5 +1,3 @@ -.. _debugger: - :mod:`pdb` --- The Python Debugger ================================== @@ -164,7 +162,7 @@ .. _debugger-commands: Debugger Commands -================= +----------------- The commands recognized by the debugger are listed below. Most commands can be abbreviated to one or two letters as indicated; e.g. ``h(elp)`` means that Index: Doc/library/tk.rst =================================================================== --- Doc/library/tk.rst (revision 85848) +++ Doc/library/tk.rst (working copy) @@ -36,7 +36,6 @@ tkinter.ttk.rst tkinter.tix.rst tkinter.scrolledtext.rst - turtle.rst idle.rst othergui.rst Index: Doc/library/turtle.rst =================================================================== --- Doc/library/turtle.rst (revision 85848) +++ Doc/library/turtle.rst (working copy) @@ -1,9 +1,9 @@ ======================================== -:mod:`turtle` --- Turtle graphics for Tk +:mod:`turtle` --- Turtle graphics ======================================== .. module:: turtle - :synopsis: Turtle graphics for Tk + :synopsis: An educational framework for simple graphics applications .. sectionauthor:: Gregor Lingl .. testsetup:: default Index: Doc/library/cmd.rst =================================================================== --- Doc/library/cmd.rst (revision 85848) +++ Doc/library/cmd.rst (working copy) @@ -204,7 +204,7 @@ support :program:`Emacs`\ -like line editing and command-history keystrokes.) Cmd Example -=========== +----------- .. sectionauthor:: Raymond Hettinger Index: Doc/library/ast.rst =================================================================== --- Doc/library/ast.rst (revision 85848) +++ Doc/library/ast.rst (working copy) @@ -1,8 +1,6 @@ -.. _ast: +:mod:`ast` --- Abstract Syntax Trees +==================================== -Abstract Syntax Trees -===================== - .. module:: ast :synopsis: Abstract Syntax Tree classes and manipulation. Index: Doc/library/frameworks.rst =================================================================== --- Doc/library/frameworks.rst (revision 85848) +++ Doc/library/frameworks.rst (working copy) @@ -13,5 +13,6 @@ .. toctree:: + turtle.rst cmd.rst shlex.rst