Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@
"Discretization": "class:meshmode.discretization.Discretization",
"DOFArray": "class:meshmode.dof_array.DOFArray",
# boxtree
"Tree": "obj:boxtree.tree.Tree",
"TreeKind": "obj:boxtree.tree_build.TreeKind",
# sumpy
"ExpansionBase": "class:sumpy.expansion.ExpansionBase",
Expand All @@ -92,6 +93,7 @@
"pytential.symbolic.dof_desc.DOFDescriptorLike":
"data:pytential.symbolic.dof_desc.DOFDescriptorLike",
"sym.DOFDescriptor": "class:pytential.symbolic.dof_desc.DOFDescriptor",
"sym.DOFDescriptorLike": "obj:pytential.symbolic.dof_desc.DOFDescriptorLike",
"sym.IntG": "class:pytential.symbolic.primitives.IntG",
"sym.var": "obj:pytential.symbolic.primitives.var",
}
Expand Down
1 change: 1 addition & 0 deletions doc/linalg.rst
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ Low-level Functionality
All the classes and routines in this module are experimental and the
API can change at any point.

.. automodule:: pytential.linalg.cluster
.. automodule:: pytential.linalg.proxy
.. automodule:: pytential.linalg.skeletonization

Expand Down
Loading
Loading