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

2010-09-17 Thread Alastair Dent
ps.com] On Behalf Of Max Battcher Sent: 16 September 2010 21:33 To: sphinx-dev@googlegroups.com Subject: Re: [sphinx-dev] Re: secondary windows or hidden sections in html output On 9/16/2010 4:15, Alastair Dent wrote: > Just re-read your email, and I'm not sure how this would work. > > In

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

2010-09-16 Thread Max Battcher
On 9/16/2010 4:15, Alastair Dent wrote: Just re-read your email, and I'm not sure how this would work. In html, I'd have two divs, something like this: Click here to see an example. Here is the example One is the link to expand or collapse the 2nd div. W

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

2010-09-16 Thread Alastair Dent
up with a link to the javascript? -Original Message- From: sphinx-dev@googlegroups.com [mailto:sphinx-...@googlegroups.com] On Behalf Of Max Battcher Sent: 15 September 2010 19:04 To: sphinx-dev@googlegroups.com Subject: Re: [sphinx-dev] Re: secondary windows or hidden sections in html out

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, Ala

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

2010-09-15 Thread Max Battcher
On 09/15/2010 08:42 AM, Alastair Dent wrote: 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

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. ---