Skip to content

Commit de46ce4

Browse files
committed
Fix logo placement in documentation
1 parent 620a37d commit de46ce4

File tree

1 file changed

+0
-11
lines changed

1 file changed

+0
-11
lines changed

docs/index.rst

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -12,24 +12,13 @@
1212
api
1313
license
1414

15-
.. raw:: html
16-
17-
<!--
18-
1915
Kernel Launcher
2016
===============
2117

22-
.. raw:: html
23-
24-
--><h1>
25-
2618
.. image:: /logo.png
2719
:width: 670
2820
:alt: kernel launcher
2921

30-
.. raw:: html
31-
32-
</h1>
3322

3423
*Kernel Launcher* is a C++ library that makes it easy to dynamically compile *CUDA* kernels at run time (using `NVRTC <https://docs.nvidia.com/cuda/nvrtc/index.html>`_) and call them in easy type-safe way using C++ magic.
3524
There are two reasons for using run-time compilation:

0 commit comments

Comments
 (0)