From e9e2957e1a2c923581ebe383aa526e7952d3aa84 Mon Sep 17 00:00:00 2001 From: Cunliang Geng Date: Thu, 11 May 2023 12:17:32 +0200 Subject: [PATCH] update vscode plugin autodocstring template (#141) * fix indentation bug in autodocsting * remove section Examples from autodocstring --- .vscode/vscode_docstring_google_adapted.mustache | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.vscode/vscode_docstring_google_adapted.mustache b/.vscode/vscode_docstring_google_adapted.mustache index 42a7d1e1..f2d2b35d 100644 --- a/.vscode/vscode_docstring_google_adapted.mustache +++ b/.vscode/vscode_docstring_google_adapted.mustache @@ -26,7 +26,3 @@ Returns: {{typePlaceholder}}: {{descriptionPlaceholder}} {{/returns}} {{/returnsExist}} - -Examples: - >>> {{#placeholder}} - {{/placeholder}} \ No newline at end of file