I am an newbie to sphinx and am trying to document my boost python extension.
By using automodule/members I get the bulk of what I want. However it lacks functionality provided by pydoc -w In particular automodule lacks: o automatically generated table of contents o automatic generated hyperlinks to class/function references within the generated doc. Is this kind of functionality possible with automodule, i.e. .. automodule:: my.extension :toctree: :hyper: Is there any semi-automatic way of creating a table of contents for your extension? Any help appreciated. Ta, Avi -- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to sphinx-dev@googlegroups.com. To unsubscribe from this group, send email to sphinx-dev+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en.