generated from rl-institut/rli_template
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #135 from rl-institut/release_prep
Release prep
- Loading branch information
Showing
30 changed files
with
1,894 additions
and
1,158 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
Empty file.
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 |
---|---|---|
@@ -0,0 +1,3 @@ | ||
.wy-nav-content { | ||
max-width: none; | ||
} |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,13 +1,62 @@ | ||
Features - overview | ||
========================= | ||
Features | ||
======== | ||
|
||
This section presents the main features and functions to use in SimBEV. | ||
|
||
SimBEV - core | ||
---------------------------------------------- | ||
.. contents:: Table of Contents | ||
|
||
.. automodule:: simbev.simbev.simbev_class | ||
simbev.car | ||
---------- | ||
|
||
.. automodule:: simbev.car | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
simbev.mid_timeseries | ||
----------- | ||
|
||
.. automodule:: simbev.mid_timeseries | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
simbev.plot | ||
----------- | ||
|
||
.. automodule:: simbev.plot | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
simbev.region | ||
----------- | ||
|
||
.. automodule:: simbev.region | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
simbev.simbev_class | ||
------------------- | ||
|
||
.. automodule:: simbev.simbev_class | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
simbev.trip | ||
----------- | ||
|
||
.. automodule:: simbev.trip | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Subpackages | ||
----------- | ||
|
||
.. toctree:: | ||
:maxdepth: 0 | ||
|
||
simbev.helpers |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
simbev.helpers package | ||
====================== | ||
|
||
Submodules | ||
---------- | ||
|
||
simbev.helpers.errors module | ||
--------------------------------- | ||
|
||
.. automodule:: simbev.helpers.errors | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
simbev.helpers.helpers module | ||
--------------------------------- | ||
|
||
.. automodule:: simbev.helpers.helpers | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
Oops, something went wrong.