Skip to content

Commit

Permalink
Updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
cmeessen committed Jul 16, 2019
1 parent 66676da commit a29a6c7
Show file tree
Hide file tree
Showing 83 changed files with 20,387 additions and 0 deletions.
4 changes: 4 additions & 0 deletions docs/.buildinfo
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
# Sphinx build info version 1
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
config: d0902875aed9cbed4d988f562e0f80e9
tags: 645f666f9bcd5a90fca523b33c5a78b7
Empty file added docs/.nojekyll
Empty file.
Binary file added docs/_images/fig_bd_thickness.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_images/plot_elastic_thickness.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_images/plot_integrated_strength.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_images/plot_profile_refined.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_images/plot_profile_temperature.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_images/plot_surface_heat_flow.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_images/plot_topography.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_images/plot_yse.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_images/plot_yse_extension.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_images/well.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_images/yse_profile.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docs/_images/yse_profile_competent.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
70 changes: 70 additions & 0 deletions docs/_sources/api_reference.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1,70 @@
.. _api:

API
===

This page is a summary of the most important classes and methods of
:mod:`pyGMS`. For a full list of modules please refer to the :ref:`modindex`.

Classes
-------

The classes of pyGMS are:

.. currentmodule:: pyGMS.structures

.. autosummary::

GMS
Well
Layer

Computing methods
-----------------

Thermal field
~~~~~~~~~~~~~

.. autosummary::

GMS.compute_surface_heat_flow

Rheology
~~~~~~~~

.. autosummary::

GMS.compute_bd_thickness
GMS.compute_elastic_thickness
GMS.compute_integrated_strength
GMS.compute_yse

Visualisation
-------------

Profiles
~~~~~~~~

.. autosummary::

GMS.plot_profile
GMS.plot_layer_bounds
GMS.plot_strength_profile
GMS.plot_strength_profile
GMS.plot_yse

Maps
~~~~

.. autosummary::

GMS.plot_topography
GMS.plot_surface_heat_flow

Wells
~~~~~

.. autosummary::

Well.plot_var
Well.plot_grad
1 change: 1 addition & 0 deletions docs/_sources/changelog.rst.txt
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
.. mdinclude:: ../../../CHANGELOG
Loading

0 comments on commit a29a6c7

Please sign in to comment.