[sphinx-dev] Finally got around to upgrade to 1.x

2010-09-08 Thread Werner F. Bruhin
I can build 'html' but when I try to build 'pdf' I get the following exception. [ERROR] pdfbuilder.py:120 global name '_' is not defined Traceback (most recent call last): File c:\python26\lib\site-packages\rst2pdf-0.15-py2.6.egg\rst2pdf\pdfbuilder.py, line 112, in write

[sphinx-dev] Re: rst2pdf version 0.12.1 released

2009-10-16 Thread Werner F. Bruhin
Roberto, I did a sphinx-quickstart and patched the make.bat file to support the pdf builder (copied doctest section and changed doctest to pdf). When running make I get: Extension error: Could not import extension rst2pdf.pdfbuilder (exception: No module named rst2pdf.pdfbuilder) Added the

[sphinx-dev] Using Sphinx for my shareware - The Wine Cellar Book

2009-07-20 Thread Werner F. Bruhin
Have converted the documentation from helpScribble to Sphinx and generate with it both html and chm help files in multiple languages. http://www.thewinecellarbook.com/doc/en/index.html Would be very pleased if the shareware is welcome on :-) http://sphinx.pocoo.org/examples.html Werner

Re: html_copy_source related request

2009-05-29 Thread Werner F. Bruhin
Georg, Georg Brandl wrote: Werner F. Bruhin schrieb: If I set this to True the excerpt includes things like: .. include:: _substitutions.txt .. index:: .. figure:: Any chance that these directives could be suppressed from the excerpt? I don't think so, why shouldn't

html_copy_source related request

2009-05-26 Thread Werner F. Bruhin
If I set this to True the excerpt includes things like: .. include:: _substitutions.txt .. index:: .. figure:: Any chance that these directives could be suppressed from the excerpt? Werner --~--~-~--~~~---~--~~ You received this message because you are

Re: Glossary - sorted flag

2009-05-12 Thread Werner F. Bruhin
George, Georg Brandl wrote: Werner F. Bruhin schrieb: I am trying to use the sorted flag but get warning errors - is this a known issue? .. glossary:: :sorted: Drink A Drink in t etc But when I build I get tons of these warnings and the glossary page only

Glossary - sorted flag

2009-05-11 Thread Werner F. Bruhin
I am trying to use the sorted flag but get warning errors - is this a known issue? .. glossary:: :sorted: Drink A Drink in t etc But when I build I get tons of these warnings and the glossary page only contains the title Glossary.

Re: Status update

2009-05-03 Thread Werner F. Bruhin
Christophe de VIENNE wrote: 2009/5/2 Georg Brandl ge...@python.org mailto:ge...@python.org Now we have a few choices: - Keep the incompatibility. - Rename Sphinx' class. I don't have a suggestion for a better name though. I would go for this option (renaming). And

Re: Sphinx version(s)?

2009-04-07 Thread Werner F. Bruhin
Doug, Douglas Philips wrote: Hello, I'm just getting started with Sphinx, it got some press at pycon 2009. :) The web site indicates that Sphinx is at 0.6.1, but when I download sphinx.pdf from the front page, the .pdf file says it is for version 0.5. From a eat your own

Re: Question on Glossary

2009-03-28 Thread Werner F. Bruhin
Paulette wrote: ... Naturally, when it builds I get a warning because my glossary isn't included in any toctree. I don't want the glossary it two places--it's for all the docs, and I like it after the heading. I can live with 1 warning and let others know to expect it, but if there is a way

Re: [GSoC] Some web app idea questions

2009-03-26 Thread Werner F. Bruhin
Wojtek Walczak wrote: Werner F. Bruhin napisaƂ(a): Werner, In the examples directory in Pyjamas package, there is an app called dynamictable. While it's python source code is quite short (~400 lines of code), after compilation to JavaScript it becomes quite big. The main file is 527K

Re: [GSoC] Some web app idea questions

2009-03-25 Thread Werner F. Bruhin
Wojtek Walczak wrote: *** Roberto Alsina wrote: ''' For this kind of app, I would give some thought to something like Pyjamas, where you can create a modern AJAXy interface and all you would have to implement as backend is some JSONRPC handlers, which are not hard at all with any web

Re: html french output

2009-03-19 Thread Werner F. Bruhin
Shubacka wrote: Hi everybody, While testing Sphinx, I've noticed that not-all-the-words are in french (like search, etc.). Where is the file to be translated further in french? I believe it is in this folder:

Re: Problems with search function

2009-02-20 Thread Werner F. Bruhin
Georg, Georg Brandl wrote: Max Landaeus schrieb: I can not get the search function to work anymore. I get stuck with the message 'Preparing search...' and the ... after 'Searching' is blinking. Search used to work when I used Sphinx (in mid October 2008), but now when I installed

Re: index page again

2009-01-29 Thread Werner F. Bruhin
Chris h wrote: On Thursday 29 January 2009 12:09:09 Werner F. Bruhin wrote: You might also check the section in the doc here: http://sphinx.pocoo.org/rest.html?highlight=headers Yup read all that. What I needed to get my head around was that the index.rst file picks up

Using the '-c' option on the sphinx-build

2009-01-21 Thread Werner F. Bruhin
The doc states that various other files need to be present in this location/path when one uses this option. Is there a list of these files which need to be in the same folder and what files/folder need to be relative to this folder? Werner

Multiple folders for images

2009-01-21 Thread Werner F. Bruhin
I need different folders depending on what build I am running. I put the image folders into the conf folder, but it seems that the .. image:: and .. figure:: directives look relative to the source folder. So, I tried using a substitution but without success either. .. figure::

Sub-Version not showing in footer

2008-12-17 Thread Werner F. Bruhin
Just a very small thing. The footer only shows 0.5. instead of 0.5.1. Using the standard layout.html template. Werner --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups sphinx-dev group. To post to this group, send

Re: Search problem

2008-12-07 Thread Werner F. Bruhin
George, Georg Brandl wrote: ... I am using 0.5 with Python 2.5 on Windows Vista. This should now also be fixed -- I hope you've set html_copy_source = False like Mark did :) Yes, I did. Thanks Werner --~--~-~--~~~---~--~~ You received

Re: Search problem

2008-12-06 Thread Werner F. Bruhin
Georg Brandl wrote: Werner F. Bruhin schrieb: Just installed Firebug as recommended by Gael. So, when I do a search for e.g. something I get this error: Access to restricted URI denied code: 1012 file:///C:/Dev/twcb-doc/en/build/_static/jquery.js Line 28 Everyone has read/execute

Re: Search problem

2008-12-05 Thread Werner F. Bruhin
Georg Brandl wrote: Werner F. Bruhin schrieb: The search on my test doesn't work anymore. It worked as far as I could see, have done quite a bit of reorganizing source documents, however nothing (at least that I am aware of) with regards to the search functionality. When I search

Re: Search problem

2008-12-05 Thread Werner F. Bruhin
Georg Brandl wrote: Werner F. Bruhin schrieb: The search on my test doesn't work anymore. It worked as far as I could see, have done quite a bit of reorganizing source documents, however nothing (at least that I am aware of) with regards to the search functionality. When I search

Re: How to - table format on index pages

2008-12-04 Thread Werner F. Bruhin
Gael Varoquaux wrote: On Thu, Dec 04, 2008 at 01:50:41PM +0100, Werner F. Bruhin wrote: I have something like this in the doc: +==+ | Another way of showing an overview of the content

How to - table format on index pages

2008-12-01 Thread Werner F. Bruhin
I like the table format used on both the Sphinx and the Python doc index pages but can't figure out how this is defined in the index.rst file. I am looking on how to do this section of the page: Documentation Contents http://sphinx.pocoo.org/contents.html for a complete overview Search

Search problem

2008-11-27 Thread Werner F. Bruhin
The search on my test doesn't work anymore. It worked as far as I could see, have done quite a bit of reorganizing source documents, however nothing (at least that I am aware of) with regards to the search functionality. When I search for e.g. wine which is used on my of my documents the