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

use https for urls where it is available #518

Open
wants to merge 3 commits into
base: main
Choose a base branch
from
Open
Changes from all commits
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
14 changes: 7 additions & 7 deletions apps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ Apps
====

To augment the content in EM GeoSci, a number of `Jupyter
Notebook <http://jupyter.org>`_ apps have been developed.
Notebook <https://jupyter.org>`_ apps have been developed.
There are two categories of notebooks

- :ref:`EM Apps <em_apps>`
Expand All @@ -14,9 +14,9 @@ There are two categories of notebooks
- **Purpose:** To be a starting point for getting up and running with the EM Module of SimPEG for performing numerical simulations and inversions

.. We have provided instructions on working with the apps in the `Jupyter
.. Notebook<http://jupyter.org>`_ environment.
.. Notebook<https://jupyter.org>`_ environment.

If you run into any issues, please let us know at: http://github.com/geoscixyz/em_apps.
If you run into any issues, please let us know at: https://github.com/geoscixyz/em_apps.


.. _em_apps:
Expand All @@ -26,12 +26,12 @@ EM Apps

There are a few ways you can run the notebooks. We recommend:

- Microsoft Azure (recommended): http://notebooks.azure.com/library/em_apps
- Microsoft Azure (recommended): https://notebooks.azure.com/library/em_apps

Alternatively, you can use:

- Binders (free, no login required, not-so-stable): http://mybinder.org/repo/geoscixyz/em_apps
- Download from Github (free, installation of python required): http://github.com/geoscixyz/em_apps
- Download from Github (free, installation of python required): https://github.com/geoscixyz/em_apps

.. image:: images/DC_LayeredEarth_notebook.png

Expand Down Expand Up @@ -94,12 +94,12 @@ electromagnetics and time domain electromagnetics using `SimPEG <http://simpeg.x

These notebooks are available at

- Microsoft Azure (recommended): http://notebooks.azure.com/library/electromagnetics
- Microsoft Azure (recommended): https://notebooks.azure.com/library/electromagnetics

or alternatively:

- Binders (free, no login required, not-so-stable): http://mybinder.org/repo/simpeg/em_notebooks
- Download from Github (free, installation of python required): http://github.com/simpeg/em_notebooks
- Download from Github (free, installation of python required): https://github.com/simpeg/em_notebooks

Further examples and documentation are available at http://simpeg.xyz.

Expand Down