Changes between Initial Version and Version 1 of TorqueUsage/PBSQuery


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

--

Legend:

Unmodified
Added
Removed
Modified
  • TorqueUsage/PBSQuery

    v1 v1  
     1[[ShowPath]]
     2
     3= PBSQuery usage =
     4
     5
     6The module has builtin documentation:
     7{{{
     8ipython
     9import PBSQuery
     10help PBSQuery
     11}}}
     12It has also a builtin demo:
     13{{{
     14ipython
     15import PBSQuery
     16PBSQuery.main()
     17}}}