On 07/11/14 10:15, Sandro Dentella wrote: > a link *within the field list*. I tried > > ::ref`dj`: (even adding an explicit ".. _dj:: line)
Maybe the double colon? It is ``.. _dj:``, not ``.. _dj::``. If you specify an explicit reference:: .. _dj: dj == Then you can refer to if from other pages:: Blabla bla :ref:`dj` bla bla. Luc -- 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.
