[sphinx-dev] Updates on introspection?

2012-09-01 Thread Larry G. Wapnitsky
Have any updates been made on analyzing introspection on decorated functions? I have a decorator that appears to be written properly (third-party), but am still unable to get the docstrings from the function. Thanks, Larry -- You received this message because you are subscribed to the Google

[sphinx-dev] autodoc_docstring_signature

2012-09-01 Thread geoff9399
I'm trying to use' autodoc_docstring_signature = True' in conf.py, but it has no effect on documenting my classes implemented using the C API. I can't seem to find an example... Here is my C doc string. PyDoc_STRVAR(propertyDoc, BoolProperty(name, label, initValue=False)\n \n

[sphinx-dev] NameError: global name 'key' is not defined

2012-09-01 Thread Andrea
I am trying to use the natbib module at https://bitbucket.org/wnielson/sphinx-natbib/ and I get the following message, --- Running Sphinx v1.1.3 loading pickled environment... not yet created building [html]: targets for 1 source

[sphinx-dev] autodoc_docstring_signature

2012-09-01 Thread Geoffrey Philbrick
autodoc_docstring_signature does not work for constructors of C classes (the documentation is clear that it only works for functions and methods). It works fine for the methods of the class in my examples. Is there any way to get it to work for the constructors also? Thanks, Geoff -- You

[sphinx-dev] Re: How to include bibliography from BibTeX

2012-09-01 Thread Andrea
Hello everybody, Sorry for plugging in on an old conversation. I have been looking now a while on google for a way to solve this problem, i.e., how to include bibtex references in sphinx, and I am not still clear on how to do it. Could you please advise if there is now a standard way to

[sphinx-dev] Decorators

2012-09-01 Thread Larry G. Wapnitsky
Has there been any further documentation on how to deal with decorated functions and Sphinx? I have an entire module filled with third-party-decorated functions that can't be auto-documented, hence adding a ton of extra work that should not need to be done. Thanks, Larry -- You received

Re: [sphinx-dev] Annoucing robin, a new Doxygen to Sphinx bridge

2012-09-01 Thread Michael Gielda
Hi, My thoughts exactly, Michael, I use your Breathe extension and most of the stuff just works... gotta test if the new thing provides more functionality but perhaps the authors can point us in the right direction? I mean Breathe is not ideal but perhaps it would be wiser to fill in the

Re: [sphinx-dev] Digest for sphinx-dev@googlegroups.com - 10 Messages in 7 Topics

2012-09-01 Thread Raingo Lee
On Tue, Aug 28, 2012 at 7:03 AM, sphinx-dev@googlegroups.com wrote: Today's Topic Summary Group: http://groups.google.com/group/sphinx-dev/topics Align figure center and bottom? [2 Updates] Figure caption? [1 Update] Feature request :nowrap:/:pre-wrap: code-block directive options [2

Re: [sphinx-dev] Annoucing robin, a new Doxygen to Sphinx bridge

2012-09-01 Thread Anteru
Hi, we did try Breathe actually; the main problem we had with it was that we couldn't hack the output easily and that there was no automodule support in it to generate documentation for all files in a project. Our goal was to make a minimal bridge which is easy to hack, so anything that is

Re: [sphinx-dev] Annoucing robin, a new Doxygen to Sphinx bridge

2012-09-01 Thread Michael Gielda
Hi Anteru, Firstly, a big thanks for answering in such detail, it is nice to have a good understanding of your intentions and motivations :) I think that yours is a bit different of a use case than ours and in a sense I can see that you may need a different project for that kind of stuff. We