[Bf-blender-cvs] [79e81f79c46] pygpu_extensions: Py Doc: Fix rst syntax errors

Aaron Carlisle noreply at git.blender.org
Fri Feb 12 22:56:29 CET 2021


Commit: 79e81f79c462eb45b9b4d55c760fa3ee8aab677d
Author: Aaron Carlisle
Date:   Fri Feb 12 13:08:01 2021 -0500
Branches: pygpu_extensions
https://developer.blender.org/rB79e81f79c462eb45b9b4d55c760fa3ee8aab677d

Py Doc: Fix rst syntax errors

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

M	doc/python_api/rst/info_api_reference.rst
M	doc/python_api/rst/info_quickstart.rst

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

diff --git a/doc/python_api/rst/info_api_reference.rst b/doc/python_api/rst/info_api_reference.rst
index fb53fb1a992..19d09aee66c 100644
--- a/doc/python_api/rst/info_api_reference.rst
+++ b/doc/python_api/rst/info_api_reference.rst
@@ -186,7 +186,7 @@ For example, if you want to access the texture of a brush via Python to adjust i
 #. From the Sidebar expand the Brush Settings panel's *Texture* subpanel and add a new texture.
    *Notice the texture data-block menu itself doesn't have very useful links (you can check the tooltips).*
 #. The contrast setting isn't exposed in the Sidebar, so view the texture in the
-   :ref:`Properties Editor <blender_manual:bpy.types.Texture.contrast`
+   :ref:`Properties Editor <blender_manual:bpy.types.Texture.contrast>`.
 #. Open the context menu of the contrast field and select *Online Python Reference*.
    This takes you to ``bpy.types.Texture.contrast``. Now you can see that ``contrast`` is a property of texture.
 #. To find out how to access the texture from the brush check on the references at the bottom of the page.
diff --git a/doc/python_api/rst/info_quickstart.rst b/doc/python_api/rst/info_quickstart.rst
index 2b5bb451e62..1053a982faa 100644
--- a/doc/python_api/rst/info_quickstart.rst
+++ b/doc/python_api/rst/info_quickstart.rst
@@ -35,7 +35,7 @@ but not to fully cover each topic.
 
 A quick list of helpful things to know before starting:
 
-- Enable :ref:`Developer Extra <blender_manual:prefs-interface-dev-extras`
+- Enable :ref:`Developer Extra <blender_manual:prefs-interface-dev-extras>`
   and :ref:`Python Tooltips <blender_manual:prefs-interface-tooltips-python>`.
 - The :ref:`Python Console <blender_manual:bpy.types.SpaceConsole>`
   is great for testing one-liners; it has autocompletion so you can inspect the API quickly.



More information about the Bf-blender-cvs mailing list