Hello,

Can someone tell me what I'm doing wrong?

$ ./setup.py build_sphinx  -E
running build_sphinx
Running Sphinx v1.0.4
[..]
/home/nikratio/projekte/python-llfuse/rst/llfuse.rst:9: (WARNING/2) autodoc 
can't import/find method 'llfuse.llfuse.main', it reported error: "llfuse", 
please check your spelling and sys.path
[..]

$ cat rst/llfuse.rst 

====================
 `llfuse` functions
====================


.. py:module:: llfuse

.. automethod:: llfuse.main

$ python -c 'import llfuse; print llfuse.main.__doc__'
Run FUSE main loop



Best,

   -Nikolaus

-- 
 »Time flies like an arrow, fruit flies like a Banana.«

  PGP fingerprint: 5B93 61F8 4EA2 E279 ABF6  02CF A9AD B7F8 AE4E 425C

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