File tree Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Expand file tree Collapse file tree 2 files changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -18,8 +18,8 @@ import sys
18
18
# add these directories to sys.path here. If the directory is relative to the
19
19
# documentation root, use os.path.abspath to make it absolute, like shown here.
20
20
sys.path = [os.path.abspath('@CMAKE_INSTALL_PREFIX@/@PYTHON_SITELIB@')] + sys.path
21
- sys.path = [os.path.abspath('@CMAKE_BINARY_DIR@/src')] + sys.path
22
21
sys.path = [os.path.abspath('@CMAKE_SOURCE_DIR@/src')] + sys.path
22
+ sys.path = [os.path.abspath('@CMAKE_BINARY_DIR@/src')] + sys.path
23
23
24
24
# -- General configuration -----------------------------------------------------
25
25
Original file line number Diff line number Diff line change @@ -46,9 +46,6 @@ Entities
46
46
.. autoclass:: dynamic_graph.sot.core.task.Task
47
47
:members:
48
48
49
- .. autoclass:: dynamic_graph.sot.core.constraint.Constraint
50
- :members:
51
-
52
49
.. autoclass:: dynamic_graph.sot.core.gain_adaptive.GainAdaptive
53
50
:members:
54
51
You can’t perform that action at this time.
0 commit comments