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

Hide authors in the index pages #46

Draft
wants to merge 1 commit into
base: main
Choose a base branch
from
Draft
Show file tree
Hide file tree
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
7 changes: 5 additions & 2 deletions notebooks/dcr_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Direct Current Resistivity
======================
---
authors: {}
---

# Direct Current Resistivity

Direct current resistivity data are simulated using functionality within the ``SimPEG.electromagnetics.static.resistivity`` module. Here, we provide a multitude of introductory and indermediate level tutorials for forward simulation and inversion of direct current resistivity data. Links to each tutorial can be accessed below or from the left-side menu.

Expand Down
7 changes: 5 additions & 2 deletions notebooks/fdem_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Frequency-Domain Electromagnetics
==============================
---
authors: {}
---

# Frequency-Domain Electromagnetics

In this chapter, we publish code comparisons and validations for frequency-domain electromagnetic modeling packages.
In SimPEG, the *SimPEG.electromagnetics.frequency_domain* module is used for modeling frequency-domain data.
Expand Down
7 changes: 5 additions & 2 deletions notebooks/gravity_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Gravity
=======
---
authors: {}
---

# Gravity

Gravity anomaly and gravity gradiometry data are simulated using functionality within the ``SimPEG.potential_fields.gravity`` module. Here, we provide a multitude of introductory and indermediate level tutorials for forward simulation and inversion of gravity anomaly and gravity gradiometry data. Links to each tutorial can be accessed below or from the left-side menu.

Expand Down
10 changes: 7 additions & 3 deletions notebooks/ip_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,9 @@
Induced Polarization
======================
---
authors: {}
---

# Induced Polarization


Induced polarization data are simulated using functionality within the ``SimPEG.electromagnetics.static.induced_polarization`` module. Here, we provide a multitude of introductory and indermediate level tutorials for forward simulation and inversion of induced polarization data. Links to each tutorial can be accessed below or from the left-side menu.

Expand All @@ -22,4 +26,4 @@ Schematic illustrating the physics of the DC/IP method ([image source](https://e
<br />

[3D Inversion](06-ip/inv_ip_3d) $({\color{orange}Intermediate}$, ${\color{orange}Moderate})$
<br />
<br />
9 changes: 6 additions & 3 deletions notebooks/magnetics_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Magnetics
=========
---
authors: {}
---

# Magnetics

In this chapter, we publish code comparisons and validations for magnetics and magnetic gradiometry modeling packages.
In SimPEG, the *SimPEG.potential_fields.magnetics* module is used for modeling magnetics and gradiometry data.
Expand All @@ -20,4 +23,4 @@ Global scale magnetic anomalies over Africa ([image source](https://upload.wikim
<br />

[3D Inversion of TMI Data to Recover a Susceptibility Model](04-magnetics/inv_magnetics_induced_3d) $({\color{orange}Intermediate}$, ${\color{green}Lightweight})$
<br />
<br />
7 changes: 5 additions & 2 deletions notebooks/tdem_index.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
Time-Domain Electromagnetics
============================
---
authors: {}
---

# Time-Domain Electromagnetics

In this chapter, we publish code comparisons and validations for time-domain electromagnetic modeling packages.
In SimPEG, the
Expand Down
Loading