PyDoc: Render in text class name using class link syntax

This commit is contained in:
Aaron Carlisle 2020-10-07 17:00:57 -04:00
parent b8f25dd698
commit d88da4db67
1 changed files with 1 additions and 1 deletions

View File

@ -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 = [