On Dec 13, 2007 12:31 PM, greg2k4 <[EMAIL PROTECTED]> wrote:
>
> Hi,
>
> I'd like to create an interactive book like SAGE tutorial from my
> notebook worksheets.
> But how can I link them together?
>
> In tutorial, links look like "http://192.168.1.1/doc/live/tut/
> nodeNN.html" .
> But actual worksheets have .sws extension.
>
> BTW, was this tutorial built using some tool? I've heard of JavaDoc
> and others, but never used them...
It was built using latex2html plus an html --> worksheet parser
that Dorian Raymer wrote.
I did start writing something to turn *tex* documents into sage notebooks, but
it's really not ready for prime time, and that's not what you want anyways.
You can link worksheets together though, e.g., this will make a link
to worksheet 15:
<a href="/home/admin/15">worksheet 15</a>
This is obviously sucky, since the worksheet numbers change if you
download/upload
the worksheets. Doing something better, i.e., somehow linking by the
title of the worksheet,
etc., is not yet implemented.
I've made this trac #1496:
http://trac.sagemath.org/sage_trac/ticket/1496
-- William
--~--~---------~--~----~------------~-------~--~----~
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/sage-forum
URLs: http://sage.math.washington.edu/sage/ and http://sage.scipy.org/sage/
-~----------~----~----~----~------~----~------~--~---