From 3cf0d60d1ae9702a261f5c0c3ecadfb52eb99a98 Mon Sep 17 00:00:00 2001 From: Cosmin Ciocan Date: Fri, 12 Jan 2024 15:27:05 +0100 Subject: [PATCH] Move project description from usage page to home page --- docs/source/index.rst | 16 +++------------- docs/source/usage.rst | 8 -------- 2 files changed, 3 insertions(+), 21 deletions(-) diff --git a/docs/source/index.rst b/docs/source/index.rst index b472c1d..1f07bdd 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -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 `_ +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` diff --git a/docs/source/usage.rst b/docs/source/usage.rst index 885e419..38ff35c 100644 --- a/docs/source/usage.rst +++ b/docs/source/usage.rst @@ -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 `_ -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 ------------------