|
13 | 13 | intersphinx_mapping = { |
14 | 14 | "arraycontext": ("https://documen.tician.de/arraycontext/", None), |
15 | 15 | "boxtree": ("https://documen.tician.de/boxtree/", None), |
| 16 | + "islpy": ("https://documen.tician.de/islpy", None), |
16 | 17 | "loopy": ("https://documen.tician.de/loopy/", None), |
17 | 18 | "matplotlib": ("https://matplotlib.org/stable/", None), |
18 | 19 | "numpy": ("https://numpy.org/doc/stable/", None), |
|
47 | 48 | "obj_array.ObjectArray1D": "obj:pytools.obj_array.ObjectArray1D", |
48 | 49 | # sympy |
49 | 50 | "sp.Matrix": "class:sympy.matrices.dense.DenseMatrix", |
| 51 | + "sym.Basic": "class:sympy.core.basic.Basic", |
50 | 52 | "sym.Expr": "class:sympy.core.expr.Expr", |
51 | 53 | "sym.Symbol": "class:sympy.core.symbol.Symbol", |
52 | 54 | "sym.Matrix": "class:sympy.matrices.dense.DenseMatrix", |
|
58 | 60 | # loopy |
59 | 61 | "Assignment": "class:loopy.kernel.instruction.Assignment", |
60 | 62 | "CallInstruction": "class:loopy.kernel.instruction.CallInstruction", |
| 63 | + "InstructionBase": "class:loopy.kernel.instruction.InstructionBase", |
61 | 64 | # arraycontext |
62 | 65 | "Array": "obj:arraycontext.Array", |
63 | 66 | "ArrayContext": "class:arraycontext.ArrayContext", |
|
0 commit comments