Skip to content

Commit

Permalink
Marine modifying the tutorials (#281)
Browse files Browse the repository at this point in the history
* reorder readme

* update toc and add plotting script

* clear outputs
  • Loading branch information
mdenolle authored Feb 16, 2024
1 parent 4bb19cb commit 773b90b
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"editor.defaultFormatter": "ms-python.black-formatter",
"editor.formatOnSave": true,
"editor.codeActionsOnSave": {
"source.organizeImports": true
"source.organizeImports": "explicit"
}
},
"isort.args": [
Expand Down
6 changes: 4 additions & 2 deletions tutorials/get_started.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,9 @@
"id": "PIA2IaqUOeOA"
},
"source": [
"# Welcome to the NoisePy Colab Tutorial!\n",
"# Getting Started\n",
"\n",
"Welcome to the NoisePy Colab Tutorial!\n",
"\n",
"This tutorial will walk you through the basic steps of using NoisePy to compute ambient noise cross correlation functions.\n"
]
Expand Down Expand Up @@ -391,7 +393,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.10.13"
"version": "3.10.12"
}
},
"nbformat": 4,
Expand Down
3 changes: 2 additions & 1 deletion tutorials/noisepy_datastore.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,8 @@
"id": "PIA2IaqUOeOA"
},
"source": [
"# Introduction to NoisePy DataStore Class"
"# DataStore \n",
"Introduction to the NoisePy DataStore class."
]
},
{
Expand Down

0 comments on commit 773b90b

Please sign in to comment.