mirror of
https://github.com/wassname/simpeg.git
synced 2026-07-04 03:36:45 +08:00
Documentations
This commit is contained in:
+4
-1
@@ -161,7 +161,10 @@ Inverse problem
|
||||
:width: 800px
|
||||
:align: center
|
||||
:height: 400px
|
||||
:alt: alternate text
|
||||
:alt: alternate text
|
||||
|
||||
.. raw:: html
|
||||
:file: examples/movie.html
|
||||
|
||||
Mag Differential eq. approach
|
||||
*****************************
|
||||
|
||||
+3
-3
@@ -10,7 +10,7 @@
|
||||
#
|
||||
# All configuration values have a default; values that are commented out
|
||||
# serve to show the default.
|
||||
|
||||
import sphinx_rtd_theme
|
||||
import sys, os
|
||||
|
||||
# If extensions (or modules to document with autodoc) are in another directory,
|
||||
@@ -93,8 +93,8 @@ 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'
|
||||
|
||||
html_theme = 'sphinx_rtd_theme'
|
||||
html_theme_path = [sphinx_rtd_theme.get_html_theme_path()]
|
||||
# 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
|
||||
# documentation.
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
<div class="output" style=""><div class="output_area"><div class="prompt output_prompt">Out[509]:</div><div class="output_subarea output_html rendered_html output_pyout">
|
||||
<div class="output" style=""><div class="output_area"><div class="prompt output_prompt"></div><div class="output_subarea output_html rendered_html output_pyout">
|
||||
<script language="javascript">
|
||||
/* Define the Animation class */
|
||||
function Animation(frames, img_id, slider_id, interval, loop_select_id){
|
||||
@@ -55,7 +55,7 @@
|
||||
Animation.prototype.last_frame = function()
|
||||
{
|
||||
this.set_frame(this.frames.length - 1);
|
||||
}
|
||||
}
|
||||
|
||||
Animation.prototype.slower = function()
|
||||
{
|
||||
@@ -201,9 +201,9 @@ FnSONdiL8Qci0lzwpOM5sQAAAABJRU5ErkJggg==
|
||||
"></button>
|
||||
<button onclick="animERCBNNRFBIVTPCOM.faster()">+</button>
|
||||
<form action="#n" name="_anim_loop_selectERCBNNRFBIVTPCOM" class="anim_control">
|
||||
<input type="radio" name="state" value="once"> Once
|
||||
<input type="radio" name="state" value="loop" checked=""> Loop
|
||||
<input type="radio" name="state" value="reflect"> Reflect
|
||||
<input type="radio" name="state" value="once"> Once
|
||||
<input type="radio" name="state" value="loop" checked=""> Loop
|
||||
<input type="radio" name="state" value="reflect"> Reflect
|
||||
</form>
|
||||
</div>
|
||||
|
||||
@@ -216,7 +216,7 @@ FnSONdiL8Qci0lzwpOM5sQAAAABJRU5ErkJggg==
|
||||
var slider_id = "_anim_sliderERCBNNRFBIVTPCOM";
|
||||
var loop_select_id = "_anim_loop_selectERCBNNRFBIVTPCOM";
|
||||
var frames = new Array(0);
|
||||
|
||||
|
||||
frames[0] = "data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAABIAAAAFoCAYAAAAvh4ASAAAABHNCSVQICAgIfAhkiAAAAAlwSFlz\
|
||||
AAALEgAACxIB0t1+/AAAIABJREFUeJzt3b1SG+maB/BHnKna2oQPebNNQLC5DczGp4zF5rZh5gIM\
|
||||
+AZm8JnI4QDnAsZwso3WQG28x9KUc2PhfIzgAnZAcrChewOPdJAt2ZivRq9+vypVoX718bQa9Lz8\
|
||||
@@ -2271,4 +2271,4 @@ aQABAAAAJE4DCAAAACBx/z85KJK1LamKyAAAAABJRU5ErkJggg==\
|
||||
}, 0);
|
||||
})()
|
||||
</script>
|
||||
</div></div></div>
|
||||
</div></div></div>
|
||||
|
||||
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user