Changeset 3187 for trunk/makeTutorial.py
- Timestamp:
- Dec 10, 2017 10:14:04 AM (5 years ago)
- 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 14 Creates 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 16 index. 17 ''' 2 18 3 19 from __future__ import print_function
Note: See TracChangeset
for help on using the changeset viewer.