From d1685ff4698c22c3d09dea24a75eb8fc0815f10e Mon Sep 17 00:00:00 2001 From: "Michael R. Shannon" Date: Mon, 29 Jul 2019 08:43:15 -0600 Subject: [PATCH 1/2] Add google convention to documentation. --- docs/release_notes.rst | 8 ++++++++ docs/snippets/cli.rst | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index 9a820deb..c6e82880 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -4,6 +4,14 @@ Release Notes **pydocstyle** version numbers follow the `Semantic Versioning `_ specification. +Current Development Version +--------------------------- + +Bug Fixes + +* Updated usage documentation to include google convention. + + 4.0.0 - July 6th, 2019 --------------------------- diff --git a/docs/snippets/cli.rst b/docs/snippets/cli.rst index 5c97155a..f8b43117 100644 --- a/docs/snippets/cli.rst +++ b/docs/snippets/cli.rst @@ -54,7 +54,7 @@ Usage --convention= choose the basic list of checked errors by specifying an existing convention. Possible conventions: pep257, - numpy. + numpy, google. --add-select= add extra error codes to check to the basic list of errors previously set by --select, --ignore or From 08a899b889b0c7e1813a83418987ca1a508aba16 Mon Sep 17 00:00:00 2001 From: "Michael R. Shannon" Date: Mon, 29 Jul 2019 08:50:33 -0600 Subject: [PATCH 2/2] Add pull request number to release notes. --- docs/release_notes.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/release_notes.rst b/docs/release_notes.rst index c6e82880..ada66415 100644 --- a/docs/release_notes.rst +++ b/docs/release_notes.rst @@ -9,7 +9,7 @@ Current Development Version Bug Fixes -* Updated usage documentation to include google convention. +* Updated usage documentation to include google convention (#386). 4.0.0 - July 6th, 2019