From 340d4ff981a1e6f6f7173e7e98b65043bb9a5457 Mon Sep 17 00:00:00 2001 From: Nam Nguyen Hoai Date: Wed, 8 Nov 2017 09:43:15 +0700 Subject: [PATCH] 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 --- doc/source/contributor/tutorials/dashboard.rst | 2 -- 1 file changed, 2 deletions(-) diff --git a/doc/source/contributor/tutorials/dashboard.rst b/doc/source/contributor/tutorials/dashboard.rst index efe607acf9..0771719c40 100644 --- a/doc/source/contributor/tutorials/dashboard.rst +++ b/doc/source/contributor/tutorials/dashboard.rst @@ -59,9 +59,7 @@ structure that looks like the following:: mydashboard ├── dashboard.py - ├── dashboard.pyc ├── __init__.py - ├── __init__.pyc ├── mypanel │   ├── __init__.py │   ├── panel.py