Skip to content

Commit

Permalink
Fixed OPF util helpers module names. (#3625)
Browse files Browse the repository at this point in the history
  • Loading branch information
rhyolight authored May 12, 2017
1 parent cac2159 commit d86e484
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/api/opf/utils.rst
Original file line number Diff line number Diff line change
Expand Up @@ -31,13 +31,13 @@ Input Utilities
Helpers
^^^^^^^

.. automodule:: nupic.frameworks.opf.opf_helpers
.. automodule:: nupic.frameworks.opf.helpers

.. automethod:: nupic.frameworks.opf.opf_helpers.loadExperiment
.. automethod:: nupic.frameworks.opf.helpers.loadExperiment

.. automethod:: nupic.frameworks.opf.opf_helpers.loadExperimentDescriptionScriptFromDir
.. automethod:: nupic.frameworks.opf.helpers.loadExperimentDescriptionScriptFromDir

.. automethod:: nupic.frameworks.opf.opf_helpers.getExperimentDescriptionInterfaceFromModule
.. automethod:: nupic.frameworks.opf.helpers.getExperimentDescriptionInterfaceFromModule

.. automethod:: nupic.frameworks.opf.opf_utils.validateOpfJsonValue

Expand Down

0 comments on commit d86e484

Please sign in to comment.