From e700532dd17ae316a2aff66688c13fa7cfd0dd87 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Mon, 7 Jan 2019 16:28:41 +0900 Subject: [PATCH 1/2] docs: check_sources.py now becomes flake8 plugin --- CONTRIBUTING.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index 19c03c496..ff53c387f 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -274,9 +274,6 @@ Coding Guide * When adding a new configuration variable, be sure to document it and update :file:`sphinx/quickstart.py` if it's important enough. -* Use the included :program:`utils/check_sources.py` script to check for - common formatting issues (trailing whitespace, lengthy lines, etc). - * Add appropriate unit tests. From 09a8b5e25c49ef85c064307bc433f1cfe53f64d8 Mon Sep 17 00:00:00 2001 From: Takeshi KOMIYA Date: Mon, 7 Jan 2019 16:29:11 +0900 Subject: [PATCH 2/2] doc: quickstart.py has moved --- CONTRIBUTING.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CONTRIBUTING.rst b/CONTRIBUTING.rst index ff53c387f..668dcfdc6 100644 --- a/CONTRIBUTING.rst +++ b/CONTRIBUTING.rst @@ -272,7 +272,7 @@ Coding Guide generated output. * When adding a new configuration variable, be sure to document it and update - :file:`sphinx/quickstart.py` if it's important enough. + :file:`sphinx/cmd/quickstart.py` if it's important enough. * Add appropriate unit tests.