Hi, It would be:
page1.rst:: .. _jmb-start: jmb-start ======= blabla .. _dj: dj === bla bla bal page2.rst:: :|jmb-start|: description :|dj|: description .. |jmb-start| replace:: :ref:`jmb-start` .. |dj| replace:: :ref:`dj` Regards, -- Takayuki SHIMIZUKAWA http://about.me/shimizukawa 2014-11-07 17:15 GMT+09:00 Sandro Dentella <[email protected]>: > Hi, > > I have a document structured as follows: > > jmb-start > ======= > > blabla > > dj > == > > bla bla bal > > as you can see we have: > > * many commands: > > :dj_; bla bla > > :jmb-start_: bla bla > > > This works perfectly well as far as dj ans jmb-start are title *in the > page**. dj and jmb-start are rendered as links. > If I restructure the layout of my documents and move dj and jmb-start in > another page I can't find a way to creare > a link *within the field list*. I tried > > ::ref`dj`: (even adding an explicit ".. _dj:: line) > > :|dj|: (and of cource (.. |dj| :ref:`dj`) > > :dj_: > > Any ideas on how can I make a link within a field list spanning over many > documents? > > TIA > sandro > *:-) > > -- > 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. -- 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.
