source: git/Singular/singular.dox @ 36b837d

spielwiese
Last change on this file since 36b837d was 75f460, checked in by Hans Schoenemann <hannes@…>, 9 years ago
format
  • Property mode set to 100644
File size: 510 bytes
Line 
1/*!
2 \page singular_page Singular Interpreter and related functionality
3
4
5 \brief Main Singular application and its iterpreter (also available as a library)
6
7 Some functions are just wrappers over \ref kernel_page.
8
9 Singular can be easily extended by means of dynamic modules:
10 - \subpage dynmodules_page
11
12 How to add kernel functions to the interpreter:
13 \verbinclude Singular/HOWTO.addKernelCmds
14
15 \verbinclude Singular/README
16
17 TODO: The sub-package structure is not yet defined for Singular package...
18*/
Note: See TracBrowser for help on using the repository browser.