[sage-devel] Re: motivation: here's one reason your contributions to Sage matter...

2013-09-29 Thread Dima Pasechnik
On 2013-09-28, Harald Schilly harald.schi...@gmail.com wrote: On Saturday, September 28, 2013 11:16:55 AM UTC+2, Thierry (sage-googlesucks@xxx) wrote: On Fri, Sep 27, 2013 at 04:35:25PM -0700, Jean-Pierre Flori wrote: Actually we're trying to run a monthly Sage users meeting in Paris,

[sage-devel] Re: Passing mpfr arrays to a c library

2013-09-29 Thread Dima Pasechnik
On 2013-09-27, Volker Braun vbraun.n...@gmail.com wrote: The simpler C++ stuff is now well supported in Cython. Esoteric features will always cause troubles, but just using the std library is easy. Have a look at sage/tests/stl_vector.pyx for an example. there is the line

[sage-devel] Re: Passing mpfr arrays to a c library

2013-09-29 Thread Volker Braun
On Sunday, September 29, 2013 9:21:03 AM UTC+1, Dima Pasechnik wrote: in the loop: cdef Integer accumulator = Integer(0) cdef vector[int].iterator i = self.data.begin() while i != self.data.end(): mpz_add_ui(accumulator.value, accumulator.value, int(i[0])) i += 1 which

Re: [sage-devel] Re: motivation: here's one reason your contributions to Sage matter...

2013-09-29 Thread John Cremona
On 29 September 2013 08:15, Dima Pasechnik dimp...@gmail.com wrote: On 2013-09-28, Harald Schilly harald.schi...@gmail.com wrote: On Saturday, September 28, 2013 11:16:55 AM UTC+2, Thierry (sage-googlesucks@xxx) wrote: On Fri, Sep 27, 2013 at 04:35:25PM -0700, Jean-Pierre Flori wrote:

[sage-devel] Re: Docbuild issues are hard to see and understand

2013-09-29 Thread Eric Gourgoulhon
Hi, I totally subscribe to your point 2: the line numbers provided with warnings during the documentation built do not correspond to actual line numbers in the source files. I do not know the meaning of these line numbers. Does anybody have some hint about this ? Best wishes, Eric. Le

[sage-devel] Re: Docbuild issues are hard to see and understand

2013-09-29 Thread Volker Braun
I think the line numbers are relative to the beginng of the docstring, not the whole file. It would be nice if Sphinx would print some context... On Sunday, September 29, 2013 1:57:53 PM UTC+1, Eric Gourgoulhon wrote: Hi, I totally subscribe to your point 2: the line numbers provided with

Re: [sage-devel] Re: motivation: here's one reason your contributions to Sage matter...

2013-09-29 Thread Harald Schilly
On Sun, Sep 29, 2013 at 1:44 PM, John Cremona john.crem...@gmail.com wrote: +Bristol perhaps. Yes, enough people. I'm not sure what such a group is intended for or what it would do though. I think I'll make an overview page in the next days. @John: I have a broad experience with user

[sage-devel] Re: motivation: here's one reason your contributions to Sage matter...

2013-09-29 Thread rjf
There are several models for rationales for gatherings. It might pay to distinguish among them. 1. Assemblies of people who are devoted to the advancement of the computer software that is the Sage main line of python code, used to glue together the collection of other systems from which it is

[sage-devel] Re: motivation: here's one reason your contributions to Sage matter...

2013-09-29 Thread Keshav Kini
rjf fate...@gmail.com writes: 5. Assemblies of people who study large computer systems, parallel computing, software techniques for compilation, truth maintenance, theorem proving, etc ... in which Sage is some kind of example of a problem and solution which can be explained to others and

[sage-devel] Re: Docbuild issues are hard to see and understand

2013-09-29 Thread Travis Scrimshaw
Hey Andrey, I just fixed a couple of format problems in documentation (using git in case it matters) and had two problems with the way docbuid works: 1. There is no message about warning in the end of the output. As the process takes a while, I am not watching what's going on and when I