From 6150ae57138e1b205ae27dae2e97aaf6da94f94d Mon Sep 17 00:00:00 2001 From: Cosmin Ciocan Date: Fri, 5 Jan 2024 20:46:24 +0100 Subject: [PATCH] Fix table of contents --- README.md | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/README.md b/README.md index 5e34ef3..290165b 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,6 @@ | Testing | ![Python Versions][python-version] [![CI - Test][test-badge]][test-workflow] [![Coverage][coverage-badge]][coverage-results] | | Package | [![PyPI Latest Release][pypi-latest-version]][pypi-project-url] [![PyPI Downloads][pypi-downloads]][pypi-project-url] | - [python-version]: https://img.shields.io/pypi/pyversions/nvcc4jupyter [test-badge]: https://github.com/cosminc98/nvcc4jupyter/actions/workflows/test.yml/badge.svg [test-workflow]: https://github.com/cosminc98/nvcc4jupyter/actions/workflows/test.yml @@ -15,9 +14,6 @@ [pypi-latest-version]: https://img.shields.io/pypi/v/nvcc4jupyter.svg [pypi-downloads]: https://img.shields.io/pypi/dd/nvcc4jupyter.svg?label=PyPI%20downloads - -## What is it? - **nvcc4jupyter** is a Jupyter Notebook plugin that provides cell and line [magics](https://ipython.readthedocs.io/en/stable/interactive/magics.html) to allow running CUDA C++ code from a notebook. This is especially @@ -30,8 +26,7 @@ to own a GPU yourself. - [Main Features](#main-features) - [Install](#install) -- [Dependencies](#dependencies) -- [Installation from sources](#installation-from-sources) +- [Usage](#usage) - [License](#license) - [Documentation](#documentation)