-
Notifications
You must be signed in to change notification settings - Fork 40
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
v2.0.0 - Sinergym documentation (#240)
* Updated documentation: introduction with new functionalities and structure * Updated and Added new documentation for environents chaper mainly * Documentation update * Adapted docs source * introduction and installation section update * Adapted new action definition parameter to documentation * Review of documentation (introduction, installation and environments) * Rest of the documentation review and DockerHub URL's fixed * Enhanced basic examples documentation and fixed action definition title indexation * Update notebooks and version to 2.0.0 * Repeated documentation label fixed * Fixed some documentation bugs * isort fix in config.py
- Loading branch information
1 parent
cf28f0c
commit 7bd3043
Showing
32 changed files
with
2,080 additions
and
1,101 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Use the image created with ../Dockerfile and stored in DockerHub | ||
|
||
FROM alejandrocn7/sinergym:latest | ||
FROM sailugr/sinergym:latest | ||
|
||
CMD ["/bin/bash"] |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
# Use the image created with ../Dockerfile and stored in DockerHub | ||
|
||
FROM alejandrocn7/sinergym:latest-lite | ||
FROM sailugr/sinergym:latest-lite | ||
|
||
CMD ["/bin/bash"] |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
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.