Skip to content

Commit

Permalink
Some final doc updates (#120)
Browse files Browse the repository at this point in the history
* remove python 3.7 in docs

* tuple index name typo

---------

Co-authored-by: rodrigodelazcano <[email protected]>
  • Loading branch information
rodrigodelazcano and rodrigodelazcano authored Jul 19, 2023
1 parent ad84de4 commit 923701f
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion docs/content/basic_usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ cd Minari
pip install -e .
```

We support Python 3.7, 3.8, 3.9, 3.10 and 3.11 on Linux and macOS.
We support Python 3.8, 3.9, 3.10 and 3.11 on Linux and macOS.

## Create Minari Dataset

Expand Down
8 changes: 4 additions & 4 deletions docs/content/dataset_standards.md
Original file line number Diff line number Diff line change
Expand Up @@ -313,10 +313,10 @@ In this case, the resulting Minari dataset `HDF5` file will end up looking as fo
<li class="folder">actions
<ul>
<li class="dataset">_index_0</li>
<li class="folder">_index_1_
<li class="folder">_index_1
<ul>
<li class="dataset"> _index_0 </li>
<li class="dataset"> _index_1_ </li>
<li class="dataset"> _index_1 </li>
</ul>
</li>
</ul>
Expand Down Expand Up @@ -360,10 +360,10 @@ In this case, the resulting Minari dataset `HDF5` file will end up looking as fo
<li class="folder-white">actions
<ul>
<li class="dataset-white">_index_0</li>
<li class="folder-white">_index_1_
<li class="folder-white">_index_1
<ul>
<li class="dataset-white"> _index_0 </li>
<li class="dataset-white"> _index_1_ </li>
<li class="dataset-white"> _index_1 </li>
</ul>
</li>
</ul>
Expand Down

0 comments on commit 923701f

Please sign in to comment.