diff --git a/docs/conf.py b/docs/conf.py index 30b1a69..cfc60c7 100644 --- a/docs/conf.py +++ b/docs/conf.py @@ -10,7 +10,7 @@ import sys project_root_path = Path(__file__).resolve().parent.parent -sys.path.insert(0, str(project_root_path / 'mypyopt')) +sys.path.insert(0, str(project_root_path)) project = 'MyPyOpt' copyright = '2022, Edwin Lee' diff --git a/docs/decision_variable.rst b/docs/decision_variable.rst index 26137c3..700de75 100644 --- a/docs/decision_variable.rst +++ b/docs/decision_variable.rst @@ -1,7 +1,7 @@ Decision Variable Class Documentation ===================================== -.. automodule:: decision_variable +.. automodule:: mypyopt.decision_variable :members: :undoc-members: :show-inheritance: diff --git a/docs/exceptions.rst b/docs/exceptions.rst index 85c2557..3bd0d8f 100644 --- a/docs/exceptions.rst +++ b/docs/exceptions.rst @@ -1,7 +1,7 @@ Exceptions Class Documentation ============================== -.. automodule:: exceptions +.. automodule:: mypyopt.exceptions :members: :undoc-members: :show-inheritance: diff --git a/docs/input_output.rst b/docs/input_output.rst index 557c75c..197ce64 100644 --- a/docs/input_output.rst +++ b/docs/input_output.rst @@ -1,7 +1,7 @@ IO Class Documentation ====================== -.. automodule:: input_output +.. automodule:: mypyopt.input_output :members: :undoc-members: :show-inheritance: diff --git a/docs/objective_evaluation.rst b/docs/objective_evaluation.rst index 7b12d74..49369a8 100644 --- a/docs/objective_evaluation.rst +++ b/docs/objective_evaluation.rst @@ -1,7 +1,7 @@ Objective Evaluation Result Class Documentation =============================================== -.. automodule:: objective_evaluation +.. automodule:: mypyopt.objective_evaluation :members: :undoc-members: :show-inheritance: diff --git a/docs/optimization_structure.rst b/docs/optimization_structure.rst index aae969c..a19affa 100644 --- a/docs/optimization_structure.rst +++ b/docs/optimization_structure.rst @@ -1,7 +1,7 @@ Optimization Project Structure Class Documentation ================================================== -.. automodule:: project_structure +.. automodule:: mypyopt.project_structure :members: :undoc-members: :show-inheritance: diff --git a/docs/optimizer.rst b/docs/optimizer.rst index f274278..4e90d0a 100644 --- a/docs/optimizer.rst +++ b/docs/optimizer.rst @@ -1,7 +1,7 @@ Optimizer Base Class Documentation ================================== -.. automodule:: optimizer +.. automodule:: mypyopt.optimizer :members: :undoc-members: :show-inheritance: diff --git a/docs/optimizer_heuristic_search.rst b/docs/optimizer_heuristic_search.rst index c3dcbb8..5096770 100644 --- a/docs/optimizer_heuristic_search.rst +++ b/docs/optimizer_heuristic_search.rst @@ -1,7 +1,7 @@ Optimizer (Heuristic Search) Class Documentation ================================================ -.. automodule:: optimizer_heuristic_search +.. automodule:: mypyopt.optimizer_heuristic_search :members: :undoc-members: :show-inheritance: diff --git a/docs/return_state_enum.rst b/docs/return_state_enum.rst index b152a28..621cbfb 100644 --- a/docs/return_state_enum.rst +++ b/docs/return_state_enum.rst @@ -1,7 +1,7 @@ Return State Enumeration Class Documentation ============================================ -.. automodule:: return_state_enum +.. automodule:: mypyopt.return_state_enum :members: :undoc-members: :show-inheritance: diff --git a/docs/search_return_type.rst b/docs/search_return_type.rst index fd95db2..df33831 100644 --- a/docs/search_return_type.rst +++ b/docs/search_return_type.rst @@ -1,7 +1,7 @@ Search Return Type Class Documentation ====================================== -.. automodule:: search_return_type +.. automodule:: mypyopt.search_return_type :members: :undoc-members: :show-inheritance: