axiom-developer
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Axiom-developer] help function


From: daly
Subject: [Axiom-developer] help function
Date: Wed, 5 Sep 2007 05:38:35 -0500

Themos,

The help function is based on newly created files that are only 
available in the very latest release. These are being added to
on a daily basis. Because the final result of 
  )help foo 
is to search for a flat file called 
  $AXIOM/doc/spadhelp/foo.help
you can create help files by just creating the flat file.

The git and SVN/trunk versions of Axiom contain the new algebra
documentation. 

I put a tarball of the current $AXIOM/doc/spadhelp directory at:
<http://daly.axiom-developer.org/doc.spadhelp.20070904.tgz>

To use it do:

   cd $AXIOM
   wget http://daly.axiom-developer.org/doc.spadhelp.20070904.tgz
   tar -zxf doc.spadhelp.20070904.tgz
   axiom 
     -> )help Segment
     -> )help SEG

Tim





reply via email to

[Prev in Thread] Current Thread [Next in Thread]