Hi all, I'm a sphinx newbie, so please be gentle. I've developed a module which is not possible to import in my regular python 2.6 installation on my linux computer. It is only importable in a special version of python, called "abaqus python" that is used with the finite element program Abaqus. Abaqus python is an extension of python 2.4.3.
I would still like to use sphinx to document my module, especially I would like to use automatic processing of my docstrings i.e. something like: .. automodule:: rollGap :members: where "rollGap.py" is my module. Can anyone point me in the right direction to achieve this? Thank you, Johan -- 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.
