From 07d0f416ecf5dae25938fbd87affdd6147ecc143 Mon Sep 17 00:00:00 2001 From: Ben Sepanski <ben_sepanski@baylor.edu> Date: Thu, 28 May 2020 11:44:37 -0500 Subject: [PATCH] Fixed docstring --- meshmode/interop/fiat/simplex_cell.py | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/meshmode/interop/fiat/simplex_cell.py b/meshmode/interop/fiat/simplex_cell.py index 51c61a04..b582094a 100644 --- a/meshmode/interop/fiat/simplex_cell.py +++ b/meshmode/interop/fiat/simplex_cell.py @@ -6,10 +6,7 @@ from meshmode.mesh.interop import ExternalImporter __doc__ = """ -Interoperators --------------- -.. autoclass:: SimplexCellAnalog - :members: +.. autoclass:: FIATSimplexCellImporter """ # {{{ Compute an affine mapping from given input/outputs -- GitLab