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

2011-05-26 Thread daspostloch
hm, not enough time to ensure an exactly matching answer -- but as answers are a bit rare here, i'll give it a quick shot: take a look at intersphinx, at the pagename global variable: http://sphinx.pocoo.org/templating.html#pagename or/and at construcs like this for getting "out" of root sphinx d

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

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

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 > wrote: >> >> See: http://media.commandline.org.uk/code/table.txt and >> https://bitbucket.org/khorn/lore2sphinx/src/7b0939832687/lore2sphinx/table.py >> >> >> Kevin Horn