From fcaa353318936678deff37a3569356cedf19f5c8 Mon Sep 17 00:00:00 2001 From: Fabian Affolter Date: Wed, 13 Feb 2019 00:51:19 +0100 Subject: [PATCH] Update file header --- docs/development_guidelines.md | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/docs/development_guidelines.md b/docs/development_guidelines.md index 1f9ba7e2..cd603293 100644 --- a/docs/development_guidelines.md +++ b/docs/development_guidelines.md @@ -36,15 +36,10 @@ SENSOR_TYPES = { ### File headers -The docstring in the file header should contain a link to the documentation to make it easy to find further information, especially about the configuration or details which are not mentioned in the code. +The docstring in the file header should describe what the file is about. ```python -""" -Support for MQTT lights. - -For more details about this platform, please refer to the documentation at -https://home-assistant.io/components/light.mqtt/ -""" +"""Support for MQTT lights.""" ``` ### Requirements