Hi,

* Andrea Cassioli <[email protected]> [05.06.2015 22:56]:
> I would like to set some links around my docs in arbitrary position, i.e. 
> not linked to sections. I would like to refer to them just by reference 
> name and let the displayed text be defined along the label. For instance
> 
> .. _`label <linkname>` 
> 
> and somewhere else, possibly a different file, say
> 
> Blah blah, :ref:`linkname`
> 
> I would then expect to get
> 
> Blah blah, label
 
Why don't you set a label at a given position by

.. code:: rst

        .. _label:

        ... some text ...


and refer to it via

.. code:: rst

        :ref:`linkname <label>`

somewhere else?


Greetings,

Bernhard

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/d/optout.

Attachment: signature.asc
Description: Digital signature

Reply via email to