mirror of
https://github.com/andreinechaev/nvcc4jupyter.git
synced 2026-06-14 03:00:47 +05:30
Move project description from usage page to home page
This commit is contained in:
+3
-13
@@ -1,12 +1,9 @@
|
|||||||
Welcome to nvcc4jupyter's documentation!
|
Welcome to nvcc4jupyter's documentation!
|
||||||
========================================
|
========================================
|
||||||
|
|
||||||
.. note::
|
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/>`_
|
||||||
This project is under active development.
|
which provides CUDA capable GPUs with the CUDA toolkit already installed.
|
||||||
|
|
||||||
Contents
|
|
||||||
--------
|
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 2
|
:maxdepth: 2
|
||||||
@@ -14,10 +11,3 @@ Contents
|
|||||||
|
|
||||||
usage
|
usage
|
||||||
magics
|
magics
|
||||||
|
|
||||||
Indices and tables
|
|
||||||
==================
|
|
||||||
|
|
||||||
* :ref:`genindex`
|
|
||||||
* :ref:`modindex`
|
|
||||||
* :ref:`search`
|
|
||||||
|
|||||||
@@ -1,12 +1,6 @@
|
|||||||
Usage
|
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
|
Installation
|
||||||
------------
|
------------
|
||||||
|
|
||||||
@@ -16,8 +10,6 @@ To use nvcc4jupyter, first install it using pip:
|
|||||||
|
|
||||||
(venv) $ pip install nvcc4jupyter
|
(venv) $ pip install nvcc4jupyter
|
||||||
|
|
||||||
.. _load_extension:
|
|
||||||
|
|
||||||
Load the Extension
|
Load the Extension
|
||||||
------------------
|
------------------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user