Ignore:
Timestamp:
Dec 10, 2017 10:14:04 AM (5 years ago)
Author:
toby
Message:

misc docs cleanups; add 1-ID metadata reader & new config variable

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/GSASIIctrlGUI.py

    r3167 r3187  
    45594559    #['ExampleDir', 'ExamplePage.html', 'Example Tutorial Title'],
    45604560    )
     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
     4562added. Each item has either one or three items.
     4563Titles 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.
     4565Tutorials that depend on a previous tutorial being completed should have the title for
     4566the tutorial indented by five spaces.
     4567
     4568Note that :data:`tutorialCatalog` is generated from this tuple.
     4569Also 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`
    45614573tutorialCatalog = [l for l in tutorialIndex if len(l) == 3]
    45624574
Note: See TracChangeset for help on using the changeset viewer.