Hi all,
I'm new to Python and Sphinx.
I'm developing a small python module that contains some classes and methods.
In parallel I develop some utility scripts that imports the module and use
the functionality
in the module.

I let Sphinx extract all docstrings in the module "RifPost" with

.. automodule:: RifPost
   :members:

which works fine. But how can I extract the docstrings from my utility
scripts?

Best regards,
Johan

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