Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@
project = "NeMo Gym"
copyright = "2025, NVIDIA Corporation"
author = "NVIDIA Corporation"
release = "0.1.1"
release = "0.2.0"

# -- General configuration ---------------------------------------------------
# https://www.sphinx-doc.org/en/master/usage/configuration.html#general-configuration
Expand Down
10 changes: 9 additions & 1 deletion docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,9 +37,17 @@ Quickstart
```{button-ref} environment-tutorials/index
:ref-type: doc
:color: secondary
:class: sd-rounded-pill sd-mr-3

Environment Tutorials
```

```{button-ref} training-tutorials/index
:ref-type: doc
:color: secondary
:class: sd-rounded-pill

Explore Tutorials
Training Tutorials
```
````

Expand Down
2 changes: 1 addition & 1 deletion docs/project.json
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
{
"name": "nemo-gym",
"version": "0.1.1"
"version": "0.2.0"
}
2 changes: 0 additions & 2 deletions docs/versions1.json
Original file line number Diff line number Diff line change
Expand Up @@ -5,12 +5,10 @@
"url": "../latest"
},
{
"preferred": false,
"version": "0.1.1",
"url": "../0.1.1"
},
{
"preferred": false,
"version": "0.1.0",
"url": "../0.1.0"
}
Expand Down