[sphinx-users] Re: Cross referencing breaks for inherited objects imported and documented in a parent module

2016-10-14 Thread André Anjos
Somebody posted a reply on the referenced SO thread: Apparently, the solution is to reset the value of `__module__` on the affected classes. So, in `a/__init__.py`, you can do the following to fix the issue: ```python A.__module__ = __name__ B.__module__ = __name__ ``` This seems to fix the

Re: [sphinx-users] sphinx (python) pdf generator

2016-10-14 Thread Minkai Li
I have seen the latex commands ,But I can not solve the issue. How can I do ? 在 2016年10月14日星期五 UTC+8上午3:37:50,gsavix写道: > > hi. you need explicity and specific use of latex commands todo this. > > -- > gilberto dos santos alves > +55(11)9-8646-5049 > sao paulo - sp - brasil > > > > > >

[sphinx-users] Re: how do I add subtitle?

2016-10-14 Thread Peter Burdine
Yes and no. In the latex section of the conf.py, you will see a latex_elements dict being defined. This is where you can modify your preamble. You can put your definition there, but most people read in a separate file or two, since when you update your document format, the changes can be

[sphinx-users] Re: sphinx pdf style

2016-10-14 Thread Peter Burdine
The short answer is not in 1.4.x. It looks like 1.5.x may have a little, but nothing as easy as CSS. Start by reading through the sphinx.sty file (found in your latex build directory) to give you an idea of what you are dealing with. It looks like you have made 6 threads all with basically

[sphinx-users] how do I add revision history table?

2016-10-14 Thread Fiona Hanington
Hi there I would like to include a revision history table as part of the front matter of my documents (PDF). I'd like this to appear after the title page and before the toc if possible. Does sphinx/rst support this? If so how would I go about it? Thanks Fiona -- You received this message

[sphinx-users] Re: Wiki based on Sphinx

2016-10-14 Thread Ashwin Kumar
Hi Vivian, I'm interested in doing something similar too. Can you please share your wsgi application with me? Thanks, Ashwin On Tuesday, March 15, 2011 at 7:55:03 AM UTC-7, Vivian De Smedt wrote: > > Dear All, > > We write our documentation using Sphinx. > But some of us are abroad with no