[doc] add a note because uiprops.py is not generated anymore by default 3.26
authorLaurent Peuch <cortex@worlddomination.be>
Tue, 26 Feb 2019 16:29:44 +0100
branch3.26
changeset 12479 26542c8244d3
parent 12478 d3b4fc9c59dc
child 12480 5d56ccccd45a
[doc] add a note because uiprops.py is not generated anymore by default
doc/tutorials/advanced/part05_ui-advanced.rst
--- a/doc/tutorials/advanced/part05_ui-advanced.rst	Tue Feb 26 16:29:23 2019 +0100
+++ b/doc/tutorials/advanced/part05_ui-advanced.rst	Tue Feb 26 16:29:44 2019 +0100
@@ -27,6 +27,9 @@
 
    LOGO = data('logo.jpg')
 
+.. Note::
+   If the file :file:`uiprops.py` doesn't exist in your cube, simply create it.
+
 The uiprops machinery is used to define some static file resources,
 such as the logo, default Javascript / CSS files, as well as CSS
 properties (we'll see that later).