Hello, I just spent several hours trying to find out where are function templates built..
the default one is "module_name.funct_name(params)" ( in html <tt class="descclassname">module_name.</tt><tt class="descname">funct_name</tt><big>(</big>params<big>)</big> ) and what I am trying to do is change the layout to "!funct_name params" (while keeping same ref link) I found some stuff in desc.py (eg. registering the function:: directive) and changed it a bit to accept mine, but the rendered version is still same and i dont know where it is created.. i am not sure if it has anything to do with Grammar.txt under pycode/ directory, but changes in there did nothing.. so if anyone can help, i'll be very grateful :-) atx -- You received this message because you are subscribed to the Google Groups "sphinx-dev" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/sphinx-dev?hl=en.
