Added pyrate as a direct dependency.
This commit is contained in:
10
pyrate/doc/source/act/act.rst
Normal file
10
pyrate/doc/source/act/act.rst
Normal file
@ -0,0 +1,10 @@
|
||||
Act
|
||||
---
|
||||
|
||||
.. automodule:: pyrate.act
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:caption: Subpackages:
|
||||
|
||||
control/control
|
8
pyrate/doc/source/act/control/anti_windup_lqr.rst
Normal file
8
pyrate/doc/source/act/control/anti_windup_lqr.rst
Normal file
@ -0,0 +1,8 @@
|
||||
Anti windup LQR
|
||||
---------------
|
||||
|
||||
.. automodule:: pyrate.act.control.anti_windup_lqr
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
7
pyrate/doc/source/act/control/anti_windup_pid.rst
Normal file
7
pyrate/doc/source/act/control/anti_windup_pid.rst
Normal file
@ -0,0 +1,7 @@
|
||||
Anti windup PID
|
||||
---------------
|
||||
|
||||
.. automodule:: pyrate.act.control.anti_windup_pid
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
13
pyrate/doc/source/act/control/control.rst
Normal file
13
pyrate/doc/source/act/control/control.rst
Normal file
@ -0,0 +1,13 @@
|
||||
Control
|
||||
-------
|
||||
|
||||
.. automodule:: pyrate.act.control
|
||||
|
||||
.. toctree::
|
||||
:maxdepth: 2
|
||||
:caption: Modules:
|
||||
|
||||
pid
|
||||
anti_windup_pid
|
||||
lqr
|
||||
anti_windup_lqr
|
8
pyrate/doc/source/act/control/lqr.rst
Normal file
8
pyrate/doc/source/act/control/lqr.rst
Normal file
@ -0,0 +1,8 @@
|
||||
LQR
|
||||
---
|
||||
|
||||
.. automodule:: pyrate.act.control.lqr
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
7
pyrate/doc/source/act/control/pid.rst
Normal file
7
pyrate/doc/source/act/control/pid.rst
Normal file
@ -0,0 +1,7 @@
|
||||
PID
|
||||
---
|
||||
|
||||
.. automodule:: pyrate.act.control.pid
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
Reference in New Issue
Block a user