Skip to content

Commit 656bdd2

Browse files
committed
docs(Linux): standardize capitalization for Linux in documentation
1 parent 2ea9f93 commit 656bdd2

11 files changed

+20
-20
lines changed

ARCHITECTURE.md

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -257,7 +257,7 @@ This speeds up the development process.
257257
### System testing
258258

259259
Here the integrated application was tested against the system requirements defined above.
260-
The tests were conducted on windows and linux machines using multiple different flight controllers and firmware versions.
260+
The tests were conducted on windows and Linux machines using multiple different flight controllers and firmware versions.
261261
The software is automatically build and distributed using the github CD pipeline.
262262

263263
### Acceptance testing
@@ -302,7 +302,7 @@ On windows do:
302302
.\install_wsl.bat
303303
```
304304

305-
On linux and macOS do:
305+
On Linux and macOS do:
306306

307307
```bash
308308
./SetupDeveloperPC.sh
@@ -403,7 +403,7 @@ On windows:
403403
python create_mo_files.py
404404
```
405405

406-
On linux or macOS:
406+
On Linux or macOS:
407407

408408
```bash
409409
python3 create_mo_files.py
@@ -490,7 +490,7 @@ activate-global-python-argcomplete
490490

491491
### Fine granular python argcomplete
492492

493-
For Bash (linux, macOS) autocompletion, add this to your `~/.bashrc`:
493+
For Bash (Linux, macOS) autocompletion, add this to your `~/.bashrc`:
494494

495495
```bash
496496
eval "$(register-python-argcomplete ardupilot_methodic_configurator)"
@@ -500,7 +500,7 @@ eval "$(register-python-argcomplete param_pid_adjustment_update)"
500500
eval "$(register-python-argcomplete mavftp)"
501501
```
502502

503-
For Zsh (linux, macOS) autocompletion, add these lines to your `~/.zshrc`:
503+
For Zsh (Linux, macOS) autocompletion, add these lines to your `~/.zshrc`:
504504

505505
```zsh
506506
autoload -U bashcompinit

INSTALL.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ To run it, double-click on the newly created desktop item.
4343

4444
## Linux Installation
4545

46-
### Older linux distributions without venv
46+
### Older Linux distributions without venv
4747

4848
Install [python pip](https://pypi.org/project/pip/). Then execute the command line:
4949

@@ -57,7 +57,7 @@ To run it, execute the command line:
5757
ardupilot_methodic_configurator
5858
```
5959

60-
### Newer linux distributions with venv
60+
### Newer Linux distributions with venv
6161

6262
You need to create and activate a new virtual environment before you can run the software.
6363

@@ -77,7 +77,7 @@ ardupilot_methodic_configurator
7777

7878
## macOS Installation
7979

80-
Follow the linux installation instructions above.
80+
Follow the Linux installation instructions above.
8181

8282
## Install *Mission Planner* software on a PC or Mac
8383

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ To methodically build, configure and tune ArduPilot vehicles follow this sequenc
6969
### 1.2 Install Software
7070

7171
- Install ArduPilot Methodic Configurator on [MS windows](https://ardupilot.github.io/MethodicConfigurator/INSTALL.html#ms-windows-installation),
72-
[linux](https://ardupilot.github.io/MethodicConfigurator/INSTALL.html#linux-installation) or
72+
[Linux](https://ardupilot.github.io/MethodicConfigurator/INSTALL.html#linux-installation) or
7373
[macOS](https://ardupilot.github.io/MethodicConfigurator/INSTALL.html#macos-installation)
7474
- [Install the latest Mission Planner version](https://ardupilot.github.io/MethodicConfigurator/INSTALL.html#install-mission-planner-software-on-a-pc-or-mac)
7575
- [Install the latest ArduPilot firmware on your flight controller board](https://ardupilot.github.io/MethodicConfigurator/INSTALL.html#install-ardupilot-firmware-on-the-flight-controller)
@@ -205,7 +205,7 @@ The following sections describe each step of the procedure in more detail.
205205
## 2. Install *ArduPilot Methodic Configurator* software on a PC or Mac
206206

207207
Install ArduPilot Methodic Configurator on [MS windows](https://ardupilot.github.io/MethodicConfigurator/INSTALL.html#ms-windows-installation),
208-
[linux](https://ardupilot.github.io/MethodicConfigurator/INSTALL.html#linux-installation) or
208+
[Linux](https://ardupilot.github.io/MethodicConfigurator/INSTALL.html#linux-installation) or
209209
[macOS](https://ardupilot.github.io/MethodicConfigurator/INSTALL.html#macos-installation)
210210

211211
## 3. Install *Mission Planner* software on a PC or Mac
@@ -272,7 +272,7 @@ To meet the [Software requirements](https://ardupilot.github.io/MethodicConfigur
272272
The software is available in [multiple languages](https://github.com/ArduPilot/MethodicConfigurator/tree/master/ardupilot_methodic_configurator/locale).
273273
On MS Windows the language is selected during install and that selection is stored in the desktop icon.
274274
You can manually create multiple desktop icons, each will run the software in a different language.
275-
On linux and macOS the language is selectable by the `--language` command line argument.
275+
On Linux and macOS the language is selectable by the `--language` command line argument.
276276

277277
See [contributing page](https://github.com/ArduPilot/MethodicConfigurator/blob/master/CONTRIBUTING.md) if you want to help us translate the software into your language.
278278

ardupilot_methodic_configurator/frontend_tkinter_connection_selection.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ def add_connection(self) -> str:
105105
_(
106106
"Enter the connection string to the flight controller. "
107107
"Examples are:\n\nCOM4 (on windows)\n"
108-
"/dev/serial/by-id/usb-xxx (on linux)\n"
108+
"/dev/serial/by-id/usb-xxx (on Linux)\n"
109109
"tcp:127.0.0.1:5761\n"
110110
"udp:127.0.0.1:14551"
111111
),

ardupilot_methodic_configurator/locale/ardupilot_methodic_configurator.pot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1059,7 +1059,7 @@ msgid ""
10591059
"Enter the connection string to the flight controller. Examples are:\n"
10601060
"\n"
10611061
"COM4 (on windows)\n"
1062-
"/dev/serial/by-id/usb-xxx (on linux)\n"
1062+
"/dev/serial/by-id/usb-xxx (on Linux)\n"
10631063
"tcp:127.0.0.1:5761\n"
10641064
"udp:127.0.0.1:14551"
10651065
msgstr ""

ardupilot_methodic_configurator/locale/de/LC_MESSAGES/ardupilot_methodic_configurator.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1200,7 +1200,7 @@ msgid ""
12001200
"Enter the connection string to the flight controller. Examples are:\n"
12011201
"\n"
12021202
"COM4 (on windows)\n"
1203-
"/dev/serial/by-id/usb-xxx (on linux)\n"
1203+
"/dev/serial/by-id/usb-xxx (on Linux)\n"
12041204
"tcp:127.0.0.1:5761\n"
12051205
"udp:127.0.0.1:14551"
12061206
msgstr ""

ardupilot_methodic_configurator/locale/it/LC_MESSAGES/ardupilot_methodic_configurator.po

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1191,14 +1191,14 @@ msgid ""
11911191
"Enter the connection string to the flight controller. Examples are:\n"
11921192
"\n"
11931193
"COM4 (on windows)\n"
1194-
"/dev/serial/by-id/usb-xxx (on linux)\n"
1194+
"/dev/serial/by-id/usb-xxx (on Linux)\n"
11951195
"tcp:127.0.0.1:5761\n"
11961196
"udp:127.0.0.1:14551"
11971197
msgstr ""
11981198
"Inserisci la stringa di connessione al controllore di volo. Esempi sono:\n"
11991199
"\n"
12001200
"COM4 (su windows)\n"
1201-
"/dev/serial/by-id/usb-xxx (su linux)\n"
1201+
"/dev/serial/by-id/usb-xxx (su Linux)\n"
12021202
"tcp:127.0.0.1:5761\n"
12031203
"udp:127.0.0.1:14551"
12041204

ardupilot_methodic_configurator/locale/ja/LC_MESSAGES/ardupilot_methodic_configurator.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1167,7 +1167,7 @@ msgid ""
11671167
"Enter the connection string to the flight controller. Examples are:\n"
11681168
"\n"
11691169
"COM4 (on windows)\n"
1170-
"/dev/serial/by-id/usb-xxx (on linux)\n"
1170+
"/dev/serial/by-id/usb-xxx (on Linux)\n"
11711171
"tcp:127.0.0.1:5761\n"
11721172
"udp:127.0.0.1:14551"
11731173
msgstr ""

ardupilot_methodic_configurator/locale/pt/LC_MESSAGES/ardupilot_methodic_configurator.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1178,7 +1178,7 @@ msgid ""
11781178
"Enter the connection string to the flight controller. Examples are:\n"
11791179
"\n"
11801180
"COM4 (on windows)\n"
1181-
"/dev/serial/by-id/usb-xxx (on linux)\n"
1181+
"/dev/serial/by-id/usb-xxx (on Linux)\n"
11821182
"tcp:127.0.0.1:5761\n"
11831183
"udp:127.0.0.1:14551"
11841184
msgstr ""

ardupilot_methodic_configurator/locale/zh_CN/LC_MESSAGES/ardupilot_methodic_configurator.po

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1155,7 +1155,7 @@ msgid ""
11551155
"Enter the connection string to the flight controller. Examples are:\n"
11561156
"\n"
11571157
"COM4 (on windows)\n"
1158-
"/dev/serial/by-id/usb-xxx (on linux)\n"
1158+
"/dev/serial/by-id/usb-xxx (on Linux)\n"
11591159
"tcp:127.0.0.1:5761\n"
11601160
"udp:127.0.0.1:14551"
11611161
msgstr ""

0 commit comments

Comments
 (0)