Read environment descriptions from the docstrings instead of hardcoding them.
For environment page titles, use the environment name (click-test) instead of the title case (Click Test) which might not always be capitalized properly.
Added FlightWoB tasks to the list and correctly display the environment demos.
Other minor changes to make CI tests pass:
Made the tests pass with the most recent numpy.
Merged the tests in test_api.py to reduce test time, preventing timeouts when running CI tests.
Type of change
Please delete options that are not relevant.
[x] Bug fix (non-breaking change which fixes an issue)
[x] New feature (non-breaking change which adds functionality)
[ ] Breaking change (fix or feature that would cause existing functionality to not work as expected)
[ ] This change requires a documentation update
Checklist:
[x] I have run the pre-commit checks with pre-commit run --all-files (see CONTRIBUTING.md instructions to set it up)
[x] I have commented my code, particularly in hard-to-understand areas
[x] I have made corresponding changes to the documentation
[x] My changes generate no new warnings
[x] I have added tests that prove my fix is effective or that my feature works
[x] New and existing unit tests pass locally with my changes
Description
click-test
) instead of the title case (Click Test) which might not always be capitalized properly.Other minor changes to make CI tests pass:
test_api.py
to reduce test time, preventing timeouts when running CI tests.Type of change
Please delete options that are not relevant.
Checklist:
pre-commit
checks withpre-commit run --all-files
(seeCONTRIBUTING.md
instructions to set it up)