Updated software structure to mention conda config file.

这个提交包含在:
Craig Warren
2016-01-19 13:50:05 +00:00
父节点 b663bf42de
当前提交 93e144a2fd

查看文件

@@ -26,6 +26,7 @@ Software structure
.. code-block:: none
gprMax/
conda_env.yml
docs/
gprMax/
LICENSE
@@ -37,6 +38,7 @@ Software structure
user_models/
* ``conda_env.yml`` is a configuration file for Anaconda (Miniconda) that setups a Python environment with all the required Python packages for gprMax.
* ``docs`` contains source files for the User Guide. The User Guide is written using reStructuredText (http://docutils.sourceforge.net/rst.html) markup, and is built using Sphinx (http://sphinx-doc.org) and Read the Docs (https://readthedocs.org).
* ``gprMax`` is the main package. Within this package the main module is ``gprMax.py``
* ``LICENSE`` contains information on the GNU General Public License v3 or higher (http://www.gnu.org/copyleft/gpl.html).