Skip to content

Commit a8629ba

Browse files
author
Jessica Shi
committed
move files to symphony docs
1 parent 37a9e74 commit a8629ba

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

documentation/mkdocs.yml

Lines changed: 1 addition & 2 deletions
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: readthedocs
3+
theme_dir: '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,7 +13,6 @@ pages:
1313
- 'Defining Tensors': 'tensors.md'
1414
- 'Computing on Tensors': 'computations.md'
1515
- Python Library:
16-
- 'Tutorial': 'tutorial.md'
1716
- 'Defining Tensors': 'pytensors.md'
1817
- 'Computing on Tensors': 'pycomputations.md'
1918
- Example Applications:
File renamed without changes.

symphony_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 @@ use_directory_urls: false
1313
pages:
1414
- Home: index.md
1515
- Python Library:
16+
- 'Tutorial': 'tutorial.md'
1617
- 'Defining Tensors': 'pytensors.md'
1718
- 'Computing on Tensors': 'pycomputations.md'
1819
- 'Reference Manual': 'pyreference.md'

0 commit comments

Comments
 (0)