From 5530d6f86fb802c2fa514f7ccc2219af419d2702 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Thu, 7 Jan 2021 15:58:18 -0500 Subject: PyAPI Docs: Terminal instructions for Windows incorrect Fixes T84498 --- doc/python_api/rst/info_tips_and_tricks.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) 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 -- cgit v1.2.3