Hello,

Unfortunately, it appears to me that it is not possible to generate anchors 
that start with a number. This code

.. _1101:

test
----

.. _a1101:

toast
-----

generates this html:

<div class="section" id="test">
<span id="id1"></span><h1>test<a class="headerlink" href="#test" 
title="Permalink to this headline">¶</a></h1>
</div>
<div class="section" id="toast">
<span id="a1101"></span><h1>toast<a class="headerlink" href="#toast" 
title="Permalink to this headline">¶</a></h1>
</div>

The first anchor will still receive an autogenerated id.

Best regards,
Stefano

-- 
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 view this discussion on the web visit 
https://groups.google.com/d/msgid/sphinx-users/2c4e513b-43a4-4f49-afd6-754be676bc8d%40googlegroups.com.

Reply via email to