-
Notifications
You must be signed in to change notification settings - Fork 53
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refactoring of the control package (#122)
* Refactoring for better modularity, mostly in the control modules. The documentation is not up to date. Many planned aspects not yet done, but this commit aims to show one possible approach. * Some naming changes * Grouping the configuration parameters, cleaning the naming conventions. * Fix some naming * Simplifications in naming conventions * Observer-based V/Hz control added after refactoring * Starting to revise docstrings * Improved docstrings. Global imports are used in order to enable Sphinx to find the base classes properly. * For testing the documentation and examples * Move RateLimiter in V/Hz control from the configuration dataclass to the actual controller class * Testing if the newest Sphinx works * Testing Sphinx 7.1.2 * Testing Sphinx * Change the doc page address back to the original * Major refactoring of system models --------- Co-authored-by: Lauri Tiitinen <85596019+lauritapio@users.noreply.github.com>
- Loading branch information
1 parent
a3a9421
commit 6b4bb46
Showing
62 changed files
with
3,562 additions
and
4,517 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.