Hi, another milestone (which wasn't a milestone until yesterday...) for 0.6 is done: a refactored autodoc API.
For users of the reST interface, everything should stay the same -- if it doesn't, please yell! For users of the Python API... well, I hope there weren't any, since there was basically no API :-) In short: it is now possible to register so-called "Documenter" classes that document a specific type of object. The built-in documenters handle basic stuff like modules, classes, etc. Each documenter has a corresponding auto... directive. A related change is that docutils 0.5-style directive classes are now supported (even on docutils 0.4, if you inherit not from docutils' Directive class, but sphinx.util.compat's). cheers, Georg --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en -~----------~----~----~----~------~----~------~--~---
