Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAaron Carlisle <carlisle.b3d@gmail.com>2018-03-24 03:23:47 +0300
committerAaron Carlisle <carlisle.b3d@gmail.com>2018-03-24 03:25:30 +0300
commit19f148d9d0e4c4407ea46b6021e581e26d03c556 (patch)
treed16363a155eaf57ccdf4de4e0a0e5dc3a42b92a0 /doc/python_api/rst/info_overview.rst
parent357b72e0a7d4a270bf1273102595446ccca16259 (diff)
PyDoc: Add docutils ref for "registration"
This will be used to link to from the manual.
Diffstat (limited to 'doc/python_api/rst/info_overview.rst')
-rw-r--r--doc/python_api/rst/info_overview.rst3
1 files changed, 2 insertions, 1 deletions
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
-------------------