From bc8d368c986aab004e38a0e7b5289481ef226a6b Mon Sep 17 00:00:00 2001 From: Paulus Schoutsen Date: Mon, 29 Apr 2019 10:05:14 -0700 Subject: [PATCH] Update dev checklist --- docs/development_checklist.md | 5 ++--- website/i18n/en.json | 4 ---- 2 files changed, 2 insertions(+), 7 deletions(-) diff --git a/docs/development_checklist.md b/docs/development_checklist.md index e124399e..b9307216 100644 --- a/docs/development_checklist.md +++ b/docs/development_checklist.md @@ -7,9 +7,8 @@ sidebar_label: Introduction Before you commit any changes, check your work against these requirements: - All communication to external devices or services must be wrapped in an external Python library hosted on [pypi](https://pypi.python.org/pypi). -- New dependencies are added to `requirements_all.txt` (if applicable), using `script/gen_requirements_all.py` -- New codeowners are added to `CODEOWNERS` (if applicable), using `script/manifest/codeowners.py` +- New dependencies are added to `requirements_all.txt` (if applicable), using `python3 -m script.gen_requirements_all` +- New codeowners are added to `CODEOWNERS` (if applicable), using `python3 -m script.hassfest` - The `.coveragerc` file is updated to exclude your platform if there are no tests available or your new code uses a third-party library for communication with the device, service, or sensor - Documentation is developed for [home-assistant.io](https://home-assistant.io/) * Visit the [website documentation](https://www.home-assistant.io/developers/documentation/) for more information about contributing to [home-assistant.io](https://github.com/home-assistant/home-assistant.github.io). -- All dependencies are only imported inside functions that use them. diff --git a/website/i18n/en.json b/website/i18n/en.json index 3d4c32ee..1278a28f 100644 --- a/website/i18n/en.json +++ b/website/i18n/en.json @@ -813,10 +813,6 @@ "title": "Data Entry Flow", "sidebar_label": "Introduction" }, - "version-0.77.0/version-0.77.0-external_api_rest_python": { - "title": "REST API - Python bindings", - "sidebar_label": "REST API - Python bindings" - }, "version-0.77.0/version-0.77.0-frontend_data": { "title": "Frontend data", "sidebar_label": "Data"