Skip to content

Commit a80c54a

Browse files
alexfiklinducer
authored andcommitted
array_context: add to docs
1 parent c26c549 commit a80c54a

3 files changed

Lines changed: 11 additions & 5 deletions

File tree

doc/conf.py

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,16 @@
1818
intersphinx_mapping = {
1919
"python": ("https://docs.python.org/3/", None),
2020
"numpy": ("https://numpy.org/doc/stable/", None),
21-
"modepy": ("https://documen.tician.de/modepy/", None),
21+
"sympy": ("https://docs.sympy.org/latest/", None),
22+
"matplotlib": ("https://matplotlib.org/stable/", None),
2223
"pyopencl": ("https://documen.tician.de/pyopencl/", None),
24+
"pytools": ("https://documen.tician.de/pytools/", None),
25+
"modepy": ("https://documen.tician.de/modepy/", None),
2326
"pymbolic": ("https://documen.tician.de/pymbolic/", None),
2427
"loopy": ("https://documen.tician.de/loopy/", None),
2528
"pytential": ("https://documen.tician.de/pytential/", None),
2629
"boxtree": ("https://documen.tician.de/boxtree/", None),
27-
"sympy": ("https://docs.sympy.org/latest/", None),
28-
"matplotlib": ("https://matplotlib.org/stable/", None),
30+
"arraycontext": ("https://documen.tician.de/arraycontext/", None),
2931
}
3032

3133
nitpick_ignore_regex = [

doc/misc.rst

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,13 @@
11
Misc Tools
22
==========
33

4-
.. automodule:: sumpy.tools
5-
64
.. automodule:: sumpy.derivative_taker
75

86
.. automodule:: sumpy.symbolic
97

8+
.. automodule:: sumpy.tools
9+
10+
.. automodule:: sumpy.array_context
1011

1112
Installation
1213
============

sumpy/array_context.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,9 @@
2626
register_pytest_array_context_factory)
2727

2828
__doc__ = """
29+
Array Context
30+
-------------
31+
2932
.. autoclass:: PyOpenCLArrayContext
3033
"""
3134

0 commit comments

Comments
 (0)