diff --git a/docs/source/index.rst b/docs/source/index.rst index 96baadeca3f9c2d87e9525fede32af54b25a4fe3..375cc39a1701dfc79e794d007e1289fc4e923d63 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -31,9 +31,7 @@ Other helpful resources :maxdepth: 2 :caption: Tutorials: - tutorial1 - tutorial2 - tutorial3 + test API diff --git a/docs/source/tutorial1.ipynb b/docs/source/test.ipynb similarity index 71% rename from docs/source/tutorial1.ipynb rename to docs/source/test.ipynb index f425edbfe6521bad6b6ae9f8e88d3a51f8c15d65..21c158349fca658e1c329b1563fafec9bd5d3754 100644 --- a/docs/source/tutorial1.ipynb +++ b/docs/source/test.ipynb @@ -27,25 +27,33 @@ "metadata": {}, "outputs": [], "source": [] + }, + { + "cell_type": "code", + "execution_count": null, + "id": "430aabb3-1079-4fc8-b9b8-b33ac311ae4f", + "metadata": {}, + "outputs": [], + "source": [] } ], "metadata": { "kernelspec": { - "display_name": "nwp 2023.1 - 3.10", + "display_name": "Anaconda2 (2019.10) - 2.7.16", "language": "python", - "name": "nwp2023.1" + "name": "anaconda22019.10-gcc-8.5.0" }, "language_info": { "codemirror_mode": { "name": "ipython", - "version": 3 + "version": 2 }, "file_extension": ".py", "mimetype": "text/x-python", "name": "python", "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.9" + "pygments_lexer": "ipython2", + "version": "2.7.16" } }, "nbformat": 4, diff --git a/docs/source/tutorial2.ipynb b/docs/source/tutorial2.ipynb deleted file mode 100644 index 74576f45257c7f7b0f6fc111bbd41461dcce1c29..0000000000000000000000000000000000000000 --- a/docs/source/tutorial2.ipynb +++ /dev/null @@ -1,45 +0,0 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "id": "02ac2a1f-272e-4f23-960d-e7f95d683b53", - "metadata": { - "tags": [] - }, - "source": [ - "# Test2" - ] - }, - { - "cell_type": "code", - "execution_count": 1, - "id": "afdee309-2ee0-418d-89db-47d057386a29", - "metadata": {}, - "outputs": [], - "source": [ - "import os, sys" - ] - } - ], - "metadata": { - "kernelspec": { - "display_name": "nwp 2023.1 - 3.10", - "language": "python", - "name": "nwp2023.1" - }, - "language_info": { - "codemirror_mode": { - "name": "ipython", - "version": 3 - }, - "file_extension": ".py", - "mimetype": "text/x-python", - "name": "python", - "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.9" - } - }, - "nbformat": 4, - "nbformat_minor": 5 -} diff --git a/docs/source/tutorial3.ipynb b/docs/source/tutorial3.ipynb deleted file mode 100644 index f88f409d13ec50b58df3fdff437a2c8751107f78..0000000000000000000000000000000000000000 --- a/docs/source/tutorial3.ipynb +++ /dev/null @@ -1,45 +0,0 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "id": "8ced2b8b-6829-4b16-acb7-03fd1b8b0ff8", - "metadata": { - "tags": [] - }, - "source": [ - "# Test3" - ] - }, - { - "cell_type": "code", - "execution_count": 1, - "id": "b8d43e28-c9cb-403e-915c-79266b5a03c7", - "metadata": {}, - "outputs": [], - "source": [ - "import os, sys" - ] - } - ], - "metadata": { - "kernelspec": { - "display_name": "nwp 2023.1 - 3.10", - "language": "python", - "name": "nwp2023.1" - }, - "language_info": { - "codemirror_mode": { - "name": "ipython", - "version": 3 - }, - "file_extension": ".py", - "mimetype": "text/x-python", - "name": "python", - "nbconvert_exporter": "python", - "pygments_lexer": "ipython3", - "version": "3.10.9" - } - }, - "nbformat": 4, - "nbformat_minor": 5 -}