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 2, 2008 at 9:57 AM, Hans Fangohr <[EMAIL PROTECTED]> wrote:
>
>>
>> >
>> > One nice thing about Bazaar is that they've integrated it with
>> > Tortoise on Windows, so you can do things within the GUI rather than
>> > being forced to use the command line.
>>
>> There is also TortoiseHg (http://tortoisehg.sourceforge.net/).
>>
>> Cheers,
>>
>> Hans
>>
>> >
>> >
>> > On Sat, Nov 1, 2008 at 11:25 PM, Gour <[EMAIL PROTECTED]> wrote:
>> > > "Yarko" == 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), although not being
>> > contributor (yet), but in the process of learning Python...
>> >
>> >
>> > Sincerely,
>> > Gour
>> >
>> > --
>> >
>> > Gour  | Zagreb, Croatia  | GPG key: C6E7162D
>> > 
>> >
>> >
>> >
>> > --
>> > Bruce Eckel
>> >
>> >
>> > >
>>
>>
>> >>
>>
>

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en
-~--~~~~--~~--~--~---



Re: Version control

2008-11-02 Thread Yarko T
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 2, 2008 at 9:57 AM, Hans Fangohr <[EMAIL PROTECTED]> wrote:

>
> >
> > One nice thing about Bazaar is that they've integrated it with
> > Tortoise on Windows, so you can do things within the GUI rather than
> > being forced to use the command line.
>
> There is also TortoiseHg (http://tortoisehg.sourceforge.net/).
>
> Cheers,
>
> Hans
>
> >
> >
> > On Sat, Nov 1, 2008 at 11:25 PM, Gour <[EMAIL PROTECTED]> wrote:
> > > "Yarko" == 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), although not being
> > contributor (yet), but in the process of learning Python...
> >
> >
> > Sincerely,
> > Gour
> >
> > --
> >
> > Gour  | Zagreb, Croatia  | GPG key: C6E7162D
> > 
> >
> >
> >
> > --
> > Bruce Eckel
> >
> >
> > >
>
>
> >
>

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en
-~--~~~~--~~--~--~---



Re: ANNOUNCEMENT: New source code location

2008-11-02 Thread Georg Brandl

Gour schrieb:
>> "Georg" == Georg Brandl <[EMAIL PROTECTED]> writes:
> 
> Georg> Hi,
> 
> 
> Georg> after some deliberation, I've decided to get Sphinx' source
> Georg> control away from the Python SVN repository, and use a
> Georg> DVCS. Since I'm already comfortable using Mercurial for other
> Georg> projects, I've stayed with it, and decided to give the new
> Georg> hosting site bitbucket.org a chance.
> 
> Although I'd be more happy with bzr/LP, I congratulate you for leaving
> SVN and moving to DVCS land!
> 
> 
> Georg> http://www.bitbucket.org/birkenfeld/sphinx/
> 
> I cloned the repo and here is one 2.6 warning:
> 
> [EMAIL PROTECTED] hg] hg clone http://www.bitbucket.org/birkenfeld/sphinx/
> destination directory: sphinx
> /usr/lib/python2.6/site-packages/mercurial/demandimport.py:46: 
> DeprecationWarning: the sha module is deprecated; use the hashlib module
>   instead mod = _origimport(head, globals, locals) Sincerely, Gour

I get that too; I expect the next hg release will have fixed that.

Georg

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en
-~--~~~~--~~--~--~---



Re: ANNOUNCEMENT: New source code location

2008-11-02 Thread Gour
> "Georg" == Georg Brandl <[EMAIL PROTECTED]> writes:

Georg> Hi,


Georg> after some deliberation, I've decided to get Sphinx' source
Georg> control away from the Python SVN repository, and use a
Georg> DVCS. Since I'm already comfortable using Mercurial for other
Georg> projects, I've stayed with it, and decided to give the new
Georg> hosting site bitbucket.org a chance.

Although I'd be more happy with bzr/LP, I congratulate you for leaving
SVN and moving to DVCS land!


Georg> http://www.bitbucket.org/birkenfeld/sphinx/

I cloned the repo and here is one 2.6 warning:

[EMAIL PROTECTED] hg] hg clone http://www.bitbucket.org/birkenfeld/sphinx/
destination directory: sphinx
/usr/lib/python2.6/site-packages/mercurial/demandimport.py:46: 
DeprecationWarning: the sha module is deprecated; use the hashlib module
  instead mod = _origimport(head, globals, locals) Sincerely, Gour


Sincerely,
Gour

-- 

Gour  | Zagreb, Croatia  | GPG key: C6E7162D



pgpEnMpo6UZ21.pgp
Description: PGP signature


ANNOUNCEMENT: New source code location

2008-11-02 Thread Georg Brandl

Hi,

after some deliberation, I've decided to get Sphinx' source control away from
the Python SVN repository, and use a DVCS. Since I'm already comfortable using
Mercurial for other projects, I've stayed with it, and decided to give the new
hosting site bitbucket.org a chance.

New URLs


The new development home for Sphinx is now:

http://www.bitbucket.org/birkenfeld/sphinx/

This is at the same time is the Mercurial repo URL.

The Wiki and issue tracker there should replace the Google Code ones. I've
ported all issues from the old tracker, so that there is no discontinuity
in issue numbering.

Mercurial (Hg) basics
=

For those of you not yet acquainted with the Hg (or similar) VCS, here are
the basics:

* Instead of checking out a branch, you *clone* the entire repository.
* To update it, you can *pull* the changesets from other clones of the
  same repository.
* You can commit changesets, but they go into your "private" repository.
  To make them available to other users, you can, provided you're allowed
  to, *push* them into the "main" one.

So, if you only want to follow the trunk, you need to

$ hg clone http://www.bitbucket.org/birkenfeld/sphinx/

and to update, use

$ hg pull

There's also a graphical UI for Windows, called TortoiseHg (google it!).
I want to make the switch easy for each of you, so if there are further
questions, please don't hesitate to ask!

Contrib repos
=

Creating your own Sphinx repo, as seen, is easy. If you want to host custom
extensions or patches, you can host them in it, and make it public at BitBucket
(or any other hosting site) too.

Repo URLs should then be collected in the Wiki page on the Sphinx bitbucket.org
site.


cheers,
Georg

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en
-~--~~~~--~~--~--~---



Re: Version control

2008-11-02 Thread Hans Fangohr

>
> One nice thing about Bazaar is that they've integrated it with  
> Tortoise on Windows, so you can do things within the GUI rather than  
> being forced to use the command line.

There is also TortoiseHg (http://tortoisehg.sourceforge.net/).

Cheers,

Hans

>
>
> On Sat, Nov 1, 2008 at 11:25 PM, Gour <[EMAIL PROTECTED]> wrote:
> > "Yarko" == 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), although not being
> contributor (yet), but in the process of learning Python...
>
>
> Sincerely,
> Gour
>
> --
>
> Gour  | Zagreb, Croatia  | GPG key: C6E7162D
> 
>
>
>
> -- 
> Bruce Eckel
>
>
> >


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en
-~--~~~~--~~--~--~---



Re: Version control

2008-11-02 Thread Bruce Eckel
One nice thing about Bazaar is that they've integrated it with Tortoise on
Windows, so you can do things within the GUI rather than being forced to use
the command line.

On Sat, Nov 1, 2008 at 11:25 PM, Gour <[EMAIL PROTECTED]> wrote:

> > "Yarko" == 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), although not being
> contributor (yet), but in the process of learning Python...
>
>
> Sincerely,
> Gour
>
> --
>
> Gour  | Zagreb, Croatia  | GPG key: C6E7162D
> 
>



-- 
Bruce Eckel

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en
-~--~~~~--~~--~--~---



Question about Info field lists

2008-11-02 Thread Kent Tenney

current SVN
Sphinx/doc/_build/html/markup/desc.html#info-field-lists

.. function:: format_exception(etype, value, tb[, limit=None])

   Format the exception with a traceback.

   :param object: exception type
   :param value: exception value

The first :param: mentions ``object``, should be ``etype`` ?

Rendered as following, param name and type run together ?

Parameters: 

* objectexception type
* valueexception value
* tbtraceback object
* limit (integer or None)maximum number of stack frames to show

Return type: list of strings

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en
-~--~~~~--~~--~--~---



Re: Version control (was Re: Autosummary)

2008-11-02 Thread Nicola Larosa (tekNico)

Georg Brandl wrote:
> So, I'm asking all of you: what would you prefer -- SVN at Google,
> with very liberal commit policies, or Mercurial?

I'll cast my vote too, FWIW.

+1 for Mercurial.

+0 for Bazaar-NG.

-1 for git. Let's be pythonic in tools too, as far as possible.

--
Nicola Larosa - http://www.tekNico.net/

Look, it's a "connect-the-dots" game... when all the dots are
connected,
the word *Y.I.K.E.S.* appears. - Jon Husband, June 2008

--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en
-~--~~~~--~~--~--~---



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

2008-11-02 Thread Roger Binns

>> Those are reasonable choices, but not everybody will want them.
>> However, if there were class attributes on the levels in the TOC
>> (e.g., "toc-tree-l1", "toc-tree-l2", etc.), then it would be easier
>> than it is currently to create specific styles for them. So I would
>> modify your request in that way.
> 
> That sounds reasonable. I'll look at implementing it.

If you are in the process of fixing styles, it would be nice to apply
them to code-blocks too.  For example if I have:

  .. code-block:: python

Then have the CSS classes be "highlight" (currently done) and
"highlight-python".  (I want to mess with "highlight-text" to format
output.)

Roger


--~--~-~--~~~---~--~~
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 [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sphinx-dev?hl=en
-~--~~~~--~~--~--~---