00001 """/*! 00002 @page Example1 00003 Here is the fist tutorial 00004 */""" 00005 00006 from slimproj import * 00007 from os.path import join,pardir 00008 00009 simpleterm = Term( 'example' ) 00010 add_to_tutorials( simpleterm ) 00011 00012 00013 UP_TITLE = 'SLIMpy Documentation' 00014 00015 UP_LINK = join(pardir, pardir, "SLIMpy", 'SLIMpyOverview', 'index.html') 00016 00017 how_to = MkHowTo( ['example', 'example.py' ] , UP_TITLE=UP_TITLE, UP_LINK=UP_LINK ) 00018 00019 Alias( 'html', how_to ) 00020