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