Skip to content

Commit

Permalink
Update documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
JeanElsner committed Nov 26, 2023
1 parent 4056773 commit b557f7c
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
2 changes: 1 addition & 1 deletion doc/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@

redirects = {
# index.rst just contains the table of contents definition.
'index': 'dm_robotics.panda.html',
'index': 'tutorial.html',
}

# -- Options for HTML output -------------------------------------------------
Expand Down
8 changes: 7 additions & 1 deletion src/dm_robotics/panda/__init__.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,9 @@
r'''
A model of the Panda robot for `dm_robotics <https://github.com/deepmind/dm_robotics>`_.
This is the API documentation of the ``dm_robotics_panda`` package.
If you're looking for an introduction on how to use this package,
please refer to the :doc:`tutorial`.
As a user you will mostly interact with ``PandaEnvironment`` found
in the :py:mod:`dm_robotics.panda.environment` module. Robots are
configured with parameters defined in :py:mod:`dm_robotics.panda.parameters`.
'''

0 comments on commit b557f7c

Please sign in to comment.