mirror of
https://github.com/wassname/simpeg.git
synced 2026-06-27 19:48:52 +08:00
Upload notebooks for DC and Seismic Examples - Scipy2014
This commit is contained in:
@@ -2,5 +2,10 @@
|
||||
|
||||
Examples
|
||||
********
|
||||
* `Forward Problem: Acoustic Wave Equation <http://www.seogi.me/s/notebooks/SeismicEx.html>`_
|
||||
|
||||
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
@@ -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
|
||||
|
||||
+4
-1
@@ -105,4 +105,7 @@ Project Index & Search
|
||||
Examples
|
||||
********
|
||||
|
||||
* Examples
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
|
||||
api_Examples
|
||||
|
||||
Reference in New Issue
Block a user