Move project description from usage page to home page

This commit is contained in:
Cosmin Ciocan
2024-01-12 15:27:05 +01:00
parent 55423ce07a
commit 3cf0d60d1a
2 changed files with 3 additions and 21 deletions
+3 -13
View File
@@ -1,12 +1,9 @@
Welcome to nvcc4jupyter's documentation!
========================================
.. note::
This project is under active development.
Contents
--------
This IPython extension allows running CUDA C++ code in Jupyter notebook. This
is especially useful when combined with `Google Colab <https://colab.research.google.com/>`_
which provides CUDA capable GPUs with the CUDA toolkit already installed.
.. toctree::
:maxdepth: 2
@@ -14,10 +11,3 @@ Contents
usage
magics
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
-8
View File
@@ -1,12 +1,6 @@
Usage
=====
This IPython extension allows running CUDA C++ code in Jupyter notebook. This
is especially useful when combined with `Google Colab <https://colab.research.google.com/>`_
which provides CUDA capable GPUs with the CUDA toolkit already installed.
.. _installation:
Installation
------------
@@ -16,8 +10,6 @@ To use nvcc4jupyter, first install it using pip:
(venv) $ pip install nvcc4jupyter
.. _load_extension:
Load the Extension
------------------