Changeset 3187 for trunk/GSASIIctrlGUI.py
- Timestamp:
- Dec 10, 2017 10:14:04 AM (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/GSASIIctrlGUI.py
r3167 r3187 4559 4559 #['ExampleDir', 'ExamplePage.html', 'Example Tutorial Title'], 4560 4560 ) 4561 '''A catalog of GSAS-II tutorials with headings. This is the master list of GSAS-II tutorials and must be updated when tutorials are 4562 added. Each item has either one or three items. 4563 Titles are single item in a list or tuple. Tutorials have three items: (a) the name of the directory, 4564 (b) the name of the web page and (c) a title for the tutorial. 4565 Tutorials that depend on a previous tutorial being completed should have the title for 4566 the tutorial indented by five spaces. 4567 4568 Note that :data:`tutorialCatalog` is generated from this tuple. 4569 Also see :mod:`makeTutorial` which is used to read this and create a web page. 4570 ''' 4571 4572 #A catalog of GSAS-II tutorials generated from the table in :data:`tutorialIndex` 4561 4573 tutorialCatalog = [l for l in tutorialIndex if len(l) == 3] 4562 4574
Note: See TracChangeset
for help on using the changeset viewer.