Re: latex error

2008-11-09 Thread Yarko T
I installed cygwin, and ran make from that. For latex, I use MikTeX, and have good (great, broad) success using WinEdt to control MikTex There were some latex fixes in the trunk, so I would go to http://www.bitbucket.org/birkenfeld/sphinx/ and download an archive of the current trunk (or if you

Re: Latest Tip of Sphinx has a typo... startup error...

2008-11-08 Thread Yarko T
sorry - I forgot I had a branch - should have just pushed it up originally now I'm starting to like Bitbucket ;-) On Sat, Nov 8, 2008 at 1:53 AM, Georg Brandl [EMAIL PROTECTED] wrote: yarko schrieb: sphinx/application.py: line 111: __released__ (need two trailing underscores):

Re: Implementation of a ToDo directive

2008-11-08 Thread Yarko T
... On Fri, Nov 7, 2008 at 6:06 PM, Yarko T [EMAIL PROTECTED] wrote: Hi Daniel, Thanks for posting this. It caused me to read about extensions to Sphinx... I don't know if Im missing something in config somewhere - I put in one test .. todo:: and the node seems to be created

Re: Asterisk'd image, with path

2008-11-06 Thread Yarko T
saw that - thanks... On Thu, Nov 6, 2008 at 3:57 AM, Georg Brandl [EMAIL PROTECTED] wrote: yarko schrieb: In the current tree, this fails: .. image:: _images/foo.* The path gets lost in processing this for the builders. I'll have a patch for this in a moment... Thanks for the

Re: Asterisk'd image, with path

2008-11-05 Thread Yarko T
On Wed, Nov 5, 2008 at 10:16 PM, yarko [EMAIL PROTECTED] wrote: In the current tree, this fails: .. image:: _images/foo.* The path gets lost in processing this for the builders. I'll have a patch for this in a moment... Yarko I also found a minor problem w/ Latex generation: title /

Re: ANNOUNCEMENT: New source code location

2008-11-03 Thread Yarko T
This cheat-sheet might be a useful introduction - http://edong.net/2008v1/docs/dongwoo-Hg-120dpi.png or http://edong.net/2008v1/docs/dongwoo-Hg-PDF.pdf On Mon, Nov 3, 2008 at 12:51 AM, Georg Brandl [EMAIL PROTECTED] wrote: Gour schrieb: Georg == Georg Brandl [EMAIL PROTECTED] writes:

Re: Version control

2008-11-02 Thread Yarko T
... that should be WingIDE... On Mon, Nov 3, 2008 at 1:50 AM, Yarko T [EMAIL PROTECTED] wrote: I use WindIDE (which I find just too useful), and I had to uninstall TortoiseBZR because it causes conflicts, so for both of these I'm in command line mode (which, frankly, is fine). On Sun, Nov

Re: Version control

2008-11-02 Thread Yarko T
== Yarko T [EMAIL PROTECTED] writes: Yarko I used to be on the hg end also - but I was participating in Yarko projects on Launchpad; that started to erode my preference I Yarko think later (1.5?) releases of bzr are snappier... +1 for bzr LP (coming from DVCS land of darcs

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: 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 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

Re: Single-File HTML Builder, Sphinx-Build Output, rst2pdf

2008-10-28 Thread Yarko T
As for PDF generation, just generate LaTeX and generate PDF from that (I do it on a PC w/ MikTeX driven by WinEdt - I know nothing about LaTeX, and it works great). On Tue, Oct 28, 2008 at 6:44 PM, chris [EMAIL PROTECTED] wrote: Try from sphinx.util.console import nocolor nocolor() I'm

Re: Single-File HTML Builder, Sphinx-Build Output, rst2pdf

2008-10-28 Thread Yarko T
. But there's the ticket - whatever works for you. On Tue, Oct 28, 2008 at 10:12 PM, Doug Hellmann [EMAIL PROTECTED]wrote: On Oct 28, 2008, at 10:36 PM, Max Battcher wrote: Yarko T wrote: As for PDF generation, just generate LaTeX and generate PDF from that (I do it on a PC w/ MikTeX

Re: Single-File HTML Builder, Sphinx-Build Output, rst2pdf

2008-10-28 Thread Yarko T
Just looked at that TeX Live link - will have to check that out (some weekend, or on another PC). Thanks for the link. On Tue, Oct 28, 2008 at 11:28 PM, Yarko T [EMAIL PROTECTED] wrote: I had a similar experience w/ MiKTeX on my PC I tried getting reportlab setup (didn't try too hard