forked from triton-lang/triton
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[DOCS] Re-structured documentation hierarchy
- Loading branch information
Showing
8 changed files
with
68 additions
and
222 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
17 changes: 16 additions & 1 deletion
17
docs/installation/from-source.rst → docs/getting-started/installation.rst
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,18 @@ | ||
.. Triton documentation master file, created by | ||
sphinx-quickstart on Mon Feb 10 01:01:37 2020. | ||
You can adapt this file completely to your liking, but it should at least | ||
contain the root `toctree` directive. | ||
Welcome to Triton's documentation! | ||
================================== | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:caption: Installation Instructions | ||
Triton is an imperative language and compiler for parallel programming. It aims to provide a programming environment for productively writing custom DNN compute kernels capable of running at maximal throughput on modern GPU hardware. | ||
|
||
Getting Started | ||
--------------- | ||
|
||
installation/packaged-binaries | ||
installation/from-source | ||
- Follow the :doc:`installation instructions <getting-started/installation>` for your platform of choice. | ||
- Take a look at the :doc:`tutorials <getting-started/tutorials/index>` to learn how to write your first Triton program. | ||
|
||
.. toctree:: | ||
:maxdepth: 1 | ||
:caption: Installation Instructions | ||
:caption: Getting Started | ||
:hidden: | ||
|
||
tutorials/index | ||
getting-started/installation | ||
getting-started/tutorials/index |
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.