Skip to content

Commit

Permalink
Updates for sphinx
Browse files Browse the repository at this point in the history
  • Loading branch information
tomoe committed Jul 7, 2023
1 parent b18471a commit 03f9a92
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 2 deletions.
2 changes: 1 addition & 1 deletion multiml/agent/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@
'BaseAgent',
'SequentialAgent',
'RandomSearchAgent',
'GridSeachAgent',
'GridSearchAgent',
]
2 changes: 1 addition & 1 deletion sphinx/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Installation
-------
Requirements:
* CentosOS 7.6+
* Python 3.6+
* Python 3.8+

.. code-block:: bash
Expand Down
3 changes: 3 additions & 0 deletions sphinx/modules.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,9 @@ multiml
multiml.Saver
multiml.Hyperparameters
multiml.agent.BaseAgent
multiml.agent.SequentialAgent
multiml.agent.RandomSearchAgent
multiml.agent.GridSearchAgent
multiml.task.BaseTask
multiml.task.MLBaseTask
multiml.task.pytorch.PytorchBaseTask
Expand Down

0 comments on commit 03f9a92

Please sign in to comment.