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