File tree Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Expand file tree Collapse file tree 1 file changed +7
-8
lines changed Original file line number Diff line number Diff line change 1
- catkin_tools_document
2
- =====================
1
+ # catkin_tools_document
2
+
3
+ [ ![ Lint] ( https://github.com/mikepurvis/catkin_tools_document/actions/workflows/lint.yml/badge.svg )] ( https://github.com/mikepurvis/catkin_tools_document/actions/workflows/lint.yml )
3
4
4
5
This package is an experimental documentation-builder for ROS packages, similar to
5
6
[ rosdoc_lite] ( http://wiki.ros.org/rosdoc_lite ) . It differs in the following ways:
@@ -15,13 +16,12 @@ This package is an experimental documentation-builder for ROS packages, similar
15
16
in-package symbols only, and once with all links to get the HTML output. This
16
17
avoids the duplicate symbol warnings which rosdoc_lite produces.
17
18
18
- Demonstration
19
- -------------
19
+ ## Demonstration
20
20
21
21
Using a virtualenv is recommended if using ` pip ` . Alternatively, you can get a
22
22
system package for Ubuntu or Debian [ on my PPA] [ 1 ] (2022-03-17: PPA is broken/not updated for now).
23
23
24
- ```
24
+ ``` bash
25
25
pip install catkin_tools_document
26
26
mkdir -p catkin_ws/src && cd catkin_ws
27
27
rosinstall_generator ros_base --deps --tar --rosdistro noetic > src/.rosinstall
@@ -33,10 +33,9 @@ Now open up `catkin_ws/docs/index.html` in the browser of your choice.
33
33
34
34
[ 1 ] : https://launchpad.net/~mikepurvis/+archive/ubuntu/catkin
35
35
36
- Release
37
- -------
36
+ ## Release
38
37
39
- ```
38
+ ``` bash
40
39
# Upload to pypi
41
40
python setup.py sdist bdist_wheel
42
41
twine upload dist/*
You can’t perform that action at this time.
0 commit comments