# HG changeset patch # User Laurent Peuch # Date 1551194984 -3600 # Node ID 26542c8244d33519e789bd873ab1fe2dfe7db33d # Parent d3b4fc9c59dced53f428db123ffe53d643ef1786 [doc] add a note because uiprops.py is not generated anymore by default diff -r d3b4fc9c59dc -r 26542c8244d3 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).