Differences between revisions 13 and 17 (spanning 4 versions)
Revision 13 as of 2007-01-26 04:29:35
Size: 625
Editor: dmr
Comment:
Revision 17 as of 2022-04-11 03:36:24
Size: 1010
Editor: mkoeppe
Comment: CategoryHomepage
Deletions are marked like this. Additions are marked like this.
Line 4: Line 4:
I am working on a notebook version of the SAGE Documentation. So far I have a navigable and evaluatable doc browser that can be launched from a sage notebook. The doc browser grabs a doc page (initially index.html) from devel/doc-1.4/html/ directory and seperates the textual content from the example sage code, all of which become cells in a special 'doc browser' worksheet.
Line 6: Line 5:
Things in question: I am working on a notebook version of the SAGE Documentation. So far I have a navigable and evaluatable doc browser that can be launched from a sage notebook. The doc browser grabs a doc page from the <SAGE_ROOT>/doc/ directory and processes it so that the examples become evaluatable cells.<<BR>>
[[http://sage.math.washington.edu/home/deldotdr/doc-browser|doc-browser bundle]]
Line 8: Line 8:
  '''Other things:'''[[BR]] wiki-formated output of a sage notebook (a built in notebook function).[[BR]] Some issues with the doc-browser:
 * Big pages take many seconds to load (try A guided Tour in the tutorial). I think the bottle-neck has something to do with the browser rendering.
 * some javascript-cell functionality (e.g. add_new_cell) breaks for examples contained within html tables;
  this occurs whenever an example is writen for a function within a class.
<<BR>>
Line 10: Line 14:
 * ["dmr/notebookwiki"]: notebook wiki
 * [:dmr/example:examples]
'''Other things:'''<<BR>> wiki-formated output of a sage notebook (a built in notebook function).<<BR>>

 * [[dmr/notebookwiki]]: notebook wiki
 * [[dmr/example|examples]]



CategoryHomepage

Dorian Raymer

email: deldotdr@gmail

I am working on a notebook version of the SAGE Documentation. So far I have a navigable and evaluatable doc browser that can be launched from a sage notebook. The doc browser grabs a doc page from the <SAGE_ROOT>/doc/ directory and processes it so that the examples become evaluatable cells.
doc-browser bundle

Some issues with the doc-browser:

  • Big pages take many seconds to load (try A guided Tour in the tutorial). I think the bottle-neck has something to do with the browser rendering.
  • some javascript-cell functionality (e.g. add_new_cell) breaks for examples contained within html tables;
    • this occurs whenever an example is writen for a function within a class.


Other things:
wiki-formated output of a sage notebook (a built in notebook function).

CategoryHomepage

dmr (last edited 2022-04-11 03:36:24 by mkoeppe)