Skip to content

Commit 36461d8

Browse files
Markdown linter
1 parent b278da6 commit 36461d8

File tree

12 files changed

+29
-32
lines changed

12 files changed

+29
-32
lines changed

README.md

-3
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,3 @@ contributions will be reviewed and as soon as they are approved they will
5050
automatically be included in the [RTI Community Portal Examples
5151
Section](http://community.rti.com). See [CONTRIBUTING.md](https://github.com/rticommunity/rticonnextdds-examples/blob/master/CONTRIBUTING.md)
5252
for further information about how to contribute with new examples to this repository.
53-
54-
55-

tutorials/content_filtering/c++11/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This code is part of the Connext [Content Filtering](https://community.rti.com/s
77
You can build the example following the instructions in the tutorial, or you can
88
build it using CMake as follows.
99

10-
1. Generate the build files:
10+
1. Generate the build files:
1111

1212
```sh
1313
mkdir build
@@ -30,7 +30,7 @@ and platform.
3030
cmake .. -G "Visual Studio 17 2022" -A x64
3131
```
3232

33-
2. Build the applications:
33+
2. Build the applications:
3434

3535
```sh
3636
cmake --build .

tutorials/data_persistence/c++11/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This code is part of the Connext [Data Persistence](https://community.rti.com/st
77
You can build the example following the instructions in the tutorial, or you can
88
build it using CMake as follows.
99

10-
1. Generate the build files:
10+
1. Generate the build files:
1111

1212
```sh
1313
mkdir build
@@ -30,7 +30,7 @@ and platform.
3030
cmake .. -G "Visual Studio 17 2022" -A x64
3131
```
3232

33-
2. Build the applications:
33+
2. Build the applications:
3434

3535
```sh
3636
cmake --build .

tutorials/discovery/c++11/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tutorial.
88
You can build the example following the instructions in the tutorial, or you can
99
build it using CMake as follows.
1010

11-
1. Generate the build files:
11+
1. Generate the build files:
1212

1313
```sh
1414
mkdir build
@@ -31,7 +31,7 @@ and platform.
3131
cmake .. -G "Visual Studio 17 2022" -A x64
3232
```
3333

34-
2. Build the applications:
34+
2. Build the applications:
3535

3636
```sh
3737
cmake --build .

tutorials/distributed_data_cache/c++11/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ tutorial.
88
You can build the example following the instructions in the tutorial, or you can
99
build it using CMake as follows.
1010

11-
1. Generate the build files:
11+
1. Generate the build files:
1212

1313
```sh
1414
mkdir build
@@ -31,7 +31,7 @@ and platform.
3131
cmake .. -G "Visual Studio 17 2022" -A x64
3232
```
3333

34-
2. Build the applications:
34+
2. Build the applications:
3535

3636
```sh
3737
cmake --build .

tutorials/distributed_data_cache/cs/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ This code is part of the Connext Distributed data cache tutorial.
44

55
## Building the Example :wrench:
66

7-
1. Generate the C# types and the project files file with **rtiddsgen**:
7+
1. Generate the C# types and the project files file with **rtiddsgen**:
88

99
```sh
1010
<install dir>/bin/rtiddsgen -language C# -platform [net5|net6|net8] home_automation.idl
1111
```
1212

1313
Where `<install dir>` refers to your RTI Connext installation.
1414

15-
2. Build the applications:
15+
2. Build the applications:
1616

1717
```sh
1818
dotnet build

tutorials/last_value_cache/c++11/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This code is part of the Connext [Last-Value Cache](https://community.rti.com/st
77
You can build the example following the instructions in the tutorial, or you can
88
build it using CMake as follows.
99

10-
1. Generate the build files:
10+
1. Generate the build files:
1111

1212
```sh
1313
mkdir build
@@ -30,7 +30,7 @@ and platform.
3030
cmake .. -G "Visual Studio 17 2022" -A x64
3131
```
3232

33-
2. Build the applications:
33+
2. Build the applications:
3434

3535
```sh
3636
cmake --build .

tutorials/publish_subscribe/c++11/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This code is part of the Connext [Publish-Subscribe](https://community.rti.com/s
77
You can build the example following the instructions in the tutorial, or you can
88
build it using CMake as follows.
99

10-
1. Generate the build files:
10+
1. Generate the build files:
1111

1212
```sh
1313
mkdir build
@@ -30,7 +30,7 @@ and platform.
3030
cmake .. -G "Visual Studio 17 2022" -A x64
3131
```
3232

33-
2. Build the applications:
33+
2. Build the applications:
3434

3535
```sh
3636
cmake --build .

tutorials/publish_subscribe/c/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This code is part of the Connext [Publish-Subscribe](https://community.rti.com/s
77
You can build the example following the instructions in the tutorial, or you can
88
build it using CMake as follows.
99

10-
1. Generate the build files:
10+
1. Generate the build files:
1111

1212
```sh
1313
mkdir build
@@ -30,7 +30,7 @@ and platform.
3030
cmake .. -G "Visual Studio 17 2022" -A x64
3131
```
3232

33-
2. Build the applications:
33+
2. Build the applications:
3434

3535
```sh
3636
cmake --build .

tutorials/publish_subscribe/cs/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -4,15 +4,15 @@ This code is part of the Connext [Publish-Subscribe](https://community.rti.com/s
44

55
## Building the Example :wrench:
66

7-
1. Generate the C# types and the project files file with **rtiddsgen**:
7+
1. Generate the C# types and the project files file with **rtiddsgen**:
88

99
```sh
1010
<install dir>/bin/rtiddsgen -language C# -platform [net5|net6|net8] home_automation.idl
1111
```
1212

1313
Where `<install dir>` refers to your RTI Connext installation.
1414

15-
2. Build the applications:
15+
2. Build the applications:
1616

1717
```sh
1818
dotnet build

tutorials/publish_subscribe/java/README.md

+9-9
Original file line numberDiff line numberDiff line change
@@ -6,12 +6,12 @@ This code is part of the Connext [Publish-Subscribe](https://community.rti.com/s
66

77
You can build the example using Gradle as follows.
88

9-
1. Setting up the environment for Connext:
9+
1. Setting up the environment for Connext:
1010

1111
Use the following script to configure your shell environment variables to run
1212
Connext executables and load dynamic libraries.
1313

14-
* Linux
14+
- Linux
1515

1616
If you’re using Bash, run this:
1717

@@ -25,7 +25,7 @@ If you’re using the Z shell, run this:
2525
source <installdir>/resource/scripts/rtisetenv_<architecture>.zsh
2626
```
2727

28-
* macOS
28+
- macOS
2929

3030
If you’re using Bash, run this:
3131

@@ -45,29 +45,29 @@ If you’re using the tcsh shell, run this:
4545
source <installdir>/resource/scripts/rtisetenv_<architecture>.tcsh
4646
```
4747

48-
* Windows
48+
- Windows
4949

5050
```sh
5151
<installdir>\resource\scripts\rtisetenv_<architecture>.bat
5252
```
5353

54-
2. Build the applications:
54+
2. Build the applications:
5555

56-
* Linux or macOs
56+
- Linux or macOs
5757

5858
```sh
5959
./gradlew build
6060
```
6161

62-
* Windows
62+
- Windows
6363

6464
```sh
6565
./gradlew.bat build
6666
```
6767

6868
## Running the Applications :rocket:
6969

70-
* Linux or macOs
70+
- Linux or macOs
7171

7272
```sh
7373
./gradlew runPublisher
@@ -79,7 +79,7 @@ source <installdir>/resource/scripts/rtisetenv_<architecture>.tcsh
7979
...
8080
```
8181

82-
* Windows
82+
- Windows
8383

8484
```sh
8585
./gradlew.bat runPublisher

tutorials/rpc/c++11/README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ This code is part of the Connext [RPC](https://community.rti.com/static/document
77
You can build the example following the instructions in the tutorial, or you can
88
build it using CMake as follows.
99

10-
1. Generate the build files:
10+
1. Generate the build files:
1111

1212
```sh
1313
mkdir build
@@ -30,7 +30,7 @@ and platform.
3030
cmake .. -G "Visual Studio 17 2022" -A x64
3131
```
3232

33-
2. Build the applications:
33+
2. Build the applications:
3434

3535
```sh
3636
cmake --build .

0 commit comments

Comments
 (0)