Skip to content

Commit 41af49a

Browse files
raccubePeterJCLaw
andcommitted
Make references to application menus consistent
Co-Authored-By: Peter Law <[email protected]>
1 parent 8fa01dd commit 41af49a

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

programming/editors/pycharm.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ In order to take full advantage of PyCharm's smart assistance features, such as
1313
The following instructions will guide you through setting up your local environment to have access our `sr.robot3` API.
1414

1515
1. Open your robot code project in PyCharm.
16-
2. Head to `File` &rarr; `Settings` or `PyCharm` &rarr; `Preferences` on a Mac.
16+
2. Head to **File** &rarr; **Settings** or **PyCharm** &rarr; **Preferences** on a Mac.
1717
![Location of Settings menu option in PyCharm for Windows and Linux]({{ site.baseurl }}/images/content/programming/pycharm_app_menu.png)
1818
3. Select `Project` &rarr; `Project Interpreter` from the list on the left.
1919
4. Click the `+` symbol at the top of the packages list to install a new library.

programming/editors/vscode.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ In order for VSCode to pick up the `sr.robot3` library and offer [completions][c
3131
you'll need to make the library available within the Python environment that you're using.
3232

3333
1. Open the workspace containing your code.
34-
2. Open a terminal via **Terminal** > **New Terminal**.
34+
2. Open a terminal via **Terminal** &rarr; **New Terminal**.
3535
3. Run `pip install sr.robot3`.
3636

3737
[code-completion]: https://en.wikipedia.org/wiki/Autocomplete#In_source_code_editors

simulator/index.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ You may receive a warning about your computer's GPU not being good enough, which
3434
#### Changing your version of Python
3535

3636
If webots is picking up the incorrect version of Python, you'll need to change it.
37-
This can be done using `Tools > Preferences > General > Python command` (or `Webots > Preferences` <kbd>⌘</kbd><kbd>,</kbd> on a Mac).
37+
This can be done using **Tools** &rarr; **Preferences** &rarr; **General** &rarr; **Python command** (or **Webots** &rarr; **Preferences** <kbd>⌘</kbd><kbd>,</kbd> on a Mac).
3838
You'll need to ensure a matching version of Python is installed. If you're still
3939
having problems, ask for help in [`#simulator-help`][simulator-help] in
4040
[Discord][discord].

0 commit comments

Comments
 (0)