Skip to content

Commit

Permalink
Merge pull request #47 from auscompgeek/docs-autoclass
Browse files Browse the repository at this point in the history
docs: Use autoclass for WPI motor controllers and CANifier
  • Loading branch information
virtuald committed Feb 14, 2018
2 parents 9ec92b9 + 682cddb commit b0e6391
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/api_canifier.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
CANifier
========

.. automodule:: ctre.canifier
.. autoclass:: ctre.CANifier
:members:
:undoc-members:
:show-inheritance:
Expand Down
2 changes: 1 addition & 1 deletion docs/api_talonsrx.rst
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
TalonSRX
========

.. automodule:: ctre.wpi_talonsrx
.. autoclass:: ctre.WPI_TalonSRX
:members:
:undoc-members:
:show-inheritance:
Expand Down
2 changes: 1 addition & 1 deletion docs/api_victorspx.rst
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
VictorSPX
=========

.. automodule:: ctre.wpi_victorspx
.. autoclass:: ctre.WPI_VictorSPX
:members:
:undoc-members:
:show-inheritance:
Expand Down

0 comments on commit b0e6391

Please sign in to comment.