--- a/trunk/htdocs/classdocs.html.template
+++ b/trunk/htdocs/classdocs.html.template
@@ -5,15 +5,20 @@
     ('axes', 'Axes, Subplot and Axis classes'), 
     ('backend_bases', 'The base classed for all the classes the backend must override'),
     ('cbook', 'Some cookbook utility functions'), 
+    ('colors', 'Color parsers, maps'),
+    ('figure', 'The Figure classes'),  
     ('legend', 'The Legend class'), 
     ('lines', 'The Line2D classes'), 
     ('matlab', 'The matlab functional interface'), 
     ('mlab', 'Non-graphical matlab funcs to compliment MLab'), 
     ('patches', 'Rectangles, polygons, circles, etc...'),
+    ('table', 'Table class'), 
     ('text', 'Text class'), 
-    ('transforms', 'Bounding boxes, transformations'), 
+    ('transforms', 'Bounding boxes, transformations'),
+    ('backends.backend_agg', 'The Agg backend'), 
     ('backends.backend_gd', 'The GD module backend'),
     ('backends.backend_gtk', 'The pygtk backend'),
+    ('backends.backend_paint', 'The Paint backend'), 
     ('backends.backend_ps', 'The Postscript backend'),
     ('backends.backend_template', 'A template for backend writers'),
     ('backends.backend_wx', 'Development version of wx backend'),