File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3939
4040redirects = {
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 -------------------------------------------------
Original file line number Diff line number Diff line change 11r'''
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'''
You can’t perform that action at this time.
0 commit comments