mirror of
https://github.com/andreinechaev/nvcc4jupyter.git
synced 2026-06-14 11:10:49 +05:30
Fix table of contents
This commit is contained in:
@@ -5,7 +5,6 @@
|
|||||||
| Testing | ![Python Versions][python-version] [![CI - Test][test-badge]][test-workflow] [![Coverage][coverage-badge]][coverage-results] |
|
| 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] |
|
| 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
|
[python-version]: https://img.shields.io/pypi/pyversions/nvcc4jupyter
|
||||||
[test-badge]: https://github.com/cosminc98/nvcc4jupyter/actions/workflows/test.yml/badge.svg
|
[test-badge]: https://github.com/cosminc98/nvcc4jupyter/actions/workflows/test.yml/badge.svg
|
||||||
[test-workflow]: https://github.com/cosminc98/nvcc4jupyter/actions/workflows/test.yml
|
[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-latest-version]: https://img.shields.io/pypi/v/nvcc4jupyter.svg
|
||||||
[pypi-downloads]: https://img.shields.io/pypi/dd/nvcc4jupyter.svg?label=PyPI%20downloads
|
[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
|
**nvcc4jupyter** is a Jupyter Notebook plugin that provides cell and line
|
||||||
[magics](https://ipython.readthedocs.io/en/stable/interactive/magics.html)
|
[magics](https://ipython.readthedocs.io/en/stable/interactive/magics.html)
|
||||||
to allow running CUDA C++ code from a notebook. This is especially
|
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)
|
- [Main Features](#main-features)
|
||||||
- [Install](#install)
|
- [Install](#install)
|
||||||
- [Dependencies](#dependencies)
|
- [Usage](#usage)
|
||||||
- [Installation from sources](#installation-from-sources)
|
|
||||||
- [License](#license)
|
- [License](#license)
|
||||||
- [Documentation](#documentation)
|
- [Documentation](#documentation)
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user