Changeset 3187 for trunk/makeTutorial.py


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/makeTutorial.py

    r3135 r3187  
    1 # create an HTML page from the tutorials in GSASIIctrlGUI.tutorialCatalog
     1# -*- coding: utf-8 -*-
     2#makeTutorial.py
     3########### SVN repository information ###################
     4# $Date: $
     5# $Author: toby $
     6# $Revision: 3167 $
     7# $URL: $
     8# $Id: $
     9########### SVN repository information ###################
     10'''
     11*makeTutorial: Make Tutorial Web Page*
     12---------------------------------------------
     13
     14Creates an HTML page (``GSASII/help/Tutorials.html``) listing all the tutorials in
     15:data:`GSASIIctrlGUI.tutorialIndex`. Run this after adding a new tutorial to that
     16index.
     17'''
    218
    319from __future__ import print_function
Note: See TracChangeset for help on using the changeset viewer.