hi,

for one of my projects, i have written an :api: role, which bridges sphinx
generated documentation with epydoc generated documentation.

it works for modules, classes, functions and class methods. for example

- :api:`module.submodule` - creates link to api/module.submodule-module.html 
file
- :api:`module.Class.method` - creates link api/module.Class-class.html#method
  with name "Class.method"


for details see

    http://git.savannah.gnu.org/cgit/kenozooid.git/tree/doc/extapi.py
    http://git.savannah.gnu.org/cgit/kenozooid.git/tree/doc/conf.py
    http://git.savannah.gnu.org/cgit/kenozooid.git/tree/Makefile

i hope, someone will find it useful. [1]

best regards,

    wrobell <[email protected]>

[1] if license is a problem, then i don't mind to bsd it :)

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to