[sphinx-dev] Re: Splitting HTML output at subsection boundaries

2011-12-01 Thread Guenter Milde
On 2011-12-01, Friedrich Romstedt wrote: > 2011/11/30 Olivier Bonaventure : > I tried once to write my Dipoma thesis in Sphinx, because I thought > the same as you do. But I switched back to LaTeX later, rewriting all > the stuff again. The reasons are that Sphinx/Docutils is nice for > HTML do

Re: [sphinx-dev] Splitting HTML output at subsection boundaries

2011-12-01 Thread Friedrich Romstedt
2011/12/1 Fernando Perez : > On Thu, Dec 1, 2011 at 2:56 AM, Friedrich Romstedt > wrote: >> 1)  Spanning paragraphs over equations.  Paragraphs are in Docutils a >> nonstructured entity.  In depends on the point of view if this is a >> design mistake or not.  For the Sphinx purpose, it might be no

Re: [sphinx-dev] Splitting HTML output at subsection boundaries

2011-12-01 Thread Fernando Perez
On Thu, Dec 1, 2011 at 2:56 AM, Friedrich Romstedt wrote: > 1)  Spanning paragraphs over equations.  Paragraphs are in Docutils a > nonstructured entity.  In depends on the point of view if this is a > design mistake or not.  For the Sphinx purpose, it might be not, for > the (e)paper document it

Re: [sphinx-dev] Splitting HTML output at subsection boundaries

2011-12-01 Thread Kevin Dunn
On Tue, Nov 29, 2011 at 15:59, Olivier Bonaventure wrote: > Hello, > > I'm currently using sphinx to write an open-source networking texbook > that explains the principles of computer networks and the TCP/IP > protocol suite. sphinx is really nice because it allows me to focus on > the content wit

[sphinx-dev] Re: How should I reporting errors and warnings from a Sphinx extension during processing?

2011-12-01 Thread Matt Williams
I had the same issue when writing my doxylink extension so I just looked how the built-in errors were produced and copied that. app.info('this is an info message') app.warn('warning message') Also you can make text bold etc using: from sphinx.util.console import bold, standout app.warn(bold('bo

Re: [sphinx-dev] Splitting HTML output at subsection boundaries

2011-12-01 Thread Friedrich Romstedt
2011/11/30 Olivier Bonaventure : > I'm currently using sphinx to write an open-source networking texbook > that explains the principles of computer networks and the TCP/IP > protocol suite. sphinx is really nice because it allows me to focus on > the content without having to think too much about t