[sage-devel] Re: doc browser

2007-03-09 Thread Timothy Clemans
In the doc-browser, it would be nice if I could hide stuff like up, next, and "Release 2.3, documentation updated on March 6, 2007". On 3/9/07, William Stein <[EMAIL PROTECTED]> wrote: > > On 3/9/07, Timothy Clemans <[EMAIL PROTECTED]> wrote: > > LaTex formulas do not appear in the doc browser. F

[sage-devel] Re: doc browser

2007-03-09 Thread William Stein
On 3/9/07, Timothy Clemans <[EMAIL PROTECTED]> wrote: > LaTex formulas do not appear in the doc browser. For example > http://sage.math.washington.edu/sage/doc/html/tut/node20.html compared > to http://sage.math.washington.edu:8100/doc_browser?/tut/?node20.html Most formulas appear, but displayed

[sage-devel] Re: doc browser

2007-03-09 Thread Timothy Clemans
I forgot another thing. It would be nice if there were DHTML animations that showed say a problem and showed the SAGE code being written out with highlighting to show exactly how the code was connected to the problem. On 3/9/07, Timothy Clemans <[EMAIL PROTECTED]> wrote: > LaTex formulas do not a

[sage-devel] Re: doc browser

2007-03-09 Thread Timothy Clemans
LaTex formulas do not appear in the doc browser. For example http://sage.math.washington.edu/sage/doc/html/tut/node20.html compared to http://sage.math.washington.edu:8100/doc_browser?/tut/?node20.html Could there be some definition in SAGE of what say a pair-wise function is so a user could brin

[sage-devel] Re: doc browser

2007-01-29 Thread William Stein
On Sun, 28 Jan 2007 23:58:33 -0800, Iftikhar Burhanuddin <[EMAIL PROTECTED]> wrote: > On Sat, 27 Jan 2007, William Stein wrote: >> It would be helpful if somebody would try out the doc browser by >> going to http://sage.math.washington.edu:8100/ and clicking >> on Documentation (in the upper righ

[sage-devel] Re: doc browser

2007-01-28 Thread Iftikhar Burhanuddin
On Sat, 27 Jan 2007, William Stein wrote: > It would be helpful if somebody would try out the doc browser by > going to http://sage.math.washington.edu:8100/ and clicking > on Documentation (in the upper right), and tell me what you think. > I'm aware that if you bring up a *huge* page that your b

[sage-devel] Re: doc browser

2007-01-28 Thread Nils Bruin
A wonderful interface and a very useful way of browsing the documentation. The help accessibility would really improve if from the prompt it would be possible to jump to the relevant reference page, for instance via: doc(IntegerRing) Usage script: 1. I am working in sage and need help on, sa

[sage-devel] Re: doc browser

2007-01-28 Thread Timothy Clemans
I think most AJAX IRC clients use PHP. On 1/28/07, Martin Albrecht <[EMAIL PROTECTED]> wrote: > > On Sunday 28 January 2007 10:08, Timothy Clemans wrote: > > Are those two helpful? > > > > On 1/27/07, Timothy Clemans <[EMAIL PROTECTED]> wrote: > > > http://lists.canonical.org/pipermail/kragen-hac

[sage-devel] Re: doc browser

2007-01-28 Thread Martin Albrecht
On Sunday 28 January 2007 10:08, Timothy Clemans wrote: > Are those two helpful? > > On 1/27/07, Timothy Clemans <[EMAIL PROTECTED]> wrote: > > http://lists.canonical.org/pipermail/kragen-hacks/2005-April/000409.html > > I found one major one, however the site is not available anymore but > > most

[sage-devel] Re: doc browser

2007-01-28 Thread Timothy Clemans
Are those two helpful? On 1/27/07, Timothy Clemans <[EMAIL PROTECTED]> wrote: > http://lists.canonical.org/pipermail/kragen-hacks/2005-April/000409.html > I found one major one, however the site is not available anymore but > most of the code is at > http://web.archive.org/web/20060129030125/aqua

[sage-devel] Re: doc browser

2007-01-28 Thread William Stein
On Sun, 28 Jan 2007 04:54:21 -0800, David Harvey <[EMAIL PROTECTED]> wrote: > > A minor annoyance: > > Yesterday I found I would like to be able to create new cells in the > middle of documentatino text. Currently you can only create new cells > next to existing ones. But sometimes the tutorial h

[sage-devel] Re: doc browser

2007-01-27 Thread Timothy Clemans
http://lists.canonical.org/pipermail/kragen-hacks/2005-April/000409.html I found one major one, however the site is not available anymore but most of the code is at http://web.archive.org/web/20060129030125/aquajax.com/chat.tar.gz in plain text. On 1/27/07, William Stein <[EMAIL PROTECTED]> wrote

[sage-devel] Re: doc browser

2007-01-27 Thread William Stein
On Sat, 27 Jan 2007 22:22:01 -0800, Timothy Clemans <[EMAIL PROTECTED]> wrote: > > Before long, a lot of schools are going to start thinking about > hosting SAGE notebooks for their students to use for both classroom > and homework. I wonder if MIT open course ware for science will be > integrate

[sage-devel] Re: doc browser

2007-01-27 Thread Timothy Clemans
Before long, a lot of schools are going to start thinking about hosting SAGE notebooks for their students to use for both classroom and homework. I wonder if MIT open course ware for science will be integrated with SAGE. Wouldn't it be awesome if a bunch of universities had SAGE notebook super com

[sage-devel] Re: doc browser

2007-01-27 Thread William Stein
On Sat, 27 Jan 2007 14:46:15 -0800, David Harvey <[EMAIL PROTECTED]> wrote: > On Jan 27, 2007, at 4:49 PM, William Stein wrote: >> But overall, do you think this is useful and a good addition >> to SAGE? > > Holy friggin **WOW**. I'm glad you like it :-) > This makes it so insanely easy for some

[sage-devel] Re: doc browser

2007-01-27 Thread William Stein
On Sat, 27 Jan 2007 20:07:28 -0800, Dorian Raymer <[EMAIL PROTECTED]> wrote: > One neat thing that already works is viewing the actual python tutorial from > the python documentation in the doc-browser. > Some examples do not evaluate successfully due to certain differences > between the sage and

[sage-devel] Re: doc browser

2007-01-27 Thread Timothy Clemans
Why is some code just as on http://sage.math.washington.edu:8100/doc_browser?/prog/?node43.html non-excutable in that worksheet? On 1/27/07, Dorian Raymer <[EMAIL PROTECTED]> wrote: > One neat thing that already works is viewing the actual python tutorial from > the python documentation in the do

[sage-devel] Re: doc browser

2007-01-27 Thread Dorian Raymer
One neat thing that already works is viewing the actual python tutorial from the python documentation in the doc-browser. Some examples do not evaluate successfully due to certain differences between the sage and python interpreters, but is still a very useful tool for learning python nonetheless.

[sage-devel] Re: doc browser

2007-01-27 Thread Timothy Clemans
The plots that were not showing the doc browser are now showing. Thanks. On 1/27/07, alex clemesha <[EMAIL PROTECTED]> wrote: > Dorian spent some time working on the doc browser, > and I gotta say, he did a great job, it is *really* awesome! > > Viva la SAGE! > > Alex > > > > > --~--~-~

[sage-devel] Re: doc browser

2007-01-27 Thread alex clemesha
Dorian spent some time working on the doc browser, and I gotta say, he did a great job, it is *really* awesome! Viva la SAGE! Alex --~--~-~--~~~---~--~~ To post to this group, send email to sage-devel@googlegroups.com To unsubscribe from this group, send email to

[sage-devel] Re: doc browser

2007-01-27 Thread Timothy Clemans
http://ocw.mit.edu/ans7870/resources/Strang/strangtext.htm On 1/27/07, David Joyner <[EMAIL PROTECTED]> wrote: > > Timothy Clemans wrote: > > I think there are some free online textbooks like one on calculus from > > MIT that could be transformed into interactive SAGE notebook > > applications. T

[sage-devel] Re: doc browser

2007-01-27 Thread David Joyner
Timothy Clemans wrote: > I think there are some free online textbooks like one on calculus from > MIT that could be transformed into interactive SAGE notebook > applications. Think of a high-schooler learning about systems of > equations and being able to plug in a many examples with the details >

[sage-devel] Re: doc browser

2007-01-27 Thread Timothy Clemans
I think there are some free online textbooks like one on calculus from MIT that could be transformed into interactive SAGE notebook applications. Think of a high-schooler learning about systems of equations and being able to plug in a many examples with the details on how they were transformed int

[sage-devel] Re: doc browser

2007-01-27 Thread Martin Albrecht
> But overall, do you think this is useful and a good addition > to SAGE? Well, it is: oh-my-god-this-is-so-incredible! Martin -- name: Martin Albrecht _pgp: http://pgp.mit.edu:11371/pks/lookup?op=get&search=0x8EF0DC99 _www: http://www.informatik.uni-bremen.de/~malb _jab: [EMAIL PROTECTED] -

[sage-devel] Re: doc browser

2007-01-27 Thread Timothy Clemans
Please add and test p.show() to each section for plot. On 1/27/07, David Joyner <[EMAIL PROTECTED]> wrote: > > William Stein wrote: > > Hi, > > > > It would be helpful if somebody would try out the doc browser by > > going to http://sage.math.washington.edu:8100/ and clicking > > on Documentation

[sage-devel] Re: doc browser

2007-01-27 Thread David Joyner
William Stein wrote: > Hi, > > It would be helpful if somebody would try out the doc browser by > going to http://sage.math.washington.edu:8100/ and clicking > on Documentation (in the upper right), and tell me what you think. > I think it is really great. Good job! > I'm aware that if you br

[sage-devel] Re: doc browser

2007-01-27 Thread David Harvey
On Jan 27, 2007, at 4:49 PM, William Stein wrote: > But overall, do you think this is useful and a good addition > to SAGE? Holy friggin **WOW**. This makes it so insanely easy for someone new to start learning how to use SAGE. It's hard enough to expect people to work out that they are su

[sage-devel] Re: doc browser

2007-01-27 Thread Timothy Clemans
On http://sage.math.washington.edu:8100/doc_browser?/tut/?node18.html the plots do not show up and I do remember trying to get them to show before by copying the code. It did not work. On 1/27/07, Timothy Clemans <[EMAIL PROTECTED]> wrote: > Yay! I was hoping you would update the server so I coul

[sage-devel] Re: doc browser

2007-01-27 Thread Timothy Clemans
Yay! I was hoping you would update the server so I could try out the documentation. On 1/27/07, William Stein <[EMAIL PROTECTED]> wrote: > > Hi, > > It would be helpful if somebody would try out the doc browser by > going to http://sage.math.washington.edu:8100/ and clicking > on Documentation (i