Archives Aug. 19, 2008
Documentation Generation
Written by
on
in
Snaking.
I've just coded up a documentation generator that can take the OpenGL man pages in DocBook format and turn them into (X)HTML. We were previously using the DocbookXSL stuff, but unfortunately that takes hours and hours to process the OpenGL manual set. With lxml.etree and fairly straightforward coding I can produce the base documentation in ...
Profiling, Debugging, Testing; Tools, Tips and Techniques
Written by
on
in
Snaking.
Reminder that PyGTA is meeting tonight to share experiences with tools for dealing with complex and large code-bases. How do you find bugs when they show up? How do you determine where to spend your optimization energies? How do you make sure they don't show up again? What interesting tools do you have for peering ...