Skip to content

Commit abf9d78

Browse files
committed
Merge branch 'main' into humble
2 parents 80e602f + c50715d commit abf9d78

File tree

2 files changed

+38
-4
lines changed

2 files changed

+38
-4
lines changed

LICENSE

Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
MIT License
2+
3+
Copyright (c) 2023 Martin Huber
4+
5+
Permission is hereby granted, free of charge, to any person obtaining a copy
6+
of this software and associated documentation files (the "Software"), to deal
7+
in the Software without restriction, including without limitation the rights
8+
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9+
copies of the Software, and to permit persons to whom the Software is
10+
furnished to do so, subject to the following conditions:
11+
12+
The above copyright notice and this permission notice shall be included in all
13+
copies or substantial portions of the Software.
14+
15+
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16+
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17+
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18+
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19+
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20+
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
21+
SOFTWARE.

README.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,15 @@
1-
# lbr_fri_ros2_stack_doc
1+
# lbr_stack_doc
22
[![Documentation Status](https://readthedocs.org/projects/lbr-fri-ros2-stack-doc/badge/?version=humble)](https://lbr-fri-ros2-stack-doc.readthedocs.io/en/humble/?badge=humble)
33

4-
This repository holds the documentation for the [lbr_fri_ros2_stack](https://github.com/lbr-stack/lbr_fri_ros2_stack).
4+
This repository holds the documentation for the [lbr-stack](https://github.com/lbr-stack).
55

66
## Build Documentation Locally
77
To build locally:
88
1. Clone this repository
99

1010
```shell
11-
git clone --recursive git@github.com:lbr-stack/lbr_fri_ros2_stack_doc.git
12-
cd lbr_fri_ros2_stack_doc
11+
git clone --recursive git@github.com:lbr-stack/lbr_stack_doc.git
12+
cd lbr_stack_doc
1313
```
1414

1515
2. Clone the `lbr_fri_ros2_stack`, e.g. via (this uses [vcs](https://github.com/dirk-thomas/vcstool#how-to-install-vcstool))
@@ -39,6 +39,19 @@ python -m sphinx -T -E -b html -d _build/doctrees -D language=en . html
3939

4040
Open and browse the documentation by opening `doc/source/html/index.html`.
4141

42+
## Build Paper Locally
43+
To build the [paper](paper/paper.md) via [Docker](https://joss.readthedocs.io/en/latest/submitting.html#docker), run
44+
45+
```shell
46+
docker run --rm \
47+
--volume $PWD/paper:/data \
48+
--user $(id -u):$(id -g) \
49+
--env JOURNAL=joss \
50+
openjournals/inara
51+
```
52+
53+
inside the `lbr_stack_doc` repository.
54+
4255
## Acknowledgements
4356
<img src="https://www.kcl.ac.uk/newimages/Wellcome-EPSRC-Centre-medical-engineering-logo.xa827df3f.JPG?f=webp" alt="wellcome" height="45" width="65" align="left">
4457

0 commit comments

Comments
 (0)