We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bf2c021 commit 37a9e74Copy full SHA for 37a9e74
documentation/mkdocs.yml
@@ -1,6 +1,6 @@
1
site_name: 'Documentation - The Tensor Algebra Compiler (taco)'
2
site_favicon: favicon.ico
3
-theme_dir: 'readthedocs'
+theme: readthedocs
4
extra_css: [extra.css]
5
extra_javascript:
6
- https://cdnjs.cloudflare.com/ajax/libs/mathjax/2.7.0/MathJax.js?config=TeX-AMS-MML_HTMLorMML
@@ -13,6 +13,7 @@ pages:
13
- 'Defining Tensors': 'tensors.md'
14
- 'Computing on Tensors': 'computations.md'
15
- Python Library:
16
+ - 'Tutorial': 'tutorial.md'
17
- 'Defining Tensors': 'pytensors.md'
18
- 'Computing on Tensors': 'pycomputations.md'
19
- Example Applications:
0 commit comments