From 40e36a1c8cc774d444fae9fd358dfe80212f6121 Mon Sep 17 00:00:00 2001 From: manchandavishal Date: Fri, 11 Jan 2019 05:04:03 +0000 Subject: [PATCH] [doc] Fix: Tutorial: Building a Dashboard The directory structure after executing the commands is different from the document provided. This patch make it consistent. Change-Id: I5a78765c4760d3bc0b27a0f67f2d47960fd4824d --- doc/source/contributor/tutorials/dashboard.rst | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/source/contributor/tutorials/dashboard.rst b/doc/source/contributor/tutorials/dashboard.rst index 8eb3e1f5b4..2b9753783d 100644 --- a/doc/source/contributor/tutorials/dashboard.rst +++ b/doc/source/contributor/tutorials/dashboard.rst @@ -71,8 +71,8 @@ structure that looks like the following:: │   └── views.py ├── static │   └── mydashboard - │   ├── css - │   │   └── mydashboard.css + │   ├── scss + │   │   └── mydashboard.scss │   └── js │   └── mydashboard.js └── templates @@ -134,7 +134,6 @@ As described above, the ``mypanel`` directory under mypanel ├── __init__.py - ├── models.py ├── panel.py ├── templates │   └── mypanel