sphinx docgen wasn't including example scripts for python methods of RNA types.

This commit is contained in:
Campbell Barton
2013-10-15 05:55:51 +00:00
parent ebc2cc15c0
commit 39593b9b11
2 changed files with 12 additions and 7 deletions

View File

@@ -1,6 +1,4 @@
"""
Popup Menus
+++++++++++
Popup menus can be useful for creating menus without having to register menu classes.
Note that they will not block the scripts execution, so the caller can't wait for user input.