Re: [sphinx-dev] How would you include huge tables?

2011-05-26 Thread Jan Ulrich Hasecke
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 26.05.11 00:20, TP wrote: On Wed, May 25, 2011 at 11:59 AM, Kevin Horn kevin.h...@gmail.com wrote: See: http://media.commandline.org.uk/code/table.txt and https://bitbucket.org/khorn/lore2sphinx/src/7b0939832687/lore2sphinx/table.py

[sphinx-dev] documenting nested classes

2011-05-26 Thread Michael Bayer
How would I get, either via autodoc or even *not* autodoc, the __eq__() method below to appear in documentation? class SomeFoo(object): class SomeBar(object): def __eq__(self, other): Compare a frobnozzle to other. SomeBar will be autodocumented from a directive such as

[sphinx-dev] Linking to external sphinx projects to create multilanguage docs

2011-05-26 Thread guillermooo
Hi, I have two separate Sphinx projects: acme/en acme/es They are symmetric, so any .rst file in acme/en is also present in acme/es. Now I would like to link from any .html file in the build docs from acme/en to the built file with the same name from acme/es, and viceversa. What I want is a