Re: [sphinx-dev] latexpdf Undefined control sequence. \MakeFramed

2011-01-06 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 06.01.2011 03:51, schrieb steve: I've been banging my head against this one too long now.. Just started using sphinx yesterday... LOVE it! But... I just started incorporating actual code snippets and while HTML output works OK, when I try to

Re: [sphinx-dev] latexpdf Undefined control sequence. \MakeFramed

2011-01-06 Thread Steve Spicklemire
Good Clue! I had some old .sty files (including an old framed.sty) lying around in my TEXINPUTS path back from 2003 when I had to make some customizations and had forgotten about them. Once I took that out.. BAM! It worked. thanks! -steve On Jan 6, 2011, at 3:22 AM, Georg Brandl wrote:

Re: [sphinx-dev] another code for the sphinx list

2011-01-06 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 28.08.2010 00:18, schrieb j brandon keith: Hi, here is another code for the sphinx documentation list: http://docs.danse.us/pyre/sphinx/ Pyre is a service component framework. It also has a trac page at: http://dev.danse.us/trac/pyre.

Re: [sphinx-dev] Yet another project using Sphinx

2011-01-06 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 08.08.2010 20:40, schrieb Luc Saffre: Please add Lino to the list of projects using Sphinx: http://lino.saffre-rumma.ee/ This is now added. Thanks, Georg -BEGIN PGP SIGNATURE- Version: GnuPG v2.0.16 (GNU/Linux)

Re: [sphinx-dev] Mishandling of C++ constant member functions

2011-01-06 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 08.08.2010 21:57, schrieb Jack: I'm using Sphinx v1.0.1 and there does not appear to be a sane way to handle C++ const member functions. For example: .. cpp:class:: butterflyfio::ArrayT,d A simple template class for arrays of datatype

Re: [sphinx-dev] index directive followed by only directive crash latex and rst2pdf builders

2011-01-06 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 06.05.2010 15:45, schrieb fgpy: Hi, When I try to `make latex`, I get the following error. Exception occurred: File C:\Python26\lib\site-packages\docutils\nodes.py, line 695, in replace_self 'Losing %s attribute: %s' % (att,

Re: [sphinx-dev] Re: Any plans for sphinx.ext.mathjax?

2011-01-06 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 21.11.2010 21:50, schrieb Kevin Dunn: Hi everyone, Just to continue this thread, using MathJax in Sphinx is now even easier: FTR, I've just added Kevin's MathJax extension in trunk; it will be builtin in Sphinx 1.1. Thanks all! Georg

Re: [sphinx-dev] Re: Any plans for sphinx.ext.mathjax?

2011-01-06 Thread Kevin Dunn
On Thu, Jan 6, 2011 at 07:22, Georg Brandl ge...@python.org wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 21.11.2010 21:50, schrieb Kevin Dunn: Hi everyone, Just to continue this thread, using MathJax in Sphinx is now even easier: FTR,  I've just added Kevin's MathJax extension

[sphinx-dev] Re: Problem while generating the latex output

2011-01-06 Thread Tsf
I have the same problem of the first chapter in LaTeX. Was it ever solved? -- Tsf On Mar 21 2010, 3:38 pm, J Carlos Cardona jcardona@gmail.com wrote: Dear all,First, I must congratulate the sphinx developers for the very nice work you have done. I writing a test document to get used to

[sphinx-dev] Re: Segmentation fault with import scipy.signal

2011-01-06 Thread LaurenP
Thanks for trying it. I am also using scipy 0.8.0 which I got from macports. My suspicion is that the problem is with either my python or scipy installation. To work around it for now, I am using a stub scipy/ signal directory in the documentation directory. Lauren On Jan 6, 2:53 am, Georg

Re: [sphinx-dev] Re: Question about Verbatim redefinition

2011-01-06 Thread Georg Brandl
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Am 09.12.2010 09:30, schrieb Lennart Regebro: On Thu, Dec 9, 2010 at 07:48, Guenter Milde mi...@users.berlios.de wrote: On 2010-12-08, Lennart Regebro wrote: In sphinx.sty there is a redefinition of Verbatim. In that there is a line

Re: [sphinx-dev] Sorted Glossary with german umlauts

2011-01-06 Thread Jan Ulrich Hasecke
Am 05.01.11 18:22, schrieb Georg Brandl: The glossary and index issues should be fixed for HTML output in Sphinx 1.0.6. Klasse! :-) In index everything is ok, but in glossary the umlauts are sorted after Z. juh -- Die deutschsprachigen Benutzerhandbücher Plone 3

Re: [sphinx-dev] Sorted Glossary with german umlauts

2011-01-06 Thread Jan Ulrich Hasecke
Am 06.01.11 20:05, schrieb Georg Brandl: In index everything is ok, but in glossary the umlauts are sorted after Z. Are you sure you rebuilt from scratch? The glossary sorting is done while parsing, so you need to do either a fresh build or change the glossary file so that Sphinx

[sphinx-dev] Stripping module info in crossref

2011-01-06 Thread D. Monarres
Hello all, Right now I am trying to write a tutorial for the Sage computer algebra system that heavily cross-references with the standard documentation. Sage loads almost all functions/classes into the default namespace so most users know nothing of the module structure of program. I was