00001 # This file is part of Repro, a Python package for automating 00002 # reproducible research in scientific computing. 00003 # 00004 # Copyright (C) 2008 Gilles Hennenfent, Sean Ross-Ross 00005 # 00006 # This program is free software: you can redistribute it and/or modify 00007 # it under the terms of the GNU General Public License as published by 00008 # the Free Software Foundation, either version 3 of the License, or 00009 # (at your option) any later version. 00010 # 00011 # This program is distributed in the hope that it will be useful, 00012 # but WITHOUT ANY WARRANTY; without even the implied warranty of 00013 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00014 # GNU General Public License for more details. 00015 # 00016 # You should have received a copy of the GNU General Public License 00017 # along with this program. If not, see <http://www.gnu.org/licenses/>. 00018 00019 ## 00020 # 00021 # @package mainpage 00022 # Contain the front page of this document. 00023 # 00024 00025 ## 00026 # 00027 # @mainpage Repro Developer's Guide 00028 # 00029 # This document is generated from the source code of the software. 00030 # 00031 # @section intro Introduction 00032 # 00033 # Repro is a Python module of simple, yet powerful, builders for organizing 00034 # reproducible research in computational sciences. Repro works in combination 00035 # with SCons, a next-generation build tool, and is freely available over 00036 # the Internet (see User's Guide for more details about download and installation). 00037 # 00038 # Repro is documented in various ways (many comments in source code, a users 00039 # guide---written using Repro itself!---and this reference guide). 00040 # 00041 # Repro is largely inspired by some parts of Madagascar, a geophysical 00042 # software package for reproducible research. However, Repro is intended for 00043 # a broad audience coming from a wide spectrum of interest areas. 00044 # 00045 # @section sec_sconsblds SCons builders 00046 # - @subpage pg_fetchblds 00047 # - @subpage pg_procblds 00048 # - @subpage pg_displayblds 00049 # - @subpage pg_convertblds 00050 # - @subpage pg_docblds 00051 # 00052 # @section feedback Feedback 00053 # 00054 # If you have comments, questions, or suggestions regarding the software package, 00055 # don't hesitate to visit http://sourceforge.net/projects/repro/ and let us know! 00056 # 00057 # Individual authors: 00058 # - G. Hennenfent (hegilles@gmail.com) 00059 # - S. Ross-Ross (srossross@gmail.com) 00060 # 00061 # @section copyright Copyright 00062 # 00063 # Copyright (C) 2008 Gilles Hennenfent, Sean Ross-Ross 00064 # 00065 # @section license License 00066 # 00067 # This program is free software: you can redistribute it and/or modify 00068 # it under the terms of the @subpage pg_gpl as published by 00069 # the Free Software Foundation, either version 3 of the License, or 00070 # (at your option) any later version. 00071 # 00072 # This program is distributed in the hope that it will be useful, 00073 # but WITHOUT ANY WARRANTY; without even the implied warranty of 00074 # MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the 00075 # GNU General Public License for more details. 00076 # 00077 # You should have received a copy of the @subpage pg_gpl 00078 # along with this program. If not, see <http://www.gnu.org/licenses/>. 00079 # 00080 # 00081 # @section Acknowledgments 00082 # 00083 # This software was developed with support of... 00084 # 00085 # 00086 00087 ## 00088 # 00089 # @page pg_gpl GNU General Public License 00090 # 00091 # \verbinclude COPYING 00092 # 00093 00094