[Bf-blender-cvs] [5852f97dc24] blender-v2.83-release: API Docs: Fix broken url markup

Aaron Carlisle noreply at git.blender.org
Tue May 12 03:41:21 CEST 2020


Commit: 5852f97dc245f77a08da1e5dcea13464f25ece2c
Author: Aaron Carlisle
Date:   Mon May 11 21:35:33 2020 -0400
Branches: blender-v2.83-release
https://developer.blender.org/rB5852f97dc245f77a08da1e5dcea13464f25ece2c

API Docs: Fix broken url markup

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

M	doc/python_api/sphinx_doc_gen.py

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

diff --git a/doc/python_api/sphinx_doc_gen.py b/doc/python_api/sphinx_doc_gen.py
index ee91bbc64b1..84a5af8b11e 100644
--- a/doc/python_api/sphinx_doc_gen.py
+++ b/doc/python_api/sphinx_doc_gen.py
@@ -512,7 +512,7 @@ def is_struct_seq(value):
 
 
 def undocumented_message(module_name, type_name, identifier):
-    return "Undocumented `contribute <https://developer.blender.org/T51061>`"
+    return "Undocumented, consider `contributing <https://developer.blender.org/T51061>`__."
 
 
 def range_str(val):



More information about the Bf-blender-cvs mailing list