Skip to content

Commit

Permalink
Add Triton docset. (#5272)
Browse files Browse the repository at this point in the history
  • Loading branch information
Victarry authored Dec 17, 2024
1 parent 1191f73 commit cabc836
Show file tree
Hide file tree
Showing 4 changed files with 33 additions and 0 deletions.
22 changes: 22 additions & 0 deletions docsets/Triton/README.md
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
```
11 changes: 11 additions & 0 deletions docsets/Triton/docset.json
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": []
}
Binary file added docsets/Triton/icon.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added docsets/Triton/[email protected]
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit cabc836

Please sign in to comment.