[sage-devel] Re: Reference Style for Documentation?

2010-12-27 Thread Eviatar
Sorry, this is the link I wanted to post: http://tinyurl.com/26dcx8e -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/grou

[sage-devel] Reference Style for Documentation?

2010-12-27 Thread Eviatar
Hello, I think there should be a consistent reference style throughout the Sage documentation; there doesn't seem to be one now. AMS seems appropriate, http://tinyurl.com/2dknqzh. What do you think? -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this g

Re: [sage-devel] Re: How is matrix action on vectors implemented?

2010-12-27 Thread Robert Bradshaw
On Mon, Dec 27, 2010 at 3:36 PM, Simon King wrote: > Hi Robert! > > On 27 Dez., 22:26, Robert Bradshaw > wrote: >> sage: M = matrix(ZZ, 2, 2) >> sage: space = M.parent(); space >> Full MatrixSpace of 2 by 2 dense matrices over Integer Ring >> sage: space.get_act >> space.get_action       space.ge

[sage-devel] Re: one page per method or function

2010-12-27 Thread Kwankyu Lee
Hi, I like the new approach. In the same vein, the Contents page may be restructured such that it lists only chapter titles, and each chaper has its own contents page. The current Contents page is too long to scroll down to reach what I want. Kwankyu -- To post to this group, send an email to

[sage-devel] Re: one page per method or function

2010-12-27 Thread Kwankyu Lee
Hi, I love the reference manual in the new format. For building time problem, users may be given several choices, one of which might be just to download the built documentation from the web. Kwankyu -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this

[sage-devel] Re: How is matrix action on vectors implemented?

2010-12-27 Thread Simon King
Hi Robert! On 27 Dez., 22:26, Robert Bradshaw wrote: > sage: M = matrix(ZZ, 2, 2) > sage: space = M.parent(); space > Full MatrixSpace of 2 by 2 dense matrices over Integer Ring > sage: space.get_act > space.get_action       space.get_action_c     space.get_action_impl > sage: space.get_action??

Re: [sage-devel] Re: patchbot install messed up?

2010-12-27 Thread Robert Bradshaw
On Mon, Dec 27, 2010 at 12:52 PM, Robert Bradshaw wrote: > On Mon, Dec 27, 2010 at 12:48 PM, Simon King wrote: >> Hi Robert, >> >> On 27 Dez., 20:28, Robert Bradshaw >> wrote: >>> > A lot of other patches have the same errors. Seems to me that the base >>> > install to witch the patches are appl

Re: [sage-devel] Re: one page per method or function

2010-12-27 Thread Nathann Cohen
>> As for build time, why not drop building documentation at all and let >> users choose whether to build it later and in what form? I used >> patches from http://trac.sagemath.org/sage_trac/ticket/9128 for >> several month and every time after upgrade I had to rebuild the whole >> documentation af

Re: [sage-devel] Re: one page per method or function

2010-12-27 Thread Robert Bradshaw
On Thu, Dec 16, 2010 at 8:14 PM, Andrey Novoseltsev wrote: > On Dec 16, 9:45 am, Minh Nguyen wrote: >> Hi folks, >> >> I have converted the whole reference manual use one page per method or >> function. The resulting HTML version of the reference manual is up [1] >> at Google code for your viewin

Re: [sage-devel] How is matrix action on vectors implemented?

2010-12-27 Thread Robert Bradshaw
On Wed, Dec 22, 2010 at 6:53 AM, Simon King wrote: > Hi! > > We have > sage: v = vector(ZZ,[1,2]) > sage: M = matrix(ZZ,2,2,[1,2,3,4]) > sage: cm = sage.structure.element.get_coercion_model() > sage: cm.explain(v.parent(),M.parent(),operator.mul) > Action discovered. >    Right action by Full Matr

Re: [sage-devel] translating, transforming graphics objects?

2010-12-27 Thread Robert Bradshaw
On Wed, Dec 22, 2010 at 4:14 AM, Dan Drake wrote: > I would like something like this to work: > >  L = line([ some 2d points ]) >  L.translate(1, -1) > > or > >  foo = some_graphics_object() >  bar = sage.plot.translate(foo, 1, -1) > > I'd also like rotation and scaling methods to work -- or, more

Re: [sage-devel] Re: patchbot install messed up?

2010-12-27 Thread Robert Bradshaw
On Mon, Dec 27, 2010 at 12:48 PM, Simon King wrote: > Hi Robert, > > On 27 Dez., 20:28, Robert Bradshaw > wrote: >> > A lot of other patches have the same errors. Seems to me that the base >> > install to witch the patches are applied should be fixed such that it >> > might actually pass the appl

[sage-devel] Re: patchbot install messed up?

2010-12-27 Thread Simon King
Hi Robert, On 27 Dez., 20:28, Robert Bradshaw wrote: > > A lot of other patches have the same errors. Seems to me that the base > > install to witch the patches are applied should be fixed such that it > > might actually pass the applying of some patches > > Sage 4.6 is the latest release, but 4.

Re: [sage-devel] Changing default resolution du 300dpi instead of 100

2010-12-27 Thread Robert Bradshaw
On Mon, Dec 27, 2010 at 11:48 AM, Nathann Cohen wrote: > Hello !! > >> What pictures are you looking at? > > Things like those : > > sage: graphs.PetersenGraph().show() > sage: graphs.RandomGNP(20,.3).show() > > I do not use the notebook, and when I display those pictures I usually > toggle my pic

[sage-devel] Re: Changing default resolution du 300dpi instead of 100

2010-12-27 Thread Jason Grout
On 12/27/10 1:48 PM, Nathann Cohen wrote: Hello !! What pictures are you looking at? Things like those : sage: graphs.PetersenGraph().show() sage: graphs.RandomGNP(20,.3).show() I do not use the notebook, and when I display those pictures I usually toggle my picture viewer to fullscreen...

Re: [sage-devel] Changing default resolution du 300dpi instead of 100

2010-12-27 Thread Nathann Cohen
Hello !! > What pictures are you looking at? Things like those : sage: graphs.PetersenGraph().show() sage: graphs.RandomGNP(20,.3).show() I do not use the notebook, and when I display those pictures I usually toggle my picture viewer to fullscreen... At this level, the pictures I see are not th

Re: [sage-devel] Mutability

2010-12-27 Thread Robert Bradshaw
On Mon, Dec 27, 2010 at 11:27 AM, Justin C. Walker wrote: > > On Dec 27, 2010, at 10:58 , Robert Bradshaw wrote: > >> On Sat, Dec 25, 2010 at 5:13 PM, Justin C. Walker wrote: >>> Hi, all, >>> >>> A couple of questions regarding mutabilty: >>> >>> First, I noticed a comment at the beginning of qua

Re: [sage-devel] Changing default resolution du 300dpi instead of 100

2010-12-27 Thread Robert Bradshaw
On Sat, Dec 25, 2010 at 3:06 AM, Nathann Cohen wrote: > Hello everybody ! > > I am trying to improve a bit Sage's display of graphs, and lurking > through the different options it gives I found out about the dpi > keyword. Then I went to the file sage/plot/plot.py to see the default > value of thi

Re: [sage-devel] patchbot install messed up?

2010-12-27 Thread Robert Bradshaw
On Sun, Dec 26, 2010 at 4:20 AM, koffie wrote: > Hej All, > > I just looked at the patch bot reports And a lot of patches seem to > give the same error log when applied. > > For example: compare the bottom of > http://sage.math.washington.edu:21100/log/10515/linux/ubuntu/hardy/sage.math.washington

Re: [sage-devel] Re: Mutability

2010-12-27 Thread Justin C. Walker
On Dec 27, 2010, at 11:25 , Robert Bradshaw wrote: > On Mon, Dec 27, 2010 at 11:14 AM, Justin C. Walker wrote: >> Thanks for the reply. >> >> On Dec 26, 2010, at 03:17 , Volker Braun wrote: >> >>> Python has no "const". You can always manually change the innards of your >>> class. The set_immu

Re: [sage-devel] Mutability

2010-12-27 Thread Justin C. Walker
On Dec 27, 2010, at 10:58 , Robert Bradshaw wrote: > On Sat, Dec 25, 2010 at 5:13 PM, Justin C. Walker wrote: >> Hi, all, >> >> A couple of questions regarding mutabilty: >> >> First, I noticed a comment at the beginning of quadratic_forms/binary_qf.py >> from Stein: "make immutable". Can a

Re: [sage-devel] Re: Mutability

2010-12-27 Thread Robert Bradshaw
On Mon, Dec 27, 2010 at 11:14 AM, Justin C. Walker wrote: > Thanks for the reply. > > On Dec 26, 2010, at 03:17 , Volker Braun wrote: > >> Python has no "const". You can always manually change the innards of your >> class. The set_immutable() is just implemented by hand. > > Tuples are "really" im

Re: [sage-devel] Re: Mutability

2010-12-27 Thread Justin C. Walker
Thanks for the reply. On Dec 26, 2010, at 03:17 , Volker Braun wrote: > Python has no "const". You can always manually change the innards of your > class. The set_immutable() is just implemented by hand. Tuples are "really" immutable, correct? Is this possible because the tuple is an internal

Re: [sage-devel] Mutability

2010-12-27 Thread Robert Bradshaw
On Sat, Dec 25, 2010 at 5:13 PM, Justin C. Walker wrote: > Hi, all, > > A couple of questions regarding mutabilty: > > First, I noticed a comment at the beginning of quadratic_forms/binary_qf.py > from Stein:  "make immutable".  Can anyone (William?) elaborate on what that > means?  They don't c

Re: [sage-devel] How to win a new volvo s60. Incredible!

2010-12-27 Thread David Joyner
I've banned him. Sorry for the spam. On Mon, Dec 27, 2010 at 11:46 AM, justmemarin wrote: > See at http://www.youtube.com/watch?v=CqSC61lCPhk > > -- > To post to this group, send an email to sage-devel@googlegroups.com > To unsubscribe from this group, send an email to > sage-devel+unsubscr...@

[sage-devel] How to win a new volvo s60. Incredible!

2010-12-27 Thread justmemarin
See at http://www.youtube.com/watch?v=CqSC61lCPhk -- To post to this group, send an email to sage-devel@googlegroups.com To unsubscribe from this group, send an email to sage-devel+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/sage-devel URL: h