Fix table of contents

This commit is contained in:
Cosmin Ciocan
2024-01-05 20:46:24 +01:00
parent c6ab2dce20
commit 6150ae5713
+1 -6
View File
@@ -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)