Alexander Belopolsky <belopol...@users.sourceforge.net> added the comment:

As a follow-up to Raymond's suggestion, I am attaching a patch that will add a 
sidebar to the introduction section of the turtle documentation section.  While 
it is not common to include screenshots in python documentation, I think it is 
very appropriate for a visual module such as turtle.  I considered a "Basic 
example" subsection similar to that in unittest module documentation, but 
turtle introduction already has a basic example (forward(15); left(25) embedded 
in the prose, so I think a sidebar like this is more appropriate. 

Since svn does not include binary files in the patch, I will have to attach the 
embedded image separately.  I will also post a screenshot of the rendered HTML 
page.

----------
Added file: http://bugs.python.org/file19557/turtle-star-sidebar.diff

_______________________________________
Python tracker <rep...@bugs.python.org>
<http://bugs.python.org/issue7061>
_______________________________________
_______________________________________________
Python-bugs-list mailing list
Unsubscribe: 
http://mail.python.org/mailman/options/python-bugs-list/archive%40mail-archive.com

Reply via email to