Docstring updates

This commit is contained in:
wiltbemj
2024-06-18 14:53:48 -04:00
parent 700b9c88ae
commit 9e6460395c
2 changed files with 0 additions and 23 deletions

View File

@@ -4,14 +4,6 @@ gamera package
Submodules
----------
gamera.block\_gampp module
--------------------------
.. automodule:: gamera.block_gampp
:members:
:undoc-members:
:show-inheritance:
gamera.deltabViz module
-----------------------

View File

@@ -7,21 +7,6 @@ import kaipy.kdefs as kdefs
import kaipy.kaiTools as ktools
def func(arg1, arg2):
"""Summary line.
Extended description of function.
Args:
arg1 (int): Description of arg1
arg2 (str): Description of arg2
Returns:
bool: Description of return value
"""
return True
#Generate MPI-style name
def genName(bStr, i, j, k, Ri, Rj, Rk, nRes=None):
'''