Skip to content

Commit

Permalink
docs: rerun docs
Browse files Browse the repository at this point in the history
  • Loading branch information
mdtanker committed Nov 19, 2024
1 parent b2ccad9 commit 91d6a8c
Show file tree
Hide file tree
Showing 16 changed files with 4,383 additions and 4,846 deletions.
1,144 changes: 360 additions & 784 deletions docs/examples/bishop_basement_model.ipynb

Large diffs are not rendered by default.

737 changes: 342 additions & 395 deletions docs/examples/uieda_et_al_2017_CRUST1.ipynb

Large diffs are not rendered by default.

207 changes: 106 additions & 101 deletions docs/examples/uieda_et_al_2017_synthetic.ipynb

Large diffs are not rendered by default.

177 changes: 92 additions & 85 deletions docs/how_to/adhering_to_constraints.ipynb

Large diffs are not rendered by default.

1,609 changes: 804 additions & 805 deletions docs/how_to/regional_field_hyperparameters.ipynb

Large diffs are not rendered by default.

151 changes: 78 additions & 73 deletions docs/how_to/variable_density_contrast.ipynb

Large diffs are not rendered by default.

200 changes: 79 additions & 121 deletions docs/quickstart.ipynb

Large diffs are not rendered by default.

20 changes: 15 additions & 5 deletions docs/tutorial/01_discretization.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -170,15 +170,16 @@
".xr-sections {\n",
" padding-left: 0 !important;\n",
" display: grid;\n",
" grid-template-columns: 150px auto auto 1fr 20px 20px;\n",
" grid-template-columns: 150px auto auto 1fr 0 20px 0 20px;\n",
"}\n",
"\n",
".xr-section-item {\n",
" display: contents;\n",
"}\n",
"\n",
".xr-section-item input {\n",
" display: none;\n",
" display: inline-block;\n",
" opacity: 0;\n",
"}\n",
"\n",
".xr-section-item input + label {\n",
Expand All @@ -190,6 +191,10 @@
" color: var(--xr-font-color2);\n",
"}\n",
"\n",
".xr-section-item input:focus + label {\n",
" border: 2px solid var(--xr-font-color0);\n",
"}\n",
"\n",
".xr-section-item input:enabled + label:hover {\n",
" color: var(--xr-font-color0);\n",
"}\n",
Expand Down Expand Up @@ -681,15 +686,16 @@
".xr-sections {\n",
" padding-left: 0 !important;\n",
" display: grid;\n",
" grid-template-columns: 150px auto auto 1fr 20px 20px;\n",
" grid-template-columns: 150px auto auto 1fr 0 20px 0 20px;\n",
"}\n",
"\n",
".xr-section-item {\n",
" display: contents;\n",
"}\n",
"\n",
".xr-section-item input {\n",
" display: none;\n",
" display: inline-block;\n",
" opacity: 0;\n",
"}\n",
"\n",
".xr-section-item input + label {\n",
Expand All @@ -701,6 +707,10 @@
" color: var(--xr-font-color2);\n",
"}\n",
"\n",
".xr-section-item input:focus + label {\n",
" border: 2px solid var(--xr-font-color0);\n",
"}\n",
"\n",
".xr-section-item input:enabled + label:hover {\n",
" color: var(--xr-font-color0);\n",
"}\n",
Expand Down Expand Up @@ -1295,7 +1305,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.12.5"
"version": "3.12.7"
}
},
"nbformat": 4,
Expand Down
286 changes: 135 additions & 151 deletions docs/tutorial/02_simple_inversion.ipynb

Large diffs are not rendered by default.

236 changes: 118 additions & 118 deletions docs/tutorial/03_including_starting_model.ipynb

Large diffs are not rendered by default.

110 changes: 55 additions & 55 deletions docs/tutorial/04_damping_cross_validation.ipynb

Large diffs are not rendered by default.

36 changes: 13 additions & 23 deletions docs/tutorial/05_density_optimization.ipynb

Large diffs are not rendered by default.

118 changes: 49 additions & 69 deletions docs/tutorial/06_reference_level_optimization.ipynb

Large diffs are not rendered by default.

2,482 changes: 1,241 additions & 1,241 deletions docs/tutorial/07_estimating_regional_field.ipynb

Large diffs are not rendered by default.

1,348 changes: 583 additions & 765 deletions docs/tutorial/08_combining_it_all.ipynb

Large diffs are not rendered by default.

368 changes: 313 additions & 55 deletions docs/tutorial/09_uncertainty_analysis.ipynb

Large diffs are not rendered by default.

0 comments on commit 91d6a8c

Please sign in to comment.