[sphinx-dev] Re: secondary windows or hidden sections in html output

2010-09-15 Thread Guenter Milde
On 2010-09-14, Alastair Dent wrote: I'm used to working with raw html and adding sections of info or graphics that are only displayed when the user clicks a link or button. Sometimes it's text that is expanded inline, sometimes a large version of a graphic. Is there a way of doing this with

[sphinx-dev] Removing Blank Pages From Latex PDFs

2010-09-15 Thread Felix Hummel
Hi! Is there a sane way to remove blank pages from pdf documents? Thread [1] on this list suggests to use:: latex_elements = { 'classoptions': ',oneside', } I also did not find an option for this in the Sphinx docs [2]. Currently I use a really ugly hack in conf.py::

RE: [sphinx-dev] Re: secondary windows or hidden sections in html output

2010-09-15 Thread Alastair Dent
Hmm. I've tried using .. raw: html to escape and put some extra javascript in one of the standard js files. That worked - sortof. Except that the html builder doesn't copy over any images that aren't referenced in rst. I guess I'll have to look at making my own extension for this. Blast.

Re: [sphinx-dev] rst2pdf and 1.0.3 Sphinx issues, was - Finally got around to upgrade to 1.x

2010-09-15 Thread werner
Hi Roberto, On 14/09/2010 15:55, Roberto Alsina wrote: On Sunday 12 September 2010 05:47:20 werner wrote: I looked through the changes for 0.6.5 to 1.0.3 but don't see anything in relation to modules - rst2pdf with 0.6.5 worked for me, so I guess I have just overlooked a change I need to make

Re: [sphinx-dev] rst2pdf and 1.0.3 Sphinx issues, was - Finally got around to upgrade to 1.x

2010-09-15 Thread Roberto Alsina
On Wednesday 15 September 2010 10:17:23 werner wrote: Hi Roberto, On 14/09/2010 15:55, Roberto Alsina wrote: On Sunday 12 September 2010 05:47:20 werner wrote: I looked through the changes for 0.6.5 to 1.0.3 but don't see anything in relation to modules - rst2pdf with 0.6.5 worked for

RE: [sphinx-dev] Re: secondary windows or hidden sections in html output

2010-09-15 Thread Alastair Dent
I'll try that tomorrow, thanks. -Original Message- From: sphinx-dev@googlegroups.com on behalf of Max Battcher Sent: Wed 15/09/2010 19:03 To: sphinx-dev@googlegroups.com Subject: Re: [sphinx-dev] Re: secondary windows or hidden sections in html output On 09/15/2010 08:42 AM, Alastair

[sphinx-dev] automatically indexing sections

2010-09-15 Thread Peter Liske
My documentation will have hundreds of sections such as: ``item1`` - notes on item 1 ``item2`` notes on item 2 I would like all of these ``items`` to be indexed. Is there a way to do this without having to specifically add an index:: directive