From 19f148d9d0e4c4407ea46b6021e581e26d03c556 Mon Sep 17 00:00:00 2001 From: Aaron Carlisle Date: Fri, 23 Mar 2018 20:23:47 -0400 Subject: [PATCH] PyDoc: Add docutils ref for "registration" This will be used to link to from the manual. --- doc/python_api/rst/info_overview.rst | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/doc/python_api/rst/info_overview.rst b/doc/python_api/rst/info_overview.rst index 721374cd472..4b8df47990c 100644 --- a/doc/python_api/rst/info_overview.rst +++ b/doc/python_api/rst/info_overview.rst @@ -194,10 +194,11 @@ User interface classes are given a context in which to draw, buttons window, fil then they are drawn when that area is displayed so they are never called by Python scripts directly. +.. _info_overview_registration: + Registration ============ - Module Registration -------------------