[Bf-blender-cvs] [5530d6f86fb] master: PyAPI Docs: Terminal instructions for Windows incorrect

Aaron Carlisle noreply at git.blender.org
Thu Jan 7 22:00:41 CET 2021


Commit: 5530d6f86fb802c2fa514f7ccc2219af419d2702
Author: Aaron Carlisle
Date:   Thu Jan 7 15:58:18 2021 -0500
Branches: master
https://developer.blender.org/rB5530d6f86fb802c2fa514f7ccc2219af419d2702

PyAPI Docs: Terminal instructions for Windows incorrect

Fixes T84498

===================================================================

M	doc/python_api/rst/info_tips_and_tricks.rst

===================================================================

diff --git a/doc/python_api/rst/info_tips_and_tricks.rst b/doc/python_api/rst/info_tips_and_tricks.rst
index 0b5e1910902..d16dcc077df 100644
--- a/doc/python_api/rst/info_tips_and_tricks.rst
+++ b/doc/python_api/rst/info_tips_and_tricks.rst
@@ -24,10 +24,9 @@ The three main use cases for the terminal are:
 - If the script runs for too long or you accidentally enter an infinite loop,
   :kbd:`Ctrl-C` in the terminal (:kbd:`Ctrl-Break` on Windows) will quit the script early.
 
-.. note::
+.. seealso::
 
-   For Linux and macOS users this means starting the terminal first, then running Blender from within it.
-   On Windows the terminal can be enabled from the Help menu.
+   :ref:`blender_manual:command_line-launch-index`.
 
 
 Interface Tricks



More information about the Bf-blender-cvs mailing list