[EMAIL PROTECTED] wrote: > On Fri, 28 Apr 2006, Thomas Heller wrote: > >> I must work on the docs themselves, so I currently have only two things: >> >> - the table in the ctypes tutorial has a totally different look than the >> other >> tables in the docs. Compare >> http://docs.python.org/dev/lib/ctypes-simple-data-types.html >> with >> http://docs.python.org/dev/lib/module-struct.html > > could you try docutils.sf.net sandbox pydoc-writer checkout > (svn or the snapshot or tomorrow > http://docutils.sourceforge.net/sandbox/pydoc-writer/mkpydoc.py)
The table looks perfect now - thanks! >> - feature request: it would be very nice if it were possible to generate >> links >> into the index for functions and types from the rest sources. > > into the index means what ? into the module index ? Into the library index. I assume that requires definitions contained in \begin{funcdesc}...\end{funcdesc} blocks (or datadesc, methoddesc, and so on). Thomas _______________________________________________ Python-Dev mailing list Python-Dev@python.org http://mail.python.org/mailman/listinfo/python-dev Unsubscribe: http://mail.python.org/mailman/options/python-dev/archive%40mail-archive.com