Doc: Delete pyc in a structure of dashboard.rst file

dashboard.pyc and __init__.pyc are redundant, it is
not useful and should be removed.

Change-Id: Iacb904596413232a22c72832f69dc20eca69b6f6
This commit is contained in:
Nam Nguyen Hoai 2017-11-08 09:43:15 +07:00
parent c1a45f5677
commit 340d4ff981

View File

@ -59,9 +59,7 @@ structure that looks like the following::
mydashboard
├── dashboard.py
├── dashboard.pyc
├── __init__.py
├── __init__.pyc
├── mypanel
│   ├── __init__.py
│   ├── panel.py