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