Loading SubKit/process/Hdf5Tools.py +1 −1 Original line number Diff line number Diff line Loading @@ -634,7 +634,7 @@ class Hdf5Interface(object): state (int) : The state number (1-based) pin (int) : The pin index (1-based) Returns: Ret: axial_nodes (float) : Vector of axial node locations azimuthal_nodes (float) : Vector of azimuthal locations dataset (float) : 2D array of the data (takes level, sector) Loading doc/conf.py +3 −2 Original line number Diff line number Diff line Loading @@ -33,9 +33,10 @@ sys.path.insert(0, os.path.abspath('..')) extensions = ['sphinx.ext.autodoc', 'sphinx.ext.coverage', 'sphinx.ext.imgmath', 'sphinx.ext.napoleon'] 'sphinxcontrib.napoleon'] #'sphinx.ext.napoleon', napolean_custom_sections = ("Returns", "Args") napolean_custom_sections = [("Ret", "Args")] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] Loading Loading
SubKit/process/Hdf5Tools.py +1 −1 Original line number Diff line number Diff line Loading @@ -634,7 +634,7 @@ class Hdf5Interface(object): state (int) : The state number (1-based) pin (int) : The pin index (1-based) Returns: Ret: axial_nodes (float) : Vector of axial node locations azimuthal_nodes (float) : Vector of azimuthal locations dataset (float) : 2D array of the data (takes level, sector) Loading
doc/conf.py +3 −2 Original line number Diff line number Diff line Loading @@ -33,9 +33,10 @@ sys.path.insert(0, os.path.abspath('..')) extensions = ['sphinx.ext.autodoc', 'sphinx.ext.coverage', 'sphinx.ext.imgmath', 'sphinx.ext.napoleon'] 'sphinxcontrib.napoleon'] #'sphinx.ext.napoleon', napolean_custom_sections = ("Returns", "Args") napolean_custom_sections = [("Ret", "Args")] # Add any paths that contain templates here, relative to this directory. templates_path = ['_templates'] Loading