Re: [Numpy-discussion] What happened to numpy-docs ?

2008-11-27 Thread Pauli Virtanen
Thu, 27 Nov 2008 01:13:19 -0500, Pierre GM wrote:
[clip]
 Pauli, do you think you could put your numpyext in the doc/ directory as
 well ?

Yes, Numpy SVN would probably be a more natural place for the stuff.

-- 
Pauli Virtanen

___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion


Re: [Numpy-discussion] What happened to numpy-docs ?

2008-11-27 Thread Scott Sinclair
2008/11/27 Pauli Virtanen [EMAIL PROTECTED]:
 Thu, 27 Nov 2008 08:39:32 +0200, Scott Sinclair wrote:
 [clip]
 I have been under the impression that the documentation on the doc wiki
 http://docs.scipy.org/numpy/Front%20Page/ immediately (or at least very
 quickly) reflected changes in SVN and that changes to the docs in the
 wiki need to be manually checked in to SVN.  Admittedly I have no good
 reason to make this assumption.

 It's manual, somebody with admin privileges must go and click a button to
 update it.

 But there's no reason why it couldn't be automatic. It should be trivial
 to rig up a cron job that runs whenever there are new revisions in SVN,
 so let's put this in the todo list.

I think this is a sensible goal, people editing in the wiki may not be
aware of what's happening in SVN. Nice to see that the Scipy docs are
now available as well!

Cheers,
Scott
___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion


Re: [Numpy-discussion] What happened to numpy-docs ?

2008-11-26 Thread Robert Kern
On Wed, Nov 26, 2008 at 23:27, Pierre GM [EMAIL PROTECTED] wrote:
 All,
 I'd like to update routines.ma.rst on the numpy/numpy-docs/trunk SVN,
 but the whole trunk seems to be MIA... Where has it gone ? How can I
 (where should I)  commit changes ?

It got moved into the numpy trunk under docs/.

-- 
Robert Kern

I have come to believe that the whole world is an enigma, a harmless
enigma that is made terrible by our own mad attempt to interpret it as
though it had an underlying truth.
  -- Umberto Eco
___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion


Re: [Numpy-discussion] What happened to numpy-docs ?

2008-11-26 Thread David Cournapeau
On Thu, Nov 27, 2008 at 2:32 PM, Robert Kern [EMAIL PROTECTED] wrote:
 On Wed, Nov 26, 2008 at 23:27, Pierre GM [EMAIL PROTECTED] wrote:
 All,
 I'd like to update routines.ma.rst on the numpy/numpy-docs/trunk SVN,
 but the whole trunk seems to be MIA... Where has it gone ? How can I
 (where should I)  commit changes ?

 It got moved into the numpy trunk under docs/.

While we are speaking about the moved docs: is it decided how we will
distribute it ? For now, it is not included in the generated tarball,
but I was wondering how we should distribute it (before, it went into
.../site-packages/numpy/doc). Distutils does not have the notion of an
installed doc outside the package itself, right ?

cheers,

David
___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion


Re: [Numpy-discussion] What happened to numpy-docs ?

2008-11-26 Thread Pierre GM

On Nov 27, 2008, at 12:32 AM, Robert Kern wrote:

 On Wed, Nov 26, 2008 at 23:27, Pierre GM [EMAIL PROTECTED] wrote:
 All,
 I'd like to update routines.ma.rst on the numpy/numpy-docs/trunk SVN,
 but the whole trunk seems to be MIA... Where has it gone ? How can I
 (where should I)  commit changes ?

 It got moved into the numpy trunk under docs/.

Duh... Guess I fell right at the time of the change.
Robert, thx a lot!
Pauli, do you think you could put your numpyext in the doc/ directory  
as well ?
Cheers,
P.
___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion


Re: [Numpy-discussion] What happened to numpy-docs ?

2008-11-26 Thread Scott Sinclair
2008/11/27 Pierre GM [EMAIL PROTECTED]:
 I'd like to update routines.ma.rst on the numpy/numpy-docs/trunk SVN,
 but the whole trunk seems to be MIA... Where has it gone ? How can I
 (where should I)  commit changes ?

Hi Pierre,

I've done a little bit of that at
http://docs.scipy.org/numpy/docs/numpy-docs/reference/routines.ma.rst

Which brings up the question of duplicating effort..

I have been under the impression that the documentation on the doc
wiki http://docs.scipy.org/numpy/Front%20Page/ immediately (or at
least very quickly) reflected changes in SVN and that changes to the
docs in the wiki need to be manually checked in to SVN.  Admittedly I
have no good reason to make this assumption.

Looking at some recent changes made to docstrings in SVN by Pierre
(r6110  r6111), these are not yet reflected in the doc wiki. I guess
my question is aimed at Pauli - How frequently does the doc wiki's
version of SVN get updated and is this automatic or does it require
manual intervention?

Thanks,
Scott
___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion


Re: [Numpy-discussion] What happened to numpy-docs ?

2008-11-26 Thread Robert Kern
On Wed, Nov 26, 2008 at 23:51, David Cournapeau [EMAIL PROTECTED] wrote:
 On Thu, Nov 27, 2008 at 2:32 PM, Robert Kern [EMAIL PROTECTED] wrote:
 On Wed, Nov 26, 2008 at 23:27, Pierre GM [EMAIL PROTECTED] wrote:
 All,
 I'd like to update routines.ma.rst on the numpy/numpy-docs/trunk SVN,
 but the whole trunk seems to be MIA... Where has it gone ? How can I
 (where should I)  commit changes ?

 It got moved into the numpy trunk under docs/.

 While we are speaking about the moved docs: is it decided how we will
 distribute it ? For now, it is not included in the generated tarball,
 but I was wondering how we should distribute it (before, it went into
 .../site-packages/numpy/doc).

I recommend a numpy-doc-1.x.zip file on the download site.

 Distutils does not have the notion of an
 installed doc outside the package itself, right ?

Nope.

-- 
Robert Kern

I have come to believe that the whole world is an enigma, a harmless
enigma that is made terrible by our own mad attempt to interpret it as
though it had an underlying truth.
  -- Umberto Eco
___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion


Re: [Numpy-discussion] What happened to numpy-docs ?

2008-11-26 Thread Pierre GM

On Nov 27, 2008, at 1:39 AM, Scott Sinclair wrote:
 Looking at some recent changes made to docstrings in SVN by Pierre
 (r6110  r6111), these are not yet reflected in the doc wiki.

  Well, I haven't committed my version yet. I'm polishing a couple of  
issues with functions that are not recognized as such by inspect  
(because they're actually instances of a factory class).

___
Numpy-discussion mailing list
Numpy-discussion@scipy.org
http://projects.scipy.org/mailman/listinfo/numpy-discussion