-
Notifications
You must be signed in to change notification settings - Fork 29
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Move docstring into class * Add missing args/returns * Add attributes to class * Fix indentation error * Add OnlineBagger to docs * Fix nested if statements * Slight docs modifications --------- Co-authored-by: Cameron Brown <[email protected]> Co-authored-by: cameron brown <[email protected]>
- Loading branch information
1 parent
69be430
commit 44997b7
Showing
3 changed files
with
133 additions
and
33 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,9 @@ | ||
Online Bagger | ||
------------- | ||
|
||
.. currentmodule:: mil_tools | ||
|
||
.. attributetable:: nodes.online_bagger.OnlineBagger | ||
|
||
.. autoclass:: nodes.online_bagger.OnlineBagger | ||
:members: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -31,3 +31,4 @@ by MIL. These subsystems relate to a variety of processes. | |
poi | ||
pneumatic | ||
sabertooth | ||
bagging |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters