Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Sphinx gallery #63

Merged
merged 9 commits into from
Jan 23, 2020
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -257,7 +257,7 @@ def setup(app):
sphinx_gallery_conf = {
# path to your examples scripts
"examples_dirs": [
"../../examples/00_intro/",
"../../examples/00_misc/",
"../../examples/01_random_field/",
"../../examples/02_cov_model/",
"../../examples/03_variogram/",
Expand All @@ -268,7 +268,7 @@ def setup(app):
],
# path where to save gallery generated examples
"gallery_dirs": [
"examples/00_intro/",
"examples/00_misc/",
"examples/01_random_field/",
"examples/02_cov_model/",
"examples/03_variogram/",
Expand Down
2 changes: 1 addition & 1 deletion docs/source/tutorials.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,11 +12,11 @@ explore its whole beauty and power.
:includehidden:
:maxdepth: 1

examples/00_intro/index
examples/01_random_field/index
examples/02_cov_model/index
examples/03_variogram/index
examples/04_vector_field/index
examples/05_kriging/index
examples/06_conditioned_fields/index
examples/07_transformations/index
examples/00_misc/index
6 changes: 3 additions & 3 deletions examples/00_misc/README.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Introduction
============
Miscellaneous
=============

A few introductory examples
A few Mmiscellaneous examples
MuellerSeb marked this conversation as resolved.
Show resolved Hide resolved