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