I have an rst file like this.

.. index::
   a.b

a.b
-------------------
testing

once I run "make html" command

the url pointing to this index becomes
file:///C:/sample/getting_started.html#a-b

it should be #a.b , how it has become #a-b ?

if this is the default behavior, and I want override how should I tell
sphinx to not to interpret dot as hyphen ?.
instead of interpreting dot as hyphen, I want to make it interpret dot
as underscore, how is that possible ?

any help is greatly appreciated..

Thanks,
Vivek.

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-dev" group.
To post to this group, send email to sphinx-...@googlegroups.com.
To unsubscribe from this group, send email to 
sphinx-dev+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en.

Reply via email to