We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8398a12 commit cf87fd4Copy full SHA for cf87fd4
doc/conf.py
@@ -38,3 +38,7 @@
38
# why this name is as global-sounding as it is.
39
import sys
40
sys._BUILDING_SPHINX_DOCS = True
41
+
42
+nitpick_ignore_regex = [
43
+ ["py:func", "pytato.function.trace_call"],
44
+]
requirements.txt
@@ -6,4 +6,4 @@ git+https://github.com/inducer/pyopencl.git#egg=pyopencl
6
git+https://github.com/inducer/islpy.git#egg=islpy
7
8
git+https://github.com/inducer/loopy.git#egg=loopy
9
-git+https://github.com/inducer/pytato.git#egg=pytato
+git+https://github.com/inducer/pytato.git@functions#egg=pytato
0 commit comments