Message120868
| Author |
belopolsky |
| Recipients |
belopolsky, docs@python, eric.araujo, georg.brandl, gregorlingl, rhettinger, terry.reedy |
| Date |
2010年11月09日.14:53:20 |
| SpamBayes Score |
1.0306724e-08 |
| Marked as misclassified |
No |
| Message-id |
<1289314403.14.0.241318159497.issue7061@psf.upfronthosting.co.za> |
| In-reply-to |
| Content |
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. |
|