Jules Lasne
6baaae589d
Fixing typos in turtle.rst (GH-24376)
Automerge-Triggered-By: GH:JulienPalard
5 years ago
Jules Lasne
6372a4ceba
Fixed typo in turtle.rst (GH-24371)
Found it while translating it to french 🤷
Automerge-Triggered-By: GH:JulienPalard
5 years ago
Andre Delfino
96a09df644
[doc] Fix a few margins due to bad markup (GH-23619)
6 years ago
Victor Stinner
d3ded08048
bpo-40204: Add :noindex: in the documentation (GH-21859)
Add :noindex: to duplicated documentation to fix "duplicate object
description" errors.
For example, fix this Sphinx 3 issue:
Doc/library/configparser.rst:1146: WARNING: duplicate object
description of configparser.ConfigParser.optionxform, other instance
in library/configparser, use :noindex: for one of them
6 years ago
Terry Jan Reedy
2824c45a0a
bpo-39392: Turtle overlap fill depends on OS ( #18223 )
Whether or not overlap regions for self-intersecting polygons
or multiple shapes are filled depends on the operating system graphics,
typeof overlap, and number of overlaps.
6 years ago
Stéphane Wirtel
66501058fe
Doc: Correct the creation year and the credits of the Logo Programming language (GH-13520)
7 years ago
Srinivas Thatiparthy (శ్రీనివాస్ తాటిపర్తి)
4edeaeac4c
bpo-35250: Correct argument name "num" -> "btn" in turtle docs. (GH-10565)
8 years ago
Stéphane Wirtel
859c068e52
bpo-34962: make doctest in Doc/ now passes, and is enforced in CI (GH-9806)
8 years ago
靳阳
fff2a21057
Fix typo in Turtle Docs: yingyang -> yinyang (GH-2770)
9 years ago
delirious-lettuce
3378b2062c
Fix typos in multiple `.rst` files ( #1668 )
9 years ago
Marco Buttu
7b2491a6aa
bpo-27200: Fix pathlib, ssl, turtle and weakref doctests (GH-616)
9 years ago
Serhiy Storchaka
ecf41da83e
Issue #19795 : Mark up None as literal text.
10 years ago
Terry Jan Reedy
fa089b9b0b
Issue #22558 : Add remaining doc links to source code for Python-coded modules.
Reformat header above separator line (added if missing) to a common format.
Patch by Yoni Lavi.
10 years ago
Senthil Kumaran
b4760efbad
Back porting changeset db302b88fdb6 to 3.4 branch, which fixed multiple documentation typos.
Related Issues:
#issue21528
#issue24453
11 years ago
Ethan Furman
738f805074
issue19075: add visual sorting algorithms to turtledemo; original code from Jason Yeo
11 years ago
Terry Jan Reedy
6e978d2754
Issue #21971 : Index and update turtledemo doc.
12 years ago
Zachary Ware
8faecbfb42
Fix a minor typo in the turtle docs. Found by Brandon Passmore on docs@.
12 years ago
Donald Stufft
8b852f111e
Fix Issue #21528 - Fix documentation typos
12 years ago
Serhiy Storchaka
bcc174615c
Issue #20636 : Improved the repr of Tkinter widgets.
12 years ago
Serhiy Storchaka
fbc1c26803
Issue #19795 : Improved markup of True/False constants.
13 years ago
Georg Brandl
44ea77bd81
Closes #4159 : add LaTeX tabular column specifications to tables that otherwise are cut off or have overlapping text.
13 years ago
Sandro Tosi
e348455f5f
document turtle done() function; thanks to Csaba Szepesvari from docs@
15 years ago
Sandro Tosi
a9db763cc0
document turtle mainloop()/done() functions; thanks to Csaba Szepesvari from docs@
15 years ago
Sandro Tosi
2a389e4601
#12677 : correct turtle orientation in doc
15 years ago
Sandro Tosi
1381a31e39
#12677 : correct turtle orientation in doc
15 years ago
Georg Brandl
21b832e8c1
#11392 : you can trust the computer, but you have to know what it does.
15 years ago
Georg Brandl
da2271939a
#11392 : you can trust the computer, but you have to know what it does.
15 years ago
Alexander Belopolsky
287d1fdd3f
Issue #10225 : Fixed the simple mistakes in doctests.
16 years ago
Georg Brandl
59b44721e3
Remove mentions of the Demo directory.
16 years ago
Alexander Belopolsky
14fb79977b
Issue #7061 : Added a 'Turtle star' sidebar
16 years ago
Alexander Belopolsky
e1f849c7d2
Fixed a typo in ReST markup.
16 years ago
Alexander Belopolsky
ab016d21a6
Merged revisions 85930 via svnmerge from
http://svn.python.org/projects/python/branches/py3k
........
r85930 | alexander.belopolsky | 2010-10-29 13:16:49 -0400 (Fri, 29 Oct 2010) | 1 line
Issue 7061: Explained 'gon'
........
16 years ago
Alexander Belopolsky
96d1eb1ec8
Merged revisions 85732,85778,85785,85853,85930,86008,86089 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r85732 | alexander.belopolsky | 2010-10-19 17:07:52 -0400 (Tue, 19 Oct 2010) | 3 lines
Issue #7061 : Fixed some of the issues in turtle module documentation
reported by Terry J. Reedy.
........
r85778 | alexander.belopolsky | 2010-10-21 14:15:39 -0400 (Thu, 21 Oct 2010) | 1 line
Issue #7061 : Fixed section title
........
r85785 | alexander.belopolsky | 2010-10-21 18:29:36 -0400 (Thu, 21 Oct 2010) | 1 line
Fixed a typo
........
r85853 | alexander.belopolsky | 2010-10-26 23:06:43 -0400 (Tue, 26 Oct 2010) | 4 lines
Issue #7061 : Dropped "for Tk" from turtle module title and moved its
doc section under frameworks. Also fixed a couple of markup issues
that affected TOC rendering.
........
r85930 | alexander.belopolsky | 2010-10-29 13:16:49 -0400 (Fri, 29 Oct 2010) | 1 line
Issue 7061: Explained 'gon'
........
r86008 | alexander.belopolsky | 2010-10-30 20:51:11 -0400 (Sat, 30 Oct 2010) | 1 line
Issues #7061 , #10225 : Fixed doctests in turtle manual
........
r86089 | alexander.belopolsky | 2010-11-01 11:45:34 -0400 (Mon, 01 Nov 2010) | 1 line
Issue #7061 : Simplified a section title.
........
16 years ago
Alexander Belopolsky
ea13d9d86b
Issue #10199 : Moved Demo/turtle under Lib/
16 years ago
Alexander Belopolsky
6509599056
Issue #7061 : Simplified a section title.
16 years ago
Alexander Belopolsky
a9615d14de
Issues #7061 , #10225 : Fixed doctests in turtle manual
16 years ago
Alexander Belopolsky
3cdfb12360
Issue 7061: Explained 'gon'
16 years ago
Alexander Belopolsky
f0a0d14c28
Issue #7061 : Dropped "for Tk" from turtle module title and moved its
doc section under frameworks. Also fixed a couple of markup issues
that affected TOC rendering.
16 years ago
Alexander Belopolsky
c08f544844
Fixed a typo
16 years ago
Alexander Belopolsky
41f56f0192
Issue #7061 : Fixed section title
16 years ago
Alexander Belopolsky
435d306aa9
Issue #7061 : Fixed some of the issues in turtle module documentation
reported by Terry J. Reedy.
16 years ago
Georg Brandl
0930228aee
Merged revisions 84945 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r84945 | georg.brandl | 2010-09-21 16:48:28 +0200 (Di, 21 Sep 2010) | 1 line
#9911 : doc copyedits.
........
16 years ago
Georg Brandl
4b05466e25
Merged revisions 84945 via svnmerge from
svn+ssh://svn.python.org/python/branches/py3k
........
r84945 | georg.brandl | 2010-09-21 16:48:28 +0200 (Di, 21 Sep 2010) | 1 line
#9911 : doc copyedits.
........
16 years ago
Georg Brandl
6faee4e2ce
#9911 : doc copyedits.
16 years ago
Georg Brandl
46d441e0c2
Merged revisions 75952-75953,75955,76105,76143,76223,76259,76326,76376-76377 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r75952 | georg.brandl | 2009-10-29 21:38:32 +0100 (Do, 29 Okt 2009) | 1 line
Use the correct function name in docstring.
........
r75953 | georg.brandl | 2009-10-29 21:39:50 +0100 (Do, 29 Okt 2009) | 1 line
Remove mention of the old -X command line switch.
........
r75955 | georg.brandl | 2009-10-29 21:54:03 +0100 (Do, 29 Okt 2009) | 1 line
Use a single style for all the docstrings in the math module.
........
r76105 | georg.brandl | 2009-11-04 08:38:12 +0100 (Mi, 04 Nov 2009) | 1 line
#7259 : show correct equivalent for operator.i* operations in docstring; fix minor issues in operator docs.
........
r76143 | georg.brandl | 2009-11-07 09:26:07 +0100 (Sa, 07 Nov 2009) | 1 line
#7271 : fix typo.
........
r76223 | georg.brandl | 2009-11-12 09:29:46 +0100 (Do, 12 Nov 2009) | 1 line
Give the profile module a module directive.
........
r76259 | georg.brandl | 2009-11-14 12:50:51 +0100 (Sa, 14 Nov 2009) | 1 line
Fix terminology.
........
r76326 | georg.brandl | 2009-11-16 17:44:05 +0100 (Mo, 16 Nov 2009) | 1 line
#7302 : fix link.
........
r76376 | georg.brandl | 2009-11-18 20:39:14 +0100 (Mi, 18 Nov 2009) | 1 line
upcase Python
........
r76377 | georg.brandl | 2009-11-18 21:05:15 +0100 (Mi, 18 Nov 2009) | 1 line
Fix markup.
........
16 years ago
Ezio Melotti
8209fcc3a9
Merged revisions 78950 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r78950 | ezio.melotti | 2010-03-14 11:51:37 +0200 (Sun, 14 Mar 2010) | 1 line
#7057 : fix several errors.
........
16 years ago
Ezio Melotti
1a263ad62f
#7057 : fix several errors.
16 years ago
Ezio Melotti
db01a3e71c
Merged revisions 78180 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
........
r78180 | ezio.melotti | 2010-02-14 05:11:06 +0200 (Sun, 14 Feb 2010) | 1 line
#7888 : fix deprecation on the wrong method.
........
17 years ago
Ezio Melotti
4e5112867c
#7888 : fix deprecation on the wrong method.
17 years ago
Ezio Melotti
890c193887
Merged revisions 76906 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/branches/py3k
................
r76906 | ezio.melotti | 2009-12-20 01:26:38 +0200 (Sun, 20 Dec 2009) | 9 lines
Merged revisions 76904 via svnmerge from
svn+ssh://pythondev@svn.python.org/python/trunk
........
r76904 | ezio.melotti | 2009-12-20 00:41:49 +0200 (Sun, 20 Dec 2009) | 1 line
#7388 : "python".capitalize() in the Doc
........
................
17 years ago