try use linkname_ref link for reference in your documents. for example: this fragment show have `Arquivo de Entrada`_ that sphinx create a link html to topic with this name. analog with if in other topic someone want create link to point to `Options`_ .
i used only with on _ at end. ... Options ~~~~~~~ Same options for :option:`--input-file <-i>` list are available. See `Arquivo de Entrada`_ subsection for complete list of options. In the option struct, name element is option name(without preceding ``--``) and value element is argument as string. JSON-RPC Example ^^^^^^^^^^^^^^^^ :: ... 2012/11/8 Jack Morgan <[email protected]> > I'm new to Sphinx, and wondering what the underscore achieves with these > links: > > - `Link text <http://www.google.com>`_ > - ref:`brainstorming`__ > > They seem to work perfectly fine without the underscore. The document I > have been given sometimes has 1 underscore after a link, sometimes 2. The > author is currently out of reach, so thought I would ask you guys. > > > I also get the following errors for some of my documents: > > *..\source\Formal languages.txt:: ERROR: Anonymous hyperlink mismatch: 2 >> references but 0 targets. See "backrefs" attribute for IDs. >> ..\source\Introduction.txt:: ERROR: Anonymous hyperlink mismatch: 1 >> references but 0 targets. See "backrefs" attribute for IDs.* > > > Nothing clear came from Google searches, so what is the error about, what > is "backrefs" and how do I use it to find the hyperlinks that are causing > the problem. > > Cheers, > > Jack > > -- > You received this message because you are subscribed to the Google Groups > "sphinx-users" group. > To post to this group, send email to [email protected]. > To unsubscribe from this group, send email to > [email protected]. > Visit this group at http://groups.google.com/group/sphinx-users?hl=en. > > > -- gilberto dos santos alves +55.11.98646-5049 são paulo - sp - brasil -- You received this message because you are subscribed to the Google Groups "sphinx-users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. Visit this group at http://groups.google.com/group/sphinx-users?hl=en.
