[DOCS] Updated and improved docs (#73)

This commit is contained in:
Philippe Tillet
2021-03-05 22:33:50 -05:00
committed by Philippe Tillet
parent 3ecf834a69
commit 0c13b8ff0e
5 changed files with 68 additions and 56 deletions

View File

@@ -8,14 +8,14 @@ Welcome to Triton's documentation!
.. toctree::
:maxdepth: 1
:caption: Contents:
:caption: Installation Instructions
installation/index
installation/packaged-binaries
installation/from-source
Indices and tables
==================
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
.. toctree::
:maxdepth: 1
:caption: Tutorials
Vector Addition <https://github.com/ptillet/triton/blob/master/python/tutorials/01-vector-add.ipynb>
Fused Softmax <https://github.com/ptillet/triton/blob/master/python/tutorials/02-fused-softmax.ipynb>