From 8a531eb16aed59556721486e13068b3126748227 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me?= Date: Tue, 5 May 2015 11:50:27 +0200 Subject: [PATCH 1/2] Remove mention of *.class parameters from conventions --- contributing/code/standards.rst | 3 --- 1 file changed, 3 deletions(-) diff --git a/contributing/code/standards.rst b/contributing/code/standards.rst index c187890183f..6611b997b5a 100644 --- a/contributing/code/standards.rst +++ b/contributing/code/standards.rst @@ -167,9 +167,6 @@ Service Naming Conventions * A group name uses the underscore notation; -* Each service has a corresponding parameter containing the class name, - following the ``SERVICE NAME.class`` convention. - Documentation ------------- From b7721bc86f07f3dbd9c5594d7aaba45aaf8d45a7 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me?= Date: Wed, 6 May 2015 10:38:34 +0200 Subject: [PATCH 2/2] Replace trailing semicolon --- contributing/code/standards.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/contributing/code/standards.rst b/contributing/code/standards.rst index 6611b997b5a..17f8f72a637 100644 --- a/contributing/code/standards.rst +++ b/contributing/code/standards.rst @@ -165,7 +165,7 @@ Service Naming Conventions * Use lowercase letters for service and parameter names; -* A group name uses the underscore notation; +* A group name uses the underscore notation. Documentation -------------