From d88da4db6759796b8829843d029875104f63ce66 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Wed, 7 Oct 2020 17:00:57 -0400 Subject: PyDoc: Render in text class name using class link syntax --- doc/python_api/sphinx_doc_gen.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '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 264991a28c6..4ea63740b3c 100644 --- a/doc/python_api/sphinx_doc_gen.py +++ b/doc/python_api/sphinx_doc_gen.py @@ -1557,7 +1557,7 @@ def pyrna2sphinx(basepath): fw(".. class:: %s\n\n" % class_name) fw(" %s\n\n" % descr_str) fw(" .. note::\n\n") - fw(" Note that %s.%s is not actually available from within Blender,\n" + fw(" Note that :class:`%s.%s` is not actually available from within Blender,\n" " it only exists for the purpose of documentation.\n\n" % (class_module_name, class_name)) descr_items = [ -- cgit v1.2.3