Skip to content

Commit

Permalink
Merge pull request #876 from simpeg/simulation_examples_cleanup
Browse files Browse the repository at this point in the history
Simulation tutorials cleanup
  • Loading branch information
jcapriot committed May 26, 2020
2 parents 5295023 + 89ad75a commit 9cf4622
Show file tree
Hide file tree
Showing 141 changed files with 3,857 additions and 2,291 deletions.
22 changes: 11 additions & 11 deletions .gitignore
Expand Up @@ -44,20 +44,20 @@ docs/_build/
docs/warnings.txt
.DS_Store
docs/content/examples/*
docs/content/tutorials/basic_inversions/*
docs/content/tutorials/forward_simulations/*
docs/content/tutorials/models_mapping/*
docs/content/tutorials/*
docs/modules/*

# paths to where data are downloaded
examples/00_published/bookpurnong_inversion/*
examples/00_published/._bookpurnong_inversion
examples/00_published/*.tar.gz
examples/00_published/*.png
tutorials/basic_inversions/1_gravity/gravity/*
tutorials/basic_inversions/2_magnetics/magnetics/*
tutorials/basic_inversions/3_dcip/dcip1d/*
tutorials/basic_inversions/3_dcip/dcip2d/*
examples/20-published/bookpurnong_inversion/*
examples/20-published/._bookpurnong_inversion
examples/20-published/*.tar.gz
examples/20-published/*.png
tutorials/03-gravity/gravity/*
tutorials/04-magnetics/magnetics/*
tutorials/05-dcr/dcip1d/*
tutorials/05-dcr/dcip2d/*
tutorials/06-ip/dcip2d/*
tutorials/12-seismic/seismic/*

# jupyter
*.ipynb
Expand Down
13 changes: 4 additions & 9 deletions .travis.yml
Expand Up @@ -20,7 +20,7 @@ env:
- PYPI_PY=3.6 # deploy to pypi from python 3.6

matrix:
- TEST_DIR=tests/docs;
- TEST_DIR=tests/docs
- TEST_DIR=tests/em/fdem/inverse/derivs
- TEST_DIR=tests/em/tdem
- TEST_DIR="tests/em/static tests/seis tests/base tests/utils"
Expand Down Expand Up @@ -59,16 +59,11 @@ install:
tar -xzf credentials.tar.gz ;
gcloud auth activate-service-account --key-file credentials/client-secret-docs.json ;
gsutil cp gs://simpeg/simulation/${TRAVIS_PYTHON_VERSION}/examples.tar.gz $PWD/docs/content ;
gsutil cp gs://simpeg/simulation/${TRAVIS_PYTHON_VERSION}/tut_basic_inversions.tar.gz $PWD/docs/content/tutorials ;
gsutil cp gs://simpeg/simulation/${TRAVIS_PYTHON_VERSION}/tut_forward_simulations.tar.gz $PWD/docs/content/tutorials ;
gsutil cp gs://simpeg/simulation/${TRAVIS_PYTHON_VERSION}/tut_models_mapping.tar.gz $PWD/docs/content/tutorials ;
gsutil cp gs://simpeg/simulation/${TRAVIS_PYTHON_VERSION}/tutorials.tar.gz $PWD/docs/content ;
cd docs/content ;
tar -xzf examples.tar.gz examples;
cd tutorials;
tar -xzf tut_basic_inversions.tar.gz basic_inversions;
tar -xzf tut_forward_simulations.tar.gz forward_simulations;
tar -xzf tut_models_mapping.tar.gz models_mapping;
cd ../../../ ;
tar -xzf tutorials.tar.gz tutorials;
cd ../../ ;
fi

# Run test
Expand Down
10 changes: 5 additions & 5 deletions README.rst
Expand Up @@ -2,7 +2,7 @@
:alt: SimPEG Logo

SimPEG
======
******

.. image:: https://img.shields.io/pypi/v/SimPEG.svg
:target: https://pypi.python.org/pypi/SimPEG
Expand Down Expand Up @@ -51,7 +51,7 @@ You are welcome to join forum and engage with people who use and develop SimPEG
Weekly meetings are open to all. They are generally held on Tuesdays at 10:30am PDT. Please see the calendar (`GCAL <https://calendar.google.com/calendar/b/0?cid=ZHVhamYzMWlibThycWdkZXM5NTdoYXV2MnNAZ3JvdXAuY2FsZW5kYXIuZ29vZ2xlLmNvbQ>`_, `ICAL <https://calendar.google.com/calendar/ical/duajf31ibm8rqgdes957hauv2s%40group.calendar.google.com/public/basic.ics>`_) for information on the next meeting.

Overview Video
--------------
==============

.. image:: https://img.youtube.com/vi/yUm01YsS9hQ/0.jpg
:target: https://www.youtube.com/watch?v=yUm01YsS9hQ
Expand All @@ -61,7 +61,7 @@ Working towards all the Geophysics, but Backwards - SciPy 2016


Citing SimPEG
-------------
=============

There is a paper about SimPEG!

Expand All @@ -81,7 +81,7 @@ There is a paper about SimPEG!
}
Electromagnetics
****************
----------------

If you are using the electromagnetics module of SimPEG, please cite:

Expand All @@ -106,7 +106,7 @@ If you are using the electromagnetics module of SimPEG, please cite:
Links
-----
=====

Website:
http://simpeg.xyz
Expand Down

0 comments on commit 9cf4622

Please sign in to comment.