From 6fafca8df26054fe432ebb63ec0b96aabebad00e Mon Sep 17 00:00:00 2001 From: Eric Shi Date: Mon, 23 Sep 2024 11:51:12 -0700 Subject: [PATCH] Exclude documentation of vars, Var from Mesh --- docs/modules/runtime.rst | 1 + 1 file changed, 1 insertion(+) diff --git a/docs/modules/runtime.rst b/docs/modules/runtime.rst index e8c9c78d..4d0d4fad 100644 --- a/docs/modules/runtime.rst +++ b/docs/modules/runtime.rst @@ -950,6 +950,7 @@ After modifying point locations users should call ``Mesh.refit()`` to rebuild th .. autoclass:: Mesh :members: + :exclude-members: vars, Var Hash Grids ----------