We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5568f65 commit b1ef1f2Copy full SHA for b1ef1f2
docs/api/physicsnemo.utils.rst
@@ -22,6 +22,16 @@ These are particularly useful when implementing custom training loops or special
22
:members:
23
:show-inheritance:
24
25
+Neighbor utils
26
+--------------
27
+
28
+Utilities for optimized layers for neighbor searches.
29
30
+.. automodule:: physicsnemo.utils.neighbors
31
+ :members:
32
+ :show-inheritance:
33
34
35
GraphCast utils
36
---------------
37
physicsnemo/utils/neighbors/__init__.py
@@ -16,3 +16,6 @@
16
17
18
from .radius_search import radius_search
19
20
+# This is exclusively for the autodoc to generate the api docs:
21
+__all__ = ["radius_search"]
0 commit comments