From 83e0f72ae0a491a3fb4340b193f1086f14f68543 Mon Sep 17 00:00:00 2001 From: John Reichenbach Date: Wed, 6 Nov 2019 17:29:49 -0500 Subject: [PATCH 1/2] Change title of Quickstart --- docs/quickstart/quickstart.ipynb | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/quickstart/quickstart.ipynb b/docs/quickstart/quickstart.ipynb index 66464209843..b53a41439d5 100644 --- a/docs/quickstart/quickstart.ipynb +++ b/docs/quickstart/quickstart.ipynb @@ -4,7 +4,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "### Quickstart ###" + "### Quickstart for TARDIS ###" ] }, { @@ -1231,7 +1231,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.6.8" + "version": "3.6.7" }, "nbsphinx": { "execute": "auto" From 2fc5f489f66cb5b21d1c4ed93e1e175d337b50a8 Mon Sep 17 00:00:00 2001 From: John Reichenbach Date: Tue, 12 Nov 2019 09:42:29 -0500 Subject: [PATCH 2/2] Add link for example yaml to quickstart --- docs/quickstart/quickstart.ipynb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/quickstart/quickstart.ipynb b/docs/quickstart/quickstart.ipynb index b53a41439d5..dcc83aa2cf8 100644 --- a/docs/quickstart/quickstart.ipynb +++ b/docs/quickstart/quickstart.ipynb @@ -11,7 +11,7 @@ "cell_type": "markdown", "metadata": {}, "source": [ - "After the [installation](../installation.rst) start a jupyter server executing `jupyter notebook` on the commandline in a directory that contains the configuration file (in our example `tardis_example.yml`). The atomic database (for more info refer to [atomic data](../atomic/atomic_data.rst) ) and a configuration file (more info at [configuration](../running/configuration/configuration.rst) ). You can obtain a copy of the atomic database from the\n", + "After the [installation](../installation.rst) start a jupyter server executing `jupyter notebook` on the commandline in a directory that contains the configuration file (in our example `tardis_example.yml`, which can be downloaded from [here] (https://raw.githubusercontent.com/tardis-sn/tardis/master/docs/models/examples/tardis_example.yml)). The atomic database (for more info refer to [atomic data](../atomic/atomic_data.rst) ) and a configuration file (more info at [configuration](../configuration/index.rst) ). You can obtain a copy of the atomic database from the\n", "(https://github.com/tardis-sn/tardis-refdata) repository\n", "(`atom_data` subfolder). We recommended to use the\n", "`kurucz_cd23_chianti_H_He.h5` dataset (which is auto-downloaded in the second cell already)."