[DOCS] Added .ipynb tutorials in docs
This commit is contained in:
@@ -30,7 +30,7 @@
|
||||
# Add any Sphinx extension module names here, as strings. They can be
|
||||
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
|
||||
# ones.
|
||||
extensions = ['sphinx.ext.autosectionlabel']
|
||||
extensions = ['nbsphinx', 'sphinx.ext.autosectionlabel']
|
||||
autosectionlabel_prefix_document = True
|
||||
|
||||
# Add any paths that contain templates here, relative to this directory.
|
||||
@@ -69,7 +69,7 @@ language = None
|
||||
# List of patterns, relative to source directory, that match files and
|
||||
# directories to ignore when looking for source files.
|
||||
# This patterns also effect to html_static_path and html_extra_path
|
||||
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store']
|
||||
exclude_patterns = ['_build', 'Thumbs.db', '.DS_Store', '**.ipynb_checkpoints']
|
||||
|
||||
# The name of the Pygments (syntax highlighting) style to use.
|
||||
pygments_style = 'sphinx'
|
||||
|
@@ -17,5 +17,5 @@ Welcome to Triton's documentation!
|
||||
:maxdepth: 1
|
||||
:caption: Tutorials
|
||||
|
||||
Vector Addition <https://github.com/ptillet/triton/blob/master/python/tutorials/01-vector-add.ipynb>
|
||||
Fused Softmax <https://github.com/ptillet/triton/blob/master/python/tutorials/02-fused-softmax.ipynb>
|
||||
Vector Addition <tutorials/01-vector-add.ipynb>
|
||||
Fused Softmax <tutorials/02-fused-softmax.ipynb>
|
1
docs/tutorials/01-vector-add.ipynb
Symbolic link
1
docs/tutorials/01-vector-add.ipynb
Symbolic link
@@ -0,0 +1 @@
|
||||
../../python/tutorials/01-vector-add.ipynb
|
1
docs/tutorials/02-fused-softmax.ipynb
Symbolic link
1
docs/tutorials/02-fused-softmax.ipynb
Symbolic link
@@ -0,0 +1 @@
|
||||
../../python/tutorials/02-fused-softmax.ipynb
|
Reference in New Issue
Block a user