-
Notifications
You must be signed in to change notification settings - Fork 85
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Minor config change * Refactor into src layout * Update conf.py version * Minor update to configs * Minor update to configs 2 * Update docs config * Docs config update * Add citation.cff * Docs update * Fix doc errors * Change contents depth * Update rtd config * Update rtd * Fix rtd * Edit sphinx config * Depth 2 for docs contents * Remove module contents * Edit environment docs * Add docs contents * Depth 3 in docs * toctree depth 4 * index depth 2 * Update docs * Add environments to index * exclude all rtd * Test docs change * Names for openelm docs modules * Clearer section headers for docs * Test recursive rtd * Automatic docs version * Improve map-elites docstrings and doc config * Remove setup.py and change config
- Loading branch information
1 parent
85e7db8
commit ef40bc8
Showing
65 changed files
with
137 additions
and
66 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
cff-version: 1.2.0 | ||
message: "If you use this software, please cite it using the metadata from this file." | ||
authors: | ||
- family-names: "Bradley" | ||
given-names: "Herbie" | ||
orcid: "https://orcid.org/0000-0001-5390-1257" | ||
- family-names: "Fan" | ||
given-names: "Honglu" | ||
- family-names: "Carvalho" | ||
given-names: "Francisco" | ||
- family-names: "Fisher" | ||
given-names: "Matthew" | ||
- family-names: "Castricato" | ||
given-names: "Louis" | ||
- family-names: "reciprocated" | ||
- family-names: "dmayhem93" | ||
title: "OpenELM" | ||
version: 0.1.7 | ||
doi: 10.5281/zenodo.7361753 | ||
date-released: 2022-12-25 | ||
url: "https://github.com/CarperAI/OpenELM" |
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 was deleted.
Oops, something went wrong.
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,23 +1,11 @@ | ||
openelm.environments package | ||
============================= | ||
|
||
Submodules | ||
-------------------------------------- | ||
|
||
openelm.environments.environments module | ||
OpenELM Environments module | ||
------------------------------------------- | ||
|
||
.. automodule:: openelm.environments.environments | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
:special-members: __init__ | ||
|
||
Module contents | ||
-------------------------------------- | ||
|
||
.. automodule:: openelm.environments | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
:special-members: __init__ |
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 was deleted.
Oops, something went wrong.
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,5 @@ | ||
from importlib.metadata import version as importlib_version | ||
|
||
from openelm.elm import ELM | ||
|
||
__version__ = importlib_version("openelm") |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
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
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Oops, something went wrong.