Skip to content

Commit 3da3479

Browse files
committed
Updated reference manual
1 parent 0fc848c commit 3da3479

File tree

139 files changed

+3246
-167
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

139 files changed

+3246
-167
lines changed

sdh-docs/reference/_sources/index.rst.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ Welcome to Taco's documentation
1717
rst_files/index_expressions
1818
rst_files/tensors
1919
rst_files/parsers
20+
rst_files/udfs
2021

2122

2223

sdh-docs/reference/_sources/rst_files/expr_funcs.rst.txt

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ Index Expression Functions
99
.. autosummary::
1010
:toctree: functions
1111

12+
cast
1213
remainder
1314
abs
1415
pow
@@ -42,4 +43,8 @@ Index Expression Functions
4243
max
4344
min
4445
heaviside
45-
sum
46+
sum
47+
add
48+
mul
49+
sub
50+
div
Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
PyTaco Format Object
1+
Tensor Format Object
22
=======================
33
.. autoclass:: pytaco.format
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pytaco.add
2+
==========
3+
4+
.. currentmodule:: pytaco
5+
6+
.. autofunction:: add
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pytaco.apply
2+
============
3+
4+
.. currentmodule:: pytaco
5+
6+
.. autofunction:: apply
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pytaco.cast
2+
===========
3+
4+
.. currentmodule:: pytaco
5+
6+
.. autofunction:: cast
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pytaco.div
2+
==========
3+
4+
.. currentmodule:: pytaco
5+
6+
.. autofunction:: div
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pytaco.mul
2+
==========
3+
4+
.. currentmodule:: pytaco
5+
6+
.. autofunction:: mul
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pytaco.set\_udf\_dir
2+
====================
3+
4+
.. currentmodule:: pytaco
5+
6+
.. autofunction:: set_udf_dir
Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
pytaco.sub
2+
==========
3+
4+
.. currentmodule:: pytaco
5+
6+
.. autofunction:: sub

0 commit comments

Comments
 (0)