-
Notifications
You must be signed in to change notification settings - Fork 16
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
chore: update remaining references in documentation pkg
- Loading branch information
Showing
5 changed files
with
33 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
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
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 |
---|---|---|
@@ -1,19 +1,19 @@ | ||
View workspace documentation in the browser: | ||
|
||
```bash | ||
rosrun document_lasr view.py | ||
rosrun documentation view.py | ||
``` | ||
|
||
Please see the [example section](#example) to see how to document your package. | ||
|
||
Document a single package from your current workspace: | ||
|
||
```bash | ||
rosrun document_lasr generate_readme.py ros_package_name | ||
rosrun documentation generate_readme.py ros_package_name | ||
``` | ||
|
||
Document all LASR packages in current workspace: | ||
|
||
```bash | ||
rosrun document_lasr generate_all.py | ||
rosrun documentation generate_all_lasr.py | ||
``` |
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
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