I'm starting to use Sphinx, moving from latex, and I'm finding it
really great.

I have a question about the autodoc extention.  In using autofunction,
is there a supported method of annotating function return values?
Something like " -> "?  It looks like I could figure out how to use
autodoc_process_docstring to do this, but I wanted to be sure this
wasn't something already supported in a different way.


Code:

  func(args):
  """ -> return_value

  function_description
  """

Ideal output:

  package.module.func(args) -> return_value
         function_description


Jeff

--~--~---------~--~----~------------~-------~--~----~
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
-~----------~----~----~----~------~----~------~--~---

Reply via email to