-
Notifications
You must be signed in to change notification settings - Fork 853
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
33 additions
and
0 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
Triton Language DocSet | ||
======================= | ||
|
||
Docset for the [Triton Launguage](https://triton-lang.org/main/index.html). | ||
|
||
## Contributor | ||
[@Zhenhuan Liu](https://github.com/Victarry) | ||
|
||
### How to build: | ||
1. Clone the repo | ||
``` | ||
git clone https://github.com/triton-lang/triton.git | ||
``` | ||
2. Install dependancies | ||
``` | ||
pip3 install tabulate cmake sphinx matplotlib myst_parser sphinx-rtd-theme pandas pytest sphinx-gallery sphinx-multiversion | ||
``` | ||
3. Build docs | ||
``` | ||
cd docs | ||
make html && doc2dash -n triton _build/html/main | ||
``` |
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 |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{ | ||
"name": "Triton", | ||
"version": "3.1.0", | ||
"archive": "triton.tgz", | ||
"author": { | ||
"name": "Zhenhuan Liu", | ||
"link": "https://github.com/Victarry" | ||
}, | ||
"aliases": [], | ||
"specific_versions": [] | ||
} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.