You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: Format consistency for variables/directories/flags in unit_tests.rst (#51986)
* docs: Format consistency for variables/directories/flags in `unit_tests.rst`
- Added missing backticks (``example``) to variables/flags/directories for improved readability and format consistency
- Updated an incomplete paragraph
* docs: Breakline adjustments for formatting fix in `unit_tests.rst`
* docs: Fix whitespaces in `unit_tests.st`
You can make the code conditional and mock out the Variable to avoid hitting the database.
620
+
You can make the code conditional and mock out the ``Variable`` to avoid hitting the database.
621
621
622
622
623
623
.. code-block:: python
@@ -724,29 +724,29 @@ this in two clicks.
724
724
725
725
1. Add Breeze as an "External Tool":
726
726
727
-
a. From the settings menu, navigate to Tools > External Tools
728
-
b. Click the little plus symbol to open the "Create Tool" popup and fill it out:
727
+
a. From the settings menu, navigate to ``Tools > External Tools``
728
+
b. Click the little plus symbol to open the ``Create Tool`` popup and fill it out:
729
729
730
730
.. image:: images/pycharm/pycharm_create_tool.png
731
731
:align:center
732
732
:alt:Installing Python extension
733
733
734
734
2. Add the tool to the context menu:
735
735
736
-
a. From the settings menu, navigate to Appearance & Behavior > Menus & Toolbars > Project View Popup Menu
737
-
b. Click on the list of entries where you would like it to be added. Right above or below "Project View Popup Menu Run Group" may be a good choice, you can drag and drop this list to rearrange the placement later as desired.
736
+
a. From the settings menu, navigate to ``Appearance & Behavior > Menus & Toolbars > Project View Popup Menu``
737
+
b. Click on the list of entries where you would like it to be added. Right above or below ``Project View Popup Menu Run Group`` may be a good choice, you can drag and drop this list to rearrange the placement later as desired.
738
738
c. Click the little plus at the top of the popup window
739
-
d. Find your "External Tool" in the new "Choose Actions to Add" popup and click OK. If you followed the image above, it will be at External Tools > External Tools > Breeze
739
+
d. Find your ``External Tool`` in the new ``Choose Actions to Add`` popup and click OK. If you followed the image above, it will be at ``External Tools > External Tools > Breeze``
740
740
741
741
**Note:** That only adds the option to that one menu. If you would like to add it to the context menu
742
742
when right-clicking on a tab at the top of the editor, for example, follow the steps above again
0 commit comments