From 4d6226ec89dfd46a5a01fbf0846c6bcb78dbdb8e Mon Sep 17 00:00:00 2001 From: Alexander Holas Date: Mon, 16 Oct 2023 16:51:58 -0400 Subject: [PATCH] Update docs --- docs/io/configuration/index.rst | 5 ----- docs/quickstart.ipynb | 16 ---------------- 2 files changed, 21 deletions(-) diff --git a/docs/io/configuration/index.rst b/docs/io/configuration/index.rst index 96483b6b8da..9eae01041a2 100644 --- a/docs/io/configuration/index.rst +++ b/docs/io/configuration/index.rst @@ -9,11 +9,6 @@ The necessary parameters for a TARDIS simulation are provided via a `YAML `_. .. toctree:: :maxdepth: 1 diff --git a/docs/quickstart.ipynb b/docs/quickstart.ipynb index c15ebfd2365..b694d9dcca1 100644 --- a/docs/quickstart.ipynb +++ b/docs/quickstart.ipynb @@ -56,22 +56,6 @@ "The configuration file [tardis_example.yml](https://github.com/tardis-sn/tardis/tree/master/docs/tardis_example.yml) is used throughout this Quickstart." ] }, - { - "attachments": {}, - "cell_type": "markdown", - "metadata": {}, - "source": [ - "
\n", - "\n", - "**Warning:**\n", - "\n", - "TARDIS parallelization is not working correctly at the moment and might produce incorrect results.\n", - "Please avoid using it.\n", - "For more information, see issue [#2021](https://github.com/tardis-sn/tardis/issues/2021).\n", - "\n", - "
\n" - ] - }, { "cell_type": "code", "execution_count": null,