Commit 4ec29a5b authored by Salko Jr, Robert's avatar Salko Jr, Robert
Browse files

Test

parent 521c8423
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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)
+3 −2
Original line number Diff line number Diff line
@@ -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']