Changes between Version 20 and Version 21 of TorqueUsage


Ignore:
Timestamp:
10/19/06 11:27:38 (18 years ago)
Author:
bas
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • TorqueUsage

    v20 v21  
    3434
    3535How to use the ''PBSQuery'' module:
    36  * [wiki:PBSQuery/Functions functions]
     36 * [wiki:PBSQuery/Usage PBSQuery usage]
    3737
    38 The module has builtin documentation:
    39 {{{
    40 ipython
    41 import PBSQuery
    42 help PBSQuery
    43 }}}
    44 It has also a builtin demo:
    45 {{{
    46 ipython
    47 import PBSQuery
    48 PBSQuery.main()
    49 }}}
    5038