From a74919fa468f073dcc3d9a6ec592a96410b4170e Mon Sep 17 00:00:00 2001 From: Philippe Tillet Date: Fri, 19 Mar 2021 15:37:15 -0400 Subject: [PATCH] [DOCS] Improved index --- docs/index.rst | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index b5ccc1e88..1790c50af 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -17,10 +17,14 @@ Getting Started getting-started/installation getting-started/tutorials/index -Going Further +Programming Guide -------------- -- Check out the :doc:`programming guide ` to learn more about Triton and how it compares against other DSLs for DNNs. +Check out the following documents to learn more about Triton and how it compares against other DSLs for DNNs: + +- Chapter 1: :doc:`Introduction ` +- Chapter 2: :doc:`Related Work ` +- Chapter 3: :doc:`The Triton-C Kernel Language ` .. toctree:: :maxdepth: 1 @@ -28,4 +32,5 @@ Going Further :hidden: programming-guide/introduction - programming-guide/related-work \ No newline at end of file + programming-guide/related-work + programming-guide/triton-c \ No newline at end of file