[Bf-blender-cvs] [71778623134] master: API Docs: Point to manual for Operator Cheat Sheet

Aaron Carlisle noreply at git.blender.org
Fri Mar 6 18:50:40 CET 2020


Commit: 717786231341f15643bffef54d6a122ab34b7e92
Author: Aaron Carlisle
Date:   Fri Mar 6 12:49:52 2020 -0500
Branches: master
https://developer.blender.org/rB717786231341f15643bffef54d6a122ab34b7e92

API Docs: Point to manual for Operator Cheat Sheet

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

M	doc/python_api/rst/info_quickstart.rst

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

diff --git a/doc/python_api/rst/info_quickstart.rst b/doc/python_api/rst/info_quickstart.rst
index f4de6b955e5..926a0fd9f53 100644
--- a/doc/python_api/rst/info_quickstart.rst
+++ b/doc/python_api/rst/info_quickstart.rst
@@ -255,9 +255,9 @@ Examples:
    >>> bpy.ops.object.scale_apply()
    {'FINISHED'}
 
-.. note::
+.. tip::
 
-   The menu item: :menuselection:`Help --> Operator Cheat Sheet`
+   The :ref:`Operator Cheat Sheet <blender_manual:bpy.ops.wm.operator_cheat_sheet>`.
    gives a list of all operators and their default values in Python syntax, along with the generated docs.
    This is a good way to get an overview of all Blender's operators.



More information about the Bf-blender-cvs mailing list