Re: [sphinx-dev] contextual help

2012-10-25 Thread Werner
be interested in this too for my wxPython based project. A little googling found these, maybe they are helpful. http://stackoverflow.com/questions/2690732/using-sphinx-to-create-context-sensitive-html-help Werner -- You received this message because you are subscribed to the Google Groups sphinx

Re: [sphinx-dev] Docutils 0.9

2012-05-02 Thread Werner
On 02/05/2012 10:26, Guenter Milde wrote: Dear Sphinxers, the Docutils team is going to release Docutils v. 0.9. Didn't see the PIL import issue mentioned, will this be fixed in this release? https://bitbucket.org/birkenfeld/sphinx/issue/757/again-accessinit-hash-collision-3-for-both Werner

Re: [sphinx-dev] Re: Docutils 0.9

2012-05-02 Thread Werner
Hi Guenter, On 02/05/2012 21:17, Guenter Milde wrote: On 2012-05-02, Werner wrote: On 02/05/2012 10:26, Guenter Milde wrote: Dear Sphinxers, the Docutils team is going to release Docutils v. 0.9. Didn't see the PIL import issue mentioned, will this be fixed in this release? https

Re: [sphinx-dev] Re: Links in source code snippets?

2012-04-30 Thread Werner
://sphinx.pocoo.org/markup/inline.html?highlight=reference Unless I misunderstand what you and Bryan like to get. Werner Am Montag, 27. Februar 2012 23:51:18 UTC+1 schrieb Bryan: All, Is there some way for hilighted source code to include hyperlinks to classes/variables/etc that have

Re: [sphinx-dev] Re: rdbms and sphnix

2012-03-03 Thread werner
Hi Rita, On 03/03/2012 14:32, Rita wrote: Ok. thanks ... .. sqltable:: :sqltable_connection_string: sqlite:///sampledata.db select name from users I think you need a blank line between the select and the :sqltable line Werner -- You received this message because you

Re: [sphinx-dev] Re: rdbms and sphnix

2012-03-03 Thread werner
Werner -- You received this message because you are subscribed to the Google Groups sphinx-dev group. To post to this group, send email to sphinx-dev@googlegroups.com. To unsubscribe from this group, send email to sphinx-dev+unsubscr...@googlegroups.com. For more options, visit this group at http

Re: [sphinx-dev] Sphinx inheritance-diagram Issue

2011-12-12 Thread werner
/graphviz.html#module-sphinx.ext.graphviz Werner -- You received this message because you are subscribed to the Google Groups sphinx-dev group. To post to this group, send email to sphinx-dev@googlegroups.com. To unsubscribe from this group, send email to sphinx-dev+unsubscr...@googlegroups.com. For more

[sphinx-dev] Module index page

2011-12-09 Thread werner
a hint on how to do this. Werner -- You received this message because you are subscribed to the Google Groups sphinx-dev group. To post to this group, send email to sphinx-dev@googlegroups.com. To unsubscribe from this group, send email to sphinx-dev+unsubscr...@googlegroups.com. For more options

Re: [sphinx-dev] Help for translation

2011-10-27 Thread werner
Wouldn't the gettext based translation in Sphinx 1.1 work for this? http://sphinx.pocoo.org/intl.html Never used it but I would think that is its purpose, no? Werner -- You received this message because you are subscribed to the Google Groups sphinx-dev group. To post to this group, send

Re: [sphinx-dev] Nice and consistent graphs

2011-09-26 Thread werner
them for inheritance graphs and do this which I was pointed to do by someone on the list. # draw them top to bottom inheritance_graph_attrs = dict(rankdir=TB, size='10.0, 10.0') inheritance_node_attrs = dict(style='filled') Werner -- You received this message because you are subscribed

Re: [sphinx-dev] Is it possible to customise the mapping from ReST headings to HTML headings?

2011-04-11 Thread werner
that ReST headings are mapped to HTML? sections subsection -- subsub ^^ First maps to H1, second to H2 and third to H3. http://sphinx.pocoo.org/rest.html#sections Werner -- You received this message because you are subscribed to the Google Groups sphinx-dev group

[sphinx-dev] How to tell Sphinx not to copy .svn folders within a subfolder of _static

2011-04-01 Thread werner
with Sphinx 1.0.7 Werner -- You received this message because you are subscribed to the Google Groups sphinx-dev group. To post to this group, send email to sphinx-dev@googlegroups.com. To unsubscribe from this group, send email to sphinx-dev+unsubscr...@googlegroups.com. For more options, visit

[sphinx-dev] generator already executing - exception

2011-03-21 Thread werner
I am running into the same problem with 1.0.7 which had been reported by Andrea for 1.0.3 sometimes last August. Has anyone found a solution for this? Werner -- You received this message because you are subscribed to the Google Groups sphinx-dev group. To post to this group, send email

Re: [sphinx-dev] Where's the documentation for :source: ?

2011-03-17 Thread werner
the docs for it. Where are they? I believe it uses this extension. http://sphinx.pocoo.org/ext/viewcode.html?highlight=configuration Werner -- You received this message because you are subscribed to the Google Groups sphinx-dev group. To post to this group, send email to sphinx-dev

Re: [sphinx-dev] Re: undefined label warning with incorrect line numbers

2011-03-01 Thread werner
On 01/03/2011 08:17, Guenter Milde wrote: On 2011-02-28, werner wrote: On 28/02/2011 10:44, Guenter Milde wrote: On 2011-02-26, werner wrote: On 26/02/2011 22:25, Guenter Milde wrote: ... This is with Sphinx 1.0.7 on Windows 7 and Python 2.6.5 There has been work on a similar problem

Re: [sphinx-dev] Re: undefined label warning with incorrect line numbers

2011-02-28 Thread werner
On 28/02/2011 10:44, Guenter Milde wrote: On 2011-02-26, werner wrote: On 26/02/2011 22:25, Guenter Milde wrote: ... This is with Sphinx 1.0.7 on Windows 7 and Python 2.6.5 There has been work on a similar problem with the Docutils parser (used by Sphinx). What is the Docutils version? 0.7

Re: [sphinx-dev] Re: undefined label warning with incorrect line numbers

2011-02-26 Thread werner
On 26/02/2011 22:25, Guenter Milde wrote: ... This is with Sphinx 1.0.7 on Windows 7 and Python 2.6.5 There has been work on a similar problem with the Docutils parser (used by Sphinx). What is the Docutils version? 0.7 Werner -- You received this message because you are subscribed

Re: [sphinx-dev] autodocumenting warning with 1.0.7

2011-02-22 Thread werner
On 21/02/2011 15:27, werner wrote: Just upgraded to 1.0.7 and I get lots of these: source/headings.txt:4: (WARNING/2) don't know which module to import for autodocumenting u'__init__' (try placing a module or currentmodule directive in the document, or giving an explicit module name) My

[sphinx-dev] undefined label warning with incorrect line numbers

2011-02-22 Thread werner
label: dabo.ui.dfont.dfont (if the link has no caption the label must precede a section header) In this particular case they are all off by 129, i.e. 157 should be 28 etc. Noticed in the release notes for 1.0.6 that should be fixed, do I need to upgrade something? Werner This is with Sphinx

[sphinx-dev] autodocumenting warning with 1.0.7

2011-02-21 Thread werner
: |doc_title| **dAutoBizobj.dAutoBizobj** - class Anyone has an idea why this would cause a problem in 1.0.7 but not in 1.0.4? Werner -- You received this message because you are subscribed

Re: [sphinx-dev] Beginner's Guide?

2011-02-21 Thread werner
/daboDocTest/dabo.ui.dButton.dButton.html Werner -- You received this message because you are subscribed to the Google Groups sphinx-dev group. To post to this group, send email to sphinx-dev@googlegroups.com. To unsubscribe from this group, send email to sphinx-dev+unsubscr...@googlegroups.com. For more

Re: [sphinx-dev] Re: Tab spacing of code

2011-02-17 Thread werner
On 17/02/2011 15:13, Guenter Milde wrote: On 2011-02-16, werner wrote: Docutils has a generic 'tab-width' configuration options, but I don't know how this is set in Sphinx. This has been discussed before: http://groups.google.com/group/sphinx-dev/browse_thread/thread/35b8071ffe9a8feb Thanks

Re: [sphinx-dev] Re: Tab spacing of code

2011-02-16 Thread werner
Guenter, On 16/02/2011 09:51, Guenter Milde wrote: On 2011-02-15, werner wrote: It looks as if the tabs get double expanded, The default is TAB - 8 spaces. is there some setting for this? Could only find tab-width for literalinclude. The per-file tab-width option is also available

[sphinx-dev] Tab spacing of code

2011-02-15 Thread werner
initProperties(self): self.Caption = Press Me def onHit(self, evt): self.Caption = Press Me one more time It looks as if the tabs get double expanded, is there some setting for this? Could only find tab-width for literalinclude. Werner -- You received

Re: [sphinx-dev] Problem with documenting super classes - resolved

2011-02-08 Thread werner
On 06/02/2011 17:20, werner wrote: ... .. include:: headings.txt .. module:: dabo.lib.eventMixin .. currentmodule:: eventMixin .. _lib.eventMixin.EventMixin: === |doc_title| **EventMixin** === |API| Class API === .. autoclass

Re: [sphinx-dev] Problem with documenting super classes

2011-02-06 Thread werner
On 31/01/2011 18:03, werner wrote: On 30/01/2011 11:07, werner wrote: On 29/01/2011 13:43, werner wrote: I am having my first go at trying to document an application with Sphinx, the application is a framework I try to learn which has no searchable documentation, so I thought I might as well

Re: [sphinx-dev] Problem with documenting super classes

2011-02-06 Thread werner
to do quit a bit of namespace mangling, but it still doesn't explain why the automodule approach works and the module/autoclass does not work. Werner P.S. I am back on Sphinx 1.0.4 on Python 2.6 on Windows -- You received this message because you are subscribed to the Google Groups sphinx-dev

[sphinx-dev] Problem with documenting super classes

2011-01-29 Thread werner
to the correct class documentation etc. Can someone give me some hints on what I need to do. Werner -- You received this message because you are subscribed to the Google Groups sphinx-dev group. To post to this group, send email to sphinx-dev@googlegroups.com. To unsubscribe from this group, send

Re: [sphinx-dev] Rst2pdf version 0.16 is out!

2010-10-07 Thread werner
\rst2pdf\styles.py, line 28, in module from rst2pdf.rson import loads as rson_loads File C:\Python26\lib\site-packages\rst2pdf-0.16.dev_r2392-py2.6.egg\rst2pdf\rson.py, line 270 def __getattr__(self, key): ^ Werner -- You received this message because

Re: [sphinx-dev] Rst2pdf version 0.16 is out!

2010-10-07 Thread werner
On 07/10/2010 13:34, Roberto Alsina wrote: On Thursday 07 October 2010 08:25:14 werner wrote: On 06/10/2010 23:46, Roberto Alsina wrote: Finally, a new release of rst2pdf! You can get it at its site: http://rst2pdf.googlecode.com I did a SVN update and setup.py install, after that I see

Re: [sphinx-dev] Done fixes for sphinx 1.0.x

2010-10-04 Thread werner
] createpdf.py:1105 Page 122 [136] - the date formating on the cover page is not fixed (e.g. German locale) The PDF document is build and looks correct with the exception of the date mentioned above. Werner -- You received this message because you are subscribed to the Google Groups sphinx

Re: [sphinx-dev] rst2pdf and 1.0.3 Sphinx issues, was - Finally got around to upgrade to 1.x

2010-09-15 Thread werner
Hi Roberto, On 14/09/2010 15:55, Roberto Alsina wrote: On Sunday 12 September 2010 05:47:20 werner wrote: I looked through the changes for 0.6.5 to 1.0.3 but don't see anything in relation to modules - rst2pdf with 0.6.5 worked for me, so I guess I have just overlooked a change I need to make

[sphinx-dev] rst2pdf and 1.0.3 Sphinx issues, was - Finally got around to upgrade to 1.x

2010-09-12 Thread werner
Has anyone else run into this? - Maybe a more sensible subject line will help to get some tips:) 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

[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

Re: [sphinx-dev] Sphinx 1.0 beta 1 and 0.6.6 released

2010-05-27 Thread werner
?!!! # # m = multi # Z = always unzip # a = always copy # x = exclude scripts # d = install directory # to install - Multiversion easy_install.main(['-Zmad', sitePKG, egg]) Werner -- You received this message because you are subscribed to the Google Groups sphinx-dev group. To post to this group

Re: [sphinx-dev] ReStructuredTextToolsForGedit

2010-03-30 Thread werner
directives also working, but I don't think there is such a build command in Sphinx at this time - would be very happy if someone would correct me on this. Werner -- You received this message because you are subscribed to the Google Groups sphinx-dev group. To post to this group, send email

Re: [sphinx-dev] rst2pdf 0.13 released

2010-03-15 Thread werner
font: stdSansBold [ERROR] styles.py:376 Unknown font: stdSansBold,replacing with Helvetica The last three lines repeat some more. Checking the rst2pdf/styles folder I only have .json files. BTW, I am on Sphinx 0.6.3 Werner -- You received this message because you are subscribed to the Google

Re: [sphinx-dev] rst2pdf 0.13.1 released

2010-03-15 Thread werner
Hi Robert, Thanks for the quick reply. On 15/03/2010 15:50, Roberto Alsina wrote: On Monday 15 March 2010 09:39:09 werner wrote: Roberto, ... Congratulations, you just found a bug in the stylesheet cascading code ;-) Sorry about that ;-) A quick fix: instead of creating

Re: [sphinx-dev] rst2pdf 0.13.1 released

2010-03-15 Thread werner
documentation around which explains some of this magic? E.g. all these style sheet stuff, what needs to be overridden for e.g. the TOC to have different page numbers (i, ii etc). As soon as I fix it, there may be a 0.13.2 out. That would be great. Thanks again Werner -- You received

Re: [sphinx-dev] A word of thanks

2010-01-04 Thread werner
Meera wrote: Greetings, A happy 2010 to the development team of sphinx, and the community behind it. + a lot :-) Werner -- You received this message because you are subscribed to the Google Groups sphinx-dev group. To post to this group, send email to sphinx-...@googlegroups.com

Re: [sphinx-dev] ReST filter for aspell?

2010-01-02 Thread werner
to be installed separately. Unfortunately it doesn't know about Sphinx extensions to .rst and therefore it's single .rst doc rendering/preview in an html window is not as good as it could be. All the best for the New Year, especially great health to everyone. Werner -- You received this message

Re: [sphinx-dev] Re: rst2pdf - a couple of questions

2009-11-25 Thread werner
Hi Roberto, ralsina wrote: On Nov 24, 7:32 am, Roberto Alsina rals...@netmanagers.com.ar wrote: On Tuesday 24 November 2009 05:16:42 werner wrote: What is the easiest way to get a logo onto the PDF cover page? This still needs work, the cover page is pretty much fixed. You

Re: [sphinx-dev] Re: rst2pdf - a couple of questions

2009-11-25 Thread werner
Hi Roberto, Roberto Alsina wrote: On Wednesday 25 November 2009 10:11:36 werner wrote: That would be great. Any chance that you could also allow for page numbers (e.g. Page 'n' or Page 'n' of 'tn' or similar), either in the header or footer of each page - or is there some support

Re: [sphinx-dev] Re: rst2pdf - a couple of questions

2009-11-25 Thread werner
, defaultFooter : ###Page### } } } Thanks for being patient with me Werner -- You received this message because you are subscribed to the Google Groups sphinx-dev group. To post to this group, send email to sphinx-...@googlegroups.com. To unsubscribe from this group, send email to sphinx

Re: [sphinx-dev] Re: rst2pdf - a couple of questions

2009-11-25 Thread werner
Hi Roberto, Roberto Alsina wrote: On Wednesday 25 November 2009 12:20:45 werner wrote: Do I understand correctly, as I only want to add page numbers I could do: pdf_stylesheets = ['sphinx', 'sphinx-mine', ] And sphinx-mine.json would just need to contain: { pageTemplates

[sphinx-dev] rst2pdf - a couple of questions

2009-11-24 Thread werner
on this. Werner -- You received this message because you are subscribed to the Google Groups sphinx-dev group. To post to this group, send email to sphinx-...@googlegroups.com. To unsubscribe from this group, send email to sphinx-dev+unsubscr...@googlegroups.com. For more options, visit this group

[sphinx-dev] rst2pdf - image sizes

2009-10-21 Thread werner
is going to be tiny (maybe 1 or 2 cm wide). I then tried to use :width: 14cm, but again the image is very small. I like to get rid of the messages, but keep the size rst2pdf uses when I don't specify any width - what setting should I use to accomplish this? Werner

[sphinx-dev] Re: rst2pdf - image sizes

2009-10-21 Thread werner
werner wrote: I get the following warning for all my images (BTW, most of them are screen captures of an application) as I have not defined a width setting. [WARNING] createpdf.py:377 Using image C:\Dev\twcb-doc\en\source\_screenimages\initial.png without specifying size.Calculating

[sphinx-dev] Re: rst2pdf - image sizes

2009-10-21 Thread werner
another column I ended up going with grid tables instead. Werner --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups sphinx-dev group. To post to this group, send email to sphinx-dev@googlegroups.com To unsubscribe

[sphinx-dev] Re: rst2pdf version 0.12.1 released

2009-10-18 Thread werner
Roberto and I had some of list communication, so the following is just for the archive. werner wrote: Roberto, Roberto Alsina wrote: On Friday 16 October 2009 05:49:37 werner wrote: Roberto, Roberto Alsina wrote: On Thursday 15 October 2009 11:43:23 werner

[sphinx-dev] Re: rst2pdf version 0.12.1 released

2009-10-16 Thread werner
Roberto, Roberto Alsina wrote: On Thursday 15 October 2009 11:43:23 werner wrote: Roberto, Made a little bit of progress. Added this to my conf.py: import pkg_resources pkg_resources.require(rst2pdf) # get latest version import rst2pdf I am still getting Builder name pdf

[sphinx-dev] Re: rst2pdf version 0.12.1 released

2009-10-16 Thread Werner F. Bruhin
). Attaching a Zip is not allowed, I'll send it to you directly. Hope this helps Werner --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups sphinx-dev group. To post to this group, send email to sphinx-dev@googlegroups.com

[sphinx-dev] Re: rst2pdf version 0.12.1 released

2009-10-15 Thread werner
/dialogProgramError.png :scale: 75 :align: center :target: _images/dialogProgramError.png |imagecaption| Peaking at createpdf.py I wonder if this is just not yet supported? Best regards Werner --~--~-~--~~~---~--~~ You received this message because you

[sphinx-dev] Re: rst2pdf version 0.12.1 released

2009-10-14 Thread werner
: (ERROR/3) Unknown interpreted text role ref. BTW, are there any plans to integrate this into Sphinx in some form and have a builder command like we currently have for html, or htmlhelp etc? Best regards Werner --~--~-~--~~~---~--~~ You received this message

[sphinx-dev] Re: rst2pdf version 0.12.1 released

2009-10-14 Thread werner
Roberto, Roberto Alsina wrote: On Wednesday 14 October 2009 05:35:20 werner wrote: Roberto, I just tried with indextoc.rst which in my case contains the top toctree, but I am getting an error indextoc.rst:62: (ERROR/3) Unknown interpreted text role ref. Yes, trying to process

[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

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
: WARNING: term not in glossary: drinks I am using 0.6.1 on Python 2.5.4 on Vista. Werner --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups sphinx-dev group. To post to this group, send email to sphinx-dev

Re: Status update

2009-05-03 Thread Werner F. Bruhin
release, but keeping the class alias and raise warning when it is used. Now for the new name the only one I can think of is pclass (for python class). But if Sphinx is used for documenting other languages the rational of this name is lost. What about sclass then for Sphinx class? Werner

Re: Sphinx version(s)?

2009-04-07 Thread Werner F. Bruhin
personalize the look and with some more effort one can do even more (just seeing what e.g. SQLAlchemy has done with theirs). Werner --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups sphinx-dev group. To post to this group, send

Re: Question on Glossary

2009-03-28 Thread Werner F. Bruhin
to avoid the warning, it would be better. Just noticed in the 0.6.1 doc a: .. toctree:: :hidden: That should probably do the trick for you. Werner --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups sphinx-dev

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
at TurboGears (http://www.turbogears.org) and what they have done for commenting their documentation (which is Sphinx based)? http://www.turbogears.org/2.0/docs/ Werner --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups sphinx

Re: html french output

2009-03-19 Thread Werner F. Bruhin
... I can't find this in either of the two files, so it probably means that George has to define this in the code as translatable. Werner --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups sphinx-dev group. To post

Re: Problems with search function

2009-02-20 Thread Werner F. Bruhin
://www.spiritissimo.com/test/ Werner --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups sphinx-dev group. To post to this group, send email to sphinx-dev@googlegroups.com To unsubscribe from this group, send email

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
:: |imagebasefolder|_screenimages/dialogPurchaseNewWine.png Is there a way of doing the above without having to resort to renaming or copying whole folders with all the images on each build? Werner --~--~-~--~~~---~--~~ You received this message because you are subscribed

Re: Sub-Version not showing in footer

2008-12-17 Thread werner
On Dec 17, 2:47 pm, Werner F. Bruhin wbru...@gmail.com wrote: Just a very small thing. The footer only shows 0.5. instead of 0.5.1. Fixed, the issue was that the scripts in C:\Python25\Scripts did not get upgraded when I easy_installed 0.5.1. Manually changing them fixed the issue. Werner

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
in the .rst file? Thanks for any pointers Werner --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups sphinx-dev group. To post to this group, send email to sphinx-dev@googlegroups.com To unsubscribe from this group, send

Search problem

2008-11-27 Thread Werner F. Bruhin
. Is there anything special one has to watch out for to ensure that search works? Thanks for any hints Werner --~--~-~--~~~---~--~~ You received this message because you are subscribed to the Google Groups sphinx-dev group. To post to this group, send email to sphinx-dev