Skip to content

Commit d2a7e23

Browse files
committed
Updated documentation intro
1 parent 9dddc00 commit d2a7e23

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

documentation/docs/index.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -6,16 +6,16 @@ computations can be performed on any mix of dense and sparse tensors. Under the
66
hood, TACO automatically generates efficient code to perform these
77
computations.
88

9-
The sidebar to the left links to documentation for the TACO Python library as
10-
well as some examples demonstrating how TACO can be used in real-world
11-
applications.
9+
The sidebar to the left links to documentation for the TACO C++ and Python
10+
libraries as well as some examples demonstrating how TACO can be used in
11+
real-world applications.
1212

1313
# System Requirements
1414

1515
* A C compiler that supports C99, such as GCC or Clang
1616
* Support for OpenMP is also required if parallel execution is desired
17-
* Python 3 with NumPy and SciPy
17+
* Python 3 with NumPy and SciPy (for the Python library)
1818

19-
<!--# Getting Help
19+
# Getting Help
2020

21-
Questions and bug reports can be submitted [here](https://github.com/tensor-compiler/taco/issues).-->
21+
Questions and bug reports can be submitted [here](https://github.com/tensor-compiler/taco/issues).

0 commit comments

Comments
 (0)