Skip to content

Commit b557f7c

Browse files
committed
Update documentation
1 parent 4056773 commit b557f7c

2 files changed

Lines changed: 8 additions & 2 deletions

File tree

doc/conf.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939

4040
redirects = {
4141
# index.rst just contains the table of contents definition.
42-
'index': 'dm_robotics.panda.html',
42+
'index': 'tutorial.html',
4343
}
4444

4545
# -- Options for HTML output -------------------------------------------------

src/dm_robotics/panda/__init__.py

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,9 @@
11
r'''
2-
A model of the Panda robot for `dm_robotics <https://github.com/deepmind/dm_robotics>`_.
2+
This is the API documentation of the ``dm_robotics_panda`` package.
3+
If you're looking for an introduction on how to use this package,
4+
please refer to the :doc:`tutorial`.
5+
6+
As a user you will mostly interact with ``PandaEnvironment`` found
7+
in the :py:mod:`dm_robotics.panda.environment` module. Robots are
8+
configured with parameters defined in :py:mod:`dm_robotics.panda.parameters`.
39
'''

0 commit comments

Comments
 (0)