[sphinx-dev] Using :glob:

2010-07-07 Thread Alastair Dent
I'd really like to mix using :glob: with manual entries in a toctree. Is this possible? It seems that the normal syntax is something like this: .. toctree:: :maxdepth: 2 :glob: dialoghelp/* I want to put some manual entries in before the entries inserted by

[sphinx-dev] autodoc can't import/find class

2010-07-07 Thread stav
I have two automodules, but only one works: in spiders.rst: http://pastie.org/1031678 output: http://pastie.org/1031679 and the dir structure: http://pastie.org/1031682 why does the first automodule work and the second one doesn't? -- You received this message because you are subscribed to the

[sphinx-dev] Re: autodoc can't import/find class

2010-07-07 Thread Steven Almeroth
Moderators: No need to actually post this thread, I think. Wow, ok I found my problem, which of course had nothing to do with Sphinx. I learned that Sphinx actually executes the code and reports any runtime errors. So, I fixed my code and everything works fine. -- You received this message

[sphinx-dev] autodoc and subpackages

2010-07-07 Thread Vincent
In my python project I use subpackages with modules. Currently I have a package called rijnh, which contains a package called platform which contains a module named system. I have created the following directive: The :mod:`rijnh.platform.system` Module .. automodule::

[sphinx-dev] JavaScript documentation (and tutorial) using Sphinx

2010-07-07 Thread Jonathan Fine
Hi 'll be giving a tutorial on JavaScript at the EuroPython conference later this month, and to support this I've written some documentation (using Sphinx, of course). You can download the latest (and earlier) versions at http://bitbucket.org/jfine/javascript-for-python-programmers/downloads