From d194ab3de572846139f4c18177e17d619f44bd9b Mon Sep 17 00:00:00 2001 From: Justin Campbell Date: Mon, 2 Aug 2021 23:59:54 -0400 Subject: [PATCH] Remove unused config --- docstring-format.mustache | 38 -------------------------------------- 1 file changed, 38 deletions(-) delete mode 100644 docstring-format.mustache diff --git a/docstring-format.mustache b/docstring-format.mustache deleted file mode 100644 index 7fc2a20..0000000 --- a/docstring-format.mustache +++ /dev/null @@ -1,38 +0,0 @@ -{{! Google Docstring Template }} -{{summaryPlaceholder}} - -{{extendedSummaryPlaceholder}} - -Example: - [example] - -{{#parametersExist}} -Args: -{{#args}} - {{var}} ({{typePlaceholder}}): {{descriptionPlaceholder}} -{{/args}} -{{#kwargs}} - {{var}} ({{typePlaceholder}}, optional): {{descriptionPlaceholder}}. Defaults to {{&default}}. -{{/kwargs}} -{{/parametersExist}} - -{{#exceptionsExist}} -Raises: -{{#exceptions}} - {{type}}: {{descriptionPlaceholder}} -{{/exceptions}} -{{/exceptionsExist}} - -{{#returnsExist}} -Returns: -{{#returns}} - {{typePlaceholder}}: {{descriptionPlaceholder}} -{{/returns}} -{{/returnsExist}} - -{{#yieldsExist}} -Yields: -{{#yields}} - {{typePlaceholder}}: {{descriptionPlaceholder}} -{{/yields}} -{{/yieldsExist}} \ No newline at end of file