Issue 4169: library/turtle.rst does not format properly in PDF mode (original) (raw)

Created on 2008-10-22 08:07 by wplappert, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
turtle-pdf.png wplappert,2008-10-22 08:07 turtle in PDF mode, showing the formatting error
Messages (4)
msg75065 - (view) Author: Winfried Plappert (wplappert) Date: 2008-10-22 08:07
library.pdf, Section 25.4.3 Methods of RawTurtle/Turtle and corresponding functions does not format the :param xxx: keyword properly. The HTML version at http://docs.python.org/library/turtle.html looks like turtle.fd(distance)ΒΆ Parameters: * distancea number (integer or float) The formatting in HTML version is 100% correct, since it misses a space between 'distance' and 'a', but at least is readable. The screenshot of the PDF is not really readble. There is also the space missing between the parameter and its description.
msg75066 - (view) Author: Winfried Plappert (wplappert) Date: 2008-10-22 08:09
The formatting in HTML version is 100% correct, s/is 100% correct/is NOT 100% correct/. Sorry for the typo.
msg75067 - (view) Author: Winfried Plappert (wplappert) Date: 2008-10-22 08:10
Ihave seen this formatting issue also at other places. But if you cure the problem, the issue at the other places will also go away :-)
msg78210 - (view) Author: Winfried Plappert (wplappert) Date: 2008-12-22 21:16
When looking at the PDF documentation for Python 2.6.1, the is gone away. What has changed? I think we can close 4169 now.
History
Date User Action Args
2022-04-11 14:56:40 admin set github: 48419
2008-12-22 21:25:22 benjamin.peterson set status: open -> closedresolution: fixed
2008-12-22 21:16:30 wplappert set messages: +
2008-10-22 20:37:19 wplappert set type: behavior
2008-10-22 08:10:34 wplappert set messages: +
2008-10-22 08:09:01 wplappert set messages: +
2008-10-22 08:07:46 wplappert create