This commit is contained in:
rowanc1
2014-07-12 15:26:18 -05:00
3 changed files with 25 additions and 1 deletions
+11
View File
@@ -0,0 +1,11 @@
.. _api_Examples:
Examples
********
Forward problem
===============
* `Example 1: Direct Current <http://www.seogi.me/s/notebooks/DCEx.html>`_
* `Example 2: Seismic-Acoustic <http://www.seogi.me/s/notebooks/SeismicEx.html>`_
+7 -1
View File
@@ -94,7 +94,13 @@ pygments_style = 'sphinx'
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme = 'default'
try:
import sphinx_rtd_theme
html_theme = 'sphinx_rtd_theme'
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
pass
except Exception, e:
html_theme = 'default'
# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
+7
View File
@@ -102,3 +102,10 @@ Project Index & Search
* :ref:`modindex`
* :ref:`search`
Examples
********
.. toctree::
:maxdepth: 2
api_Examples