#####################################################################
#                   CHARMM SOURCE VIEWER v0.0.2
#
#                        BSP 11/23/2016
#####################################################################

#===================================================================#
# TO RUN:
#-------------------------------------------------------------------#
python makeall.py

#===================================================================#
# CONTENTS
#-------------------------------------------------------------------#
makeall.py           :: Main script
getmodules.py        :: Checks source code for Modules, Subroutines,
                          Functions, and Interfaces. Writes Module.txt
utils.py             :: Collects source paths and filenames 
src2html.py          :: Writes most of the HTML
src2html.css         :: Style sheet for html (gets copied to html/)

#===================================================================#
# FILES & FOLDERS CREATED
#-------------------------------------------------------------------#
html/          :: Folder containing all html files
Module.txt     :: List of Modules, Subroutines, Functions, Interfaces
               ::    and their originating source file
