Skip to content

Commit

Permalink
add sphinx extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
yzh119 committed Nov 19, 2022
1 parent da661d9 commit a1913f3
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 1 deletion.
1 change: 1 addition & 0 deletions docs/.gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
generated/
4 changes: 4 additions & 0 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@
# extensions coming with Sphinx (named 'sphinx.ext.*') or your custom
# ones.
extensions = [
'sphinx.ext.autodoc',
'sphinx.ext.autosummary',
'sphinx.ext.viewcode',
'sphinx.ext.mathjax',
]

# Add any paths that contain templates here, relative to this directory.
Expand Down
2 changes: 1 addition & 1 deletion docs/motivation.rst
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Why creating another compiler abstraction for Sparse Tensor Algebra
Why designing another compiler abstraction for Sparse Deep Learning
===================================================================

Under construction

0 comments on commit a1913f3

Please sign in to comment.