diff --git a/docs/source/ProgrammingGuide/View.rst b/docs/source/ProgrammingGuide/View.rst index 06bba95b1..9838773e9 100644 --- a/docs/source/ProgrammingGuide/View.rst +++ b/docs/source/ProgrammingGuide/View.rst @@ -97,7 +97,9 @@ Finally, note that virtual functions are technically allowed, but calling them i 6.2.3 Can I make a View of Views? ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ -NOVICES: THE ANSWER FOR YOU IS "NO." PLEASE SKIP THIS SECTION. +.. warning:: + + NOVICES: THE ANSWER FOR YOU IS "NO." PLEASE SKIP THIS SECTION. A "View of Views" is a special case of View, where the type of each entry is itself a View. It is possible to make this, but before you try, please see below.