mirror of
https://github.com/JHUAPL/kaipy.git
synced 2026-01-09 14:28:02 -05:00
Docstring updates
This commit is contained in:
@@ -4,14 +4,6 @@ gamera package
|
||||
Submodules
|
||||
----------
|
||||
|
||||
gamera.block\_gampp module
|
||||
--------------------------
|
||||
|
||||
.. automodule:: gamera.block_gampp
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
gamera.deltabViz module
|
||||
-----------------------
|
||||
|
||||
|
||||
@@ -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):
|
||||
'''
|
||||
|
||||
Reference in New Issue
Block a user