Hello, 2009/9/7 Georg Brandl <[email protected]>: > > Alexander Artemenko schrieb: >> For example, in one of my documents I have: >> >> .. automodule:: blabla.decorators >> :members: >> >> Next, in another module, I want to reference a decorator 'foo' from >> blabla.decorators. How to write such :ref:`????` contruction? > > You can use the usual Python reference roles, in this case probably > :func:`blabla.decorators.name`.
Wow, it works! Thank you! -- Alexander Artemenko (a.k.a. Svetlyak 40wt) Blog: http://aartemenko.com Photos: http://svetlyak.ru Jabber: [email protected] --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---
