[sphinx-dev] How do I add more whitespace below a paragraph?

2010-08-05 Thread arrowtackett
Below a paragraph, I want to show a set of equations using LaTeX. However, I would like to have more than one empty line separating the paragraph and equations. How do I add whitespace (or newline characters) below a paragraph to increase the padding? I can't seem to find this in the

[sphinx-dev] sphinx-build error with unhelpful error message

2010-08-05 Thread ntroutman
I've been working on a building using sphinx to document a project of mine. I recently started getting the following error: $ sphinx-build -a -E -b html source build/html Running Sphinx v1.0.1 building [html]: all source files updating environment: 94 added, 0 changed, 0 removed usage:

[sphinx-dev] Re: references in latexpdf

2010-08-05 Thread Jan Ulrich Hasecke
2010/8/2 Jan Ulrich Hasecke juhase...@googlemail.com Hi, some days ago I reported this bug: http://bitbucket.org/birkenfeld/sphinx/issue/471/references-point-to-wrong-page-in-latex I now understand why references for floats does not work. The \label command is put outside the float

Re: [sphinx-dev] Re: references in latexpdf

2010-08-05 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 05.08.2010 11:11, schrieb Jan Ulrich Hasecke: 2010/8/2 Jan Ulrich Hasecke juhase...@googlemail.com mailto:juhase...@googlemail.com Hi, some days ago I reported this bug:

Re: [sphinx-dev] Re: How to use intersphinx to link to sphinx or python documentation

2010-08-05 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 03.08.2010 10:33, schrieb Christoph Neuroth: That should be :ref:`sphinx:domains`. There have been problems with the inventory on sphinx.pocoo.org for a few days, but it should work now. Thanks, that works for me now :) However, I cannot do

Re: [sphinx-dev] sphinx-build error with unhelpful error message

2010-08-05 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 04.08.2010 23:56, schrieb ntroutman: I've been working on a building using sphinx to document a project of mine. I recently started getting the following error: $ sphinx-build -a -E -b html source build/html Running Sphinx v1.0.1 building

Re: [sphinx-dev] sphinx no longer works for my docs in 1.0.1 - is it a bug?

2010-08-05 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Follow-up for interested readers: we both did something wrong; Erik had a duplicate :type param: in one of his docstrings, and Sphinx was not tolerant enough to handle that. The latter is now fixed. Georg Am 02.08.2010 07:25, schrieb Erik Tollerud:

Re: [sphinx-dev] Projects using sphinx: PyTango and tau

2010-08-05 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 28.07.2010 17:48, schrieb coutinhotiago: Hello, I would like to add PyTango and tau to the list of projects that gladdly use sphinx. The links are respectively: PyTango:

Re: [sphinx-dev] grotty error message on man pages from sphinx-build

2010-08-05 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 27.07.2010 18:27, schrieb peo: From a rst source file and a list of tuples man_pages = [ ('sourcefile', 'target', u'title', u'Authors name', 'manual') ] in conf.py i have tried to generate man (Unix manual) pages from Sphinx, i.e. by make man

Re: [sphinx-dev] Pitfall: version must be a string

2010-08-05 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 24.07.2010 11:05, schrieb Luc Saffre: Sphinx asked to report this, so I do it: I wrote the following in the conf.py of a new project:: # The short X.Y version. version = 1.0 (Which was a user error. I can imagine integer values for

Re: [sphinx-dev] linking to specific sections of an RFC

2010-08-05 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 23.07.2010 17:50, schrieb Jean Daniel: Hello, I am using the :rfc:`3501` role to express this url : http://tools.ietf.org/html/rfc3501 This works fine and I am looking for a way to link to a specific section of the rfc; I would like to

Re: [sphinx-dev] A question about Info field lists

2010-08-05 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 23.07.2010 05:59, schrieb BiDi: I am trying to learn to use sphinx and have run into a problem with info field lists My source looks like this: .. function:: ureal(x,u[,df=DOF_INF,label=None]) Construct an elementary uncertain real

Re: [sphinx-dev] Re: references in latexpdf

2010-08-05 Thread Jan Ulrich Hasecke
Am 05.08.2010 um 15:20 schrieb Georg Brandl: Use Sphinx 1.0.2 :) (It's not out yet, but will be by the end of today.) Cool! Cool! Cool! :-) juh smime.p7s Description: S/MIME cryptographic signature

Re: [sphinx-dev] Nonlocal image URI found

2010-08-05 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 03.08.2010 17:47, schrieb Luc Saffre: Hi, Sphinx does a lot of WARNING: Nonlocal image URI found. Yes I know that I use images with nonlocal URI. That's what I intended. What's wrong with this? Why is this worth a warning? I suggest to

[sphinx-dev] Re: sphinx-build error with unhelpful error message

2010-08-05 Thread ntroutman
That turned out to be the problem. Some people on the project for got the if name equals main bit. For future reference, using the -N option causes sphinx-build to print a line for each source file that its reading so that you can tell which file it bombed on. I wish I had tried it before I

Re: [sphinx-dev] linking to specific sections of an RFC

2010-08-05 Thread Kevin Horn
On Thu, Aug 5, 2010 at 8:42 AM, Georg Brandl ge...@python.org wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 23.07.2010 17:50, schrieb Jean Daniel: Hello, I am using the :rfc:`3501` role to express this url : http://tools.ietf.org/html/rfc3501 This works fine and I am

[sphinx-dev] Re: How do I add more whitespace below a paragraph?

2010-08-05 Thread Guenter Milde
On 2010-08-04, arrowtackett wrote: Below a paragraph, I want to show a set of equations using LaTeX. However, I would like to have more than one empty line separating the paragraph and equations. How do I add whitespace (or newline characters) below a paragraph to increase the padding? I

Re: [sphinx-dev] linking to specific sections of an RFC

2010-08-05 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 05.08.2010 22:12, schrieb Kevin Horn: On Thu, Aug 5, 2010 at 8:42 AM, Georg Brandl ge...@python.org mailto:ge...@python.org wrote: Am 23.07.2010 17:50, schrieb Jean Daniel: Hello, I am using the :rfc:`3501` role to express this url :

Re: [sphinx-dev] linking to specific sections of an RFC

2010-08-05 Thread Kevin Horn
On Thu, Aug 5, 2010 at 3:45 PM, Georg Brandl ge...@python.org wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 05.08.2010 22:12, schrieb Kevin Horn: On Thu, Aug 5, 2010 at 8:42 AM, Georg Brandl ge...@python.org mailto:ge...@python.org wrote: Am 23.07.2010 17:50, schrieb