Hello all,
I'm trying to document my python program using sphinx and sphinx's autodoc 
functionality, but I have a problem with one file where I make some import 
in the form of :


from lib import function



For some functions (namely asc, and_ and select from SQLAlchemy), sphinx 
add their doc also in my module documentation. What is surprising is that 
it's only for these 3. I'm importing in the same module the class 
SafeConfigParser without trouble, and I have another module importing 
functions from the math module without this problem.

For information the .rst file looks like:


Mymodule module
=====================
.. automodule:: module
   :members:
   :undoc-members:

Any help is welcome, thanks in advance!

-- 
You received this message because you are subscribed to the Google Groups 
"sphinx-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/sphinx-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to