Skip to content

Commit 37a9e74

Browse files
author
Jessica Shi
committed
add tutorial page
1 parent bf2c021 commit 37a9e74

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

documentation/mkdocs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
site_name: 'Documentation - The Tensor Algebra Compiler (taco)'
22
site_favicon: favicon.ico
3-
theme_dir: 'readthedocs'
3+
theme: readthedocs
44
extra_css: [extra.css]
55
extra_javascript:
66
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML
@@ -13,6 +13,7 @@ pages:
1313
- 'Defining Tensors': 'tensors.md'
1414
- 'Computing on Tensors': 'computations.md'
1515
- Python Library:
16+
- 'Tutorial': 'tutorial.md'
1617
- 'Defining Tensors': 'pytensors.md'
1718
- 'Computing on Tensors': 'pycomputations.md'
1819
- Example Applications:

0 commit comments

Comments
 (0)