]> granicus.if.org Git - python/commitdiff
Handle documentation for turtle rename.
authorGeorg Brandl <georg@python.org>
Sun, 21 Sep 2008 07:50:52 +0000 (07:50 +0000)
committerGeorg Brandl <georg@python.org>
Sun, 21 Sep 2008 07:50:52 +0000 (07:50 +0000)
Doc/library/tk.rst
Doc/library/tkinter.rst
Doc/library/turtle.rst [moved from Doc/library/tkinter.turtle.rst with 99% similarity]

index 56f52654141a6f5d1893f5cf8fabc3e6d93cbd82..959cdf4dea6eef3f886edb2b3cd2fc861861cc43 100644 (file)
@@ -35,7 +35,7 @@ alternatives, see the :ref:`other-gui-packages` section.
    tkinter.rst
    tkinter.tix.rst
    tkinter.scrolledtext.rst
-   tkinter.turtle.rst
+   turtle.rst
    idle.rst
    othergui.rst
 
index 62f65746631061881de97d7f54f31816a25618b5..b40affa08014a818fc519f42e4b4afce5df89a26 100644 (file)
@@ -99,7 +99,7 @@ Other modules that provide Tk support include:
    Drag-and-drop support for :mod:`tkinter`. This is experimental and should 
    become deprecated when it is replaced  with the Tk DND.
 
-:mod:`tkinter.turtle`
+:mod:`turtle`
    Turtle graphics in a Tk window.
 
 
similarity index 99%
rename from Doc/library/tkinter.turtle.rst
rename to Doc/library/turtle.rst
index 6bf9c109d1f625d89bdf2e16aa7605c4d7a9bb52..79297ebbdd2b8e8b2fd506192675032d8a2e1e8a 100644 (file)
@@ -2,7 +2,7 @@
 :mod:`turtle` --- Turtle graphics for Tk
 ========================================
 
-.. module:: tkinter.turtle
+.. module:: turtle
    :synopsis: Turtle graphics for Tk
 .. sectionauthor:: Gregor Lingl <gregor.lingl@aon.at>
 
@@ -1887,5 +1887,5 @@ Changes since Python 2.6
 - A method :meth:`Turtle.filling` has been added. It returns a boolean
   value: ``True`` if a filling process is under way, ``False`` otherwise.
   This behaviour corresponds to a ``fill()`` call without arguments in
-  Python 2.6
+  Python 2.6.