diff --git a/docs/index.rst b/docs/index.rst
index 2471af5..bc328b7 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -12,24 +12,13 @@
api
license
-.. raw:: html
-
-
-
.. image:: /logo.png
:width: 670
:alt: kernel launcher
-.. raw:: html
-
-
*Kernel Launcher* is a C++ library that makes it easy to dynamically compile *CUDA* kernels at run time (using `NVRTC `_) and call them in easy type-safe way using C++ magic.
There are two reasons for using run-time compilation: