Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Documentation for state observers improved #93

Merged
merged 1 commit into from
May 28, 2023
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 0 additions & 12 deletions docs/source/control/common.rst

This file was deleted.

15 changes: 15 additions & 0 deletions docs/source/control/design_notes.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
************
Design Notes
************

Design notes for selected control methods are provided in this section. The aim of these notes is to link the implemented methods to the theory and to provide a reference for the implementation. Further details are available in the references provided.

.. toctree::
:titlesonly:
:maxdepth: 2

speed_ctrl
current_ctrl
Observers <observers>

This section will be extended in the future.
11 changes: 0 additions & 11 deletions docs/source/control/im.rst

This file was deleted.

145 changes: 0 additions & 145 deletions docs/source/control/observer.rst

This file was deleted.

Loading