On Sun, Mar 14, 2010 at 11:16 AM, ak <asad.kha...@gmail.com> wrote:

> Hi All,
>  I am a newbie and trying to create documentations from sphinx. I have
> successfuly created documentations from .rst file but I would like to
> use extensions to create documentation for python source files. I see
> that I can use autodoc extension but I cant figure out how. Is there
> any examples to help me ?
>
>
First thing:

look in you conf.py file and make sure that 'sphinx.ext.autodoc' appears in
the extensions list

then follow the docs here: http://sphinx.pocoo.org/ext/autodoc.html

Kevin Horn

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