From 5f345fa637e4f938c1bad3880b39383a94caef85 Mon Sep 17 00:00:00 2001 From: Pingu Carsti Date: Fri, 12 Apr 2024 14:50:01 +0200 Subject: [PATCH] fix docs --- docs/source/index.rst | 1 - docs/source/notebooks/example.ipynb | 48 ----------------------------- docs/source/notebooks/index.rst | 8 ----- 3 files changed, 57 deletions(-) delete mode 100644 docs/source/notebooks/example.ipynb delete mode 100644 docs/source/notebooks/index.rst diff --git a/docs/source/index.rst b/docs/source/index.rst index 318de0c..aed6750 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -6,7 +6,6 @@ installation configuration - notebooks/index dev_guide processes authors diff --git a/docs/source/notebooks/example.ipynb b/docs/source/notebooks/example.ipynb deleted file mode 100644 index a68d809..0000000 --- a/docs/source/notebooks/example.ipynb +++ /dev/null @@ -1,48 +0,0 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# Usage Example" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [ - "import parrot" - ] - }, - { - "cell_type": "code", - "execution_count": null, - "metadata": {}, - "outputs": [], - "source": [] - } - ], - "metadata": { - "kernelspec": { - "display_name": "Python 3", - "language": "python", - "name": "python3" - }, - "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.8.2" - } - }, - "nbformat": 4, - "nbformat_minor": 4 -} diff --git a/docs/source/notebooks/index.rst b/docs/source/notebooks/index.rst deleted file mode 100644 index cdbc518..0000000 --- a/docs/source/notebooks/index.rst +++ /dev/null @@ -1,8 +0,0 @@ -======== -Examples -======== - -.. toctree:: - :maxdepth: 1 - - example