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`.

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

Reply via email to