Skip to content

Commit

Permalink
Fix website 3 (#130)
Browse files Browse the repository at this point in the history
  • Loading branch information
pseudo-rnd-thoughts authored Jan 12, 2025
1 parent 2bf4977 commit a0b0ace
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/_scripts/gen_envs_display.py
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
def create_grid_cell(env_id):
env_name = env_id.split("-")[-2]
return f"""
<a href="environments/{env_name.lower()}">
<a href="{env_name.lower()}">
<div class="env-grid__cell">
<div class="cell__image-container">
<img src="/_static/environments/{env_name.lower()}.jpg">
Expand Down
2 changes: 1 addition & 1 deletion docs/content/wrappers.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Wrapper
# Wrappers

Miniworld include several built in wrapper available to researchers in `miniworld.wrappers`

Expand Down
2 changes: 1 addition & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,12 @@ lastpage:
:hidden:
:caption: Introduction
content/installation
content/design
environments
content/wrappers
content/create_env
content/troubleshooting
content/installation
```

```{toctree}
Expand Down

0 comments on commit a0b0ace

Please sign in to comment.