Skip to content

Commit 98c20e3

Browse files
committed
(README) add badge; apply markdown lint
1 parent 73889ff commit 98c20e3

File tree

1 file changed

+7
-8
lines changed

1 file changed

+7
-8
lines changed

README.md

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
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)
34

45
This package is an experimental documentation-builder for ROS packages, similar to
56
[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
1516
in-package symbols only, and once with all links to get the HTML output. This
1617
avoids the duplicate symbol warnings which rosdoc_lite produces.
1718

18-
Demonstration
19-
-------------
19+
## Demonstration
2020

2121
Using a virtualenv is recommended if using `pip`. Alternatively, you can get a
2222
system package for Ubuntu or Debian [on my PPA][1] (2022-03-17: PPA is broken/not updated for now).
2323

24-
```
24+
```bash
2525
pip install catkin_tools_document
2626
mkdir -p catkin_ws/src && cd catkin_ws
2727
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.
3333

3434
[1]: https://launchpad.net/~mikepurvis/+archive/ubuntu/catkin
3535

36-
Release
37-
-------
36+
## Release
3837

39-
```
38+
```bash
4039
# Upload to pypi
4140
python setup.py sdist bdist_wheel
4241
twine upload dist/*

0 commit comments

Comments
 (0)