Skip to content

Commit 8939c6b

Browse files
committed
Initial docs deployment
1 parent 6352aa5 commit 8939c6b

File tree

12 files changed

+568
-3
lines changed

12 files changed

+568
-3
lines changed

docs/api/models/cnntd3.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# API Reference
2+
3+
::: robot_nav.models.CNNTD3.CNNTD3
4+
options:
5+
show_root_heading: true
6+
show_source: true

docs/api/robot_nav.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# API Reference
2+
3+
::: robot_nav
4+
options:
5+
show_root_heading: true
6+
show_source: true

poetry.lock

Lines changed: 552 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

pyproject.toml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,10 @@ dependencies = [
1212
"torch (>=2.5.1,<3.0.0)",
1313
"tensorboard (>=2.18.0,<3.0.0)",
1414
"tqdm (>=4.67.1,<5.0.0)",
15-
"pytest (>=8.3.4,<9.0.0)"
15+
"pytest (>=8.3.4,<9.0.0)",
16+
"mkdocs (>=1.6.1,<2.0.0)",
17+
"mkdocstrings[python] (>=0.29.1,<0.30.0)",
18+
"mkdocs-material (>=9.6.11,<10.0.0)"
1619
]
1720

1821

robot_nav/models/CNNTD3/__init__.py

Whitespace-only changes.

robot_nav/models/DDPG/__init__.py

Whitespace-only changes.

robot_nav/models/HCM/__init__.py

Whitespace-only changes.

robot_nav/models/PPO/__init__.py

Whitespace-only changes.

robot_nav/models/RCPG/__init__.py

Whitespace-only changes.

robot_nav/models/SAC/__init__.py

Whitespace-only changes.

0 commit comments

Comments
 (0)