Re: Class name manipulation in autodoc

2009-05-20 Thread Doug Hellmann
On May 19, 2009, at 11:12 PM, Matthew Turk wrote: Hi there, Just as an upfront, I'm loving using sphinx to document a project. I'm writing because I'm stuck at a particular usage pattern we have in our code, and how to properly document it. We have objects that have affiliated derived

Re: Class name manipulation in autodoc

2009-05-20 Thread Pauli Virtanen
Hi, Tue, 19 May 2009 20:12:38 -0700, Matthew Turk kirjoitti: [clip] identically to how the autodoc extension would work -- rather than autodocing the underlying class itself, which is not meant to be accessed directly. Is there a way to supply an override to the displayed name (in addition

Trouble with writing a simple missing-reference event handler

2009-05-20 Thread jaedan31
Hi everyone. I'm attempting to document a fairly large python project of which a major component is an extensive C++ library we've wrapped with Boost.Python. I'm using autodoc and everything is working great - in fact I've written a simple Sphinx extension using the new autodoc events that

conditional label targets with ifconfig/figure

2009-05-20 Thread Wouter van Heyst
Hi, firstly, thanks for Sphinx, it's shaping up nicely! Rewriting a .tex document, I'd like to refer to a figure that can differ for various configurations (the original used \opt). Initially I wrote something like: See :ref:`status` .. ifconfig:: releaselevel == 'alpha' ..