I'd like to keep fully-qualified names around and incorporate them into generated HTML. For example, given the markup
:meth:`~module.class.method` this generates the HTML <code class="xref py py-meth docutils literal"><span class="pre">method()</span></code> but I'd like to (for example) generate something like <code class="xref py py-meth docutils literal"><span class="pre" data-fullname="module.class.method">gen_key_input()</span></code> How would I go about doing this? If is this too low-level for this group, someone please tell me and I can perhaps ask on sphinx-dev. Thanks and regards, Vinay Sajip -- 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/4cc8470a-9ccb-426c-8c56-669994c4ff36n%40googlegroups.com.
