diff --git a/docs/tutorials/index.md b/docs/tutorials/index.md index db7542b3..d343a3b5 100644 --- a/docs/tutorials/index.md +++ b/docs/tutorials/index.md @@ -1,7 +1,6 @@ # Tutorials ```{nbgallery} -my_tutorial.ipynb ADCP_data_tutorial.ipynb CTD_data_tutorial.ipynb ``` diff --git a/docs/tutorials/my_tutorial.ipynb b/docs/tutorials/my_tutorial.ipynb deleted file mode 100644 index 10167fd3..00000000 --- a/docs/tutorials/my_tutorial.ipynb +++ /dev/null @@ -1,33 +0,0 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Awesome Example Tutorial" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "print(\"Still a work in progress\")" - ] - } - ], - "metadata": { - "kernelspec": { - "display_name": "ship", - "language": "python", - "name": "python3" - }, - "language_info": { - "name": "python", - "version": "3.12.5" - } - }, - "nbformat": 4, - "nbformat_minor": 2 -}