diff --git a/README.md b/README.md index 624134b..c559724 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,9 @@ # bio-nbs - - +This is a collection of my notebooks. Go to `nbs` folder to check notebooks. ## Documentation -Documentation can be found hosted on this GitHub -[repository](https://github.com/sky1ove/bio-nbs)’s -[pages](https://sky1ove.github.io/bio-nbs/). +Documentation can be found hosted on [pages](https://sky1ove.github.io/bio-nbs/). -## How to use -Go to `nbs` folder to check notebooks. diff --git a/nbs/index.ipynb b/nbs/index.ipynb deleted file mode 100644 index 63c1d7b..0000000 --- a/nbs/index.ipynb +++ /dev/null @@ -1,65 +0,0 @@ -{ - "cells": [ - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "# bio-nbs\n", - "\n", - "> A collection of notebooks for bio-related data analysis" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## Documentation" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "Documentation can be found hosted on this GitHub [repository][repo]'s [pages][docs].\n", - "\n", - "[repo]: https://github.com/sky1ove/bio-nbs\n", - "[docs]: https://sky1ove.github.io/bio-nbs/" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "## How to use" - ] - }, - { - "cell_type": "markdown", - "metadata": {}, - "source": [ - "Go to `nbs` folder to check notebooks." - ] - } - ], - "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.10.10" - } - }, - "nbformat": 4, - "nbformat_minor": 4 -}