Hello List,
I hope this isn't something simple I've missed in the documentation
(I've looked at http://sphinx.pocoo.org/ext/autodoc.html in particular),
but I want to override the function signature look from an autofunction use.
Here's an example of what I'm currently doing:
.. autofunction:: temoa_rules.ProcessBalance_Constraint
Which emits the text:
temoa_rules.ProcessBalance_Constraint(M, p, s, d, i, t, v, o)
In this context, the module prefix 'temoa_rules.' is superfluous in the
output, and if I had my druthers it would instead look like:
ProcessBalance_Constraint(M, p, s, d, i, t, v, o)
Given that I want a different order of functions in my documentation
than I have in my code file, and that I also want to intersperse other
commentary between various functions in my file (so I can't use
automodule), is there a way to customize the function signature?
Thanks,
Kevin
--
You received this message because you are subscribed to the Google Groups
"sphinx-dev" group.
To post to this group, send email to sphinx-dev@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.