[Author Prev][Author Next][Thread Prev][Thread Next][Author Index][Thread Index]

Re: [pygame] documentation site tweaks



Hi,

The documents look the same ( http://pygame.org/docstest/ ). The new HTML is built with Sphinx and uses style sheets. This means multiple themes. Currently there is just the "classic" theme. But it would be nice to have others, such as one that is easy on screen readers. Or maybe just a good, solid text version. The only requirement is that the layout of the reStructuredText is not changed (though new roles could be added, as they can be ignored).

On 26/07/11 07:31 PM, Sean Wolfe wrote:
I've got to say I like the green + yellow color scheme and the worm /
caterpillar mascot. Good choices!

On Tue, Jul 26, 2011 at 8:18 PM, Lenard Lindstrom<len-l@xxxxxxxxx>  wrote:
Hi Sean,

On 25/07/11 01:52 PM, Sean Wolfe wrote:
Is it easy enough to tweak the documentation pages? Small example, in
the Event docs:
http://www.pygame.org/docs/ref/event.html#pygame.event.Event

"Pygame handles all it's event messaging through an event queue."

that should be
" ... handles all its event messaging ... "  (correct usage of it's / its)

Also there's a bunch of useful info in the comments that IMO makes
sense to have in the green main area.


...happy Monday guys!


Well, the online documentation is for the last official Pygame release:
1.9.1. The latest version is in SVN. The document source was ported to
reStructuredText to make patch submission easier. We are also open to new
styles and ports to other document formats. Particularly interesting would
be improved accessibility.

Anyway, thanks for pointing out the error. I see it has been corrected.

Lenard Lindstrom