user_guide:intro_tutorial

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
user_guide:intro_tutorial [2019/02/11 16:21] – ↷ Links adapted because of a move operation oroehriguser_guide:intro_tutorial [2019/03/07 10:34] (current) kalmar
Line 30: Line 30:
 </code> </code>
  
-There are [[user_guide:start#application_tutorials|introductory tutorials]] for all applications. Also check out the [[:release_docs:3.0|documentation]].+There are [[user_guide:start#application_tutorials|introductory tutorials]] for all applications. Also check out the [[reldocs>latest|documentation]].
  
 ====Getting help==== ====Getting help====
Line 49: Line 49:
 If you type part of an expresison in the shell, you can hit ''TAB'' to display possible ways of completing it. For example, to see what methods you can invoke on the graph of the 3-cube, enter the following and hit ''TAB'': If you type part of an expresison in the shell, you can hit ''TAB'' to display possible ways of completing it. For example, to see what methods you can invoke on the graph of the 3-cube, enter the following and hit ''TAB'':
 <code> <code>
- polytope > cube(3)->GRAPH->                              # hit TAB!+ polytope > $c = cube(3)
 + polytope > $c->GRAPH->                              # hit TAB!
 add                               disable_rules                     MAX_CLIQUES                       set_as_default add                               disable_rules                     MAX_CLIQUES                       set_as_default
 ADJACENCY                         dont_save                         name                              set_as_default_now ADJACENCY                         dont_save                         name                              set_as_default_now
Line 101: Line 102:
  
 Back to [[start|User Guide]] Back to [[start|User Guide]]
 +
  • user_guide/intro_tutorial.txt
  • Last modified: 2019/03/07 10:34
  • by kalmar