Not able to generate the PDF using MikTex 2.7

2008-11-01 Thread ksachdeva
Hi, I am able to generate HTML and tex from a very basic (actually the content created by sphinx quick start) setup but when I try to generate pdf using pdftex utility I get bunch of errors and nothing gets generated. Again, I have not added anything to the project created by sphinx quick start.

Search not working as I expected

2008-11-01 Thread Roger Binns
If I search for a partial string then it is found. For example searching for modul will find module etc. I have a page with some constants that looks like this: :const:`SQLITE_STATUS_ONE`, :const:`SQLITE_STATUS_TWO`, :const:`SQLITE_STATUS_THREE` If I do a search for SQLITE_STATUS then

Re: Not able to generate the PDF using MikTex 2.7

2008-11-01 Thread Georg Brandl
ksachdeva schrieb: Hi, I am able to generate HTML and tex from a very basic (actually the content created by sphinx quick start) setup but when I try to generate pdf using pdftex utility I get bunch of errors and nothing gets generated. Again, I have not added anything to the project

Re: Not able to generate the PDF using MikTex 2.7

2008-11-01 Thread Yarko T
I don't know all the steps (the makefile didn't cut it once the *.tex file was generated for me), but I know that using WinEdt (which runs MixTeX) it all just works you might try that. Yarko. On Sat, Nov 1, 2008 at 9:21 AM, Georg Brandl [EMAIL PROTECTED] wrote: ksachdeva schrieb: Hi,

Re: Indicating level by font size in the table of contents

2008-11-01 Thread Georg Brandl
Janet Swisher schrieb: On Tue, Oct 28, 2008 at 5:47 PM, Gael Varoquaux [EMAIL PROTECTED] wrote: Hi sphinx-devs (Hi Georg), As our documentation is gorwing, we are starting to have a fairly deep tree of sections: http://code.enthought.com/projects/mayavi/docs/development/html/mayavi/ As

Re: Search not working as I expected

2008-11-01 Thread Georg Brandl
Roger Binns schrieb: If I search for a partial string then it is found. For example searching for modul will find module etc. I have a page with some constants that looks like this: :const:`SQLITE_STATUS_ONE`, :const:`SQLITE_STATUS_TWO`, :const:`SQLITE_STATUS_THREE` If I do a search

Re: Icon doesn't seem to get used locally

2008-11-01 Thread Georg Brandl
Bruce Eckel schrieb: If you set an icon and compile it in, the icon doesn't seem to show up when you open the file locally. For what it's worth, the icon line produced by sphinx is: link rel=shortcut icon href=_static/favicon.ico/ If that is the correct path for the icon, the browser is

Re: Version control (was Re: Autosummary)

2008-11-01 Thread Gael Varoquaux
On Sat, Nov 01, 2008 at 04:14:10PM +0100, Georg Brandl wrote: So, I'm asking all of you: what would you prefer -- SVN at Google, with very liberal commit policies, or Mercurial? My experience is that DVCS makes a big difference. I really enjoy it. Gaƫl

Re: Version control (was Re: Autosummary)

2008-11-01 Thread Rok Garbas
On Sat, Nov 1, 2008 at 4:14 PM, Georg Brandl [EMAIL PROTECTED] wrote: So, I'm asking all of you: what would you prefer -- SVN at Google, with very liberal commit policies, or Mercurial? i'm not (yet) a contributor, but i'm working extensivly with sphinx last month and will continue in the

Re: Version control (was Re: Autosummary)

2008-11-01 Thread Yarko T
DVCS is nice - and lightweight on a potential contributor's local machine.. Could we keep it python-ish, so that contributing platforms don't get in the way? The nice thing about SVN is is seems to run everywhere mercurial too (but you need to compile C code if not); bazaar is all python;

Re: Version control (was Re: Autosummary)

2008-11-01 Thread Bruce Eckel
I'm using everything Launchpad, including Bazaar, for my project. That said, I'm still learning DVCS and Bazaar, but I like all the support tools that Launchpad provides, and that they're all in one place, and that there's money behind development. On Sat, Nov 1, 2008 at 12:15 PM, Yarko T [EMAIL

Re: Version control (was Re: Autosummary)

2008-11-01 Thread Sebastien Douche
On Sat, Nov 1, 2008 at 19:15, Yarko T [EMAIL PROTECTED] wrote: I'd vote for one of the later two (hg or bzr). In fact, I've found a most of what I need bazaar site (launchpad), but not found a hosting place similarly configured for hg, so would be curious to hear what other people are using

Re: Version control (was Re: Autosummary)

2008-11-01 Thread Hans Fangohr
alternate possibility to directly take the step to a DVCS. So, I'm asking all of you: what would you prefer -- SVN at Google, with very liberal commit policies, or Mercurial? While I am not contributing to sphinx, I'd like to support the vote for Mercurial. I have used over the years cvs

Re: Version control (was Re: Autosummary)

2008-11-01 Thread Yarko T
I used to be on the hg end also - but I was participating in projects on Launchpad; that started to erode my preference I think later (1.5?) releases of bzr are snappier... Anyway - the supporting environment is important (look at sourceforge, code.google, launchpad...) Sebastian: thanks

Re: Version control (was Re: Autosummary)

2008-11-01 Thread Yarko T
I think Project Kenai bears more looking into (at least by me...)... At first look, it seems pretty feature reach. On Sat, Nov 1, 2008 at 2:46 PM, Sebastien Douche [EMAIL PROTECTED] wrote: On Sat, Nov 1, 2008 at 19:15, Yarko T [EMAIL PROTECTED] wrote: I'd vote for one of the later two (hg