PY-17023 Suggest different section titles for Google and Numpy docstrings

Also I removed "Params" title, since Napoleon doesn't support it and
can't render such sections.
Titles that contain multiple words are capitalized on ever word.
Actual set of headers is based on the following user suggestion:
https://youtrack.jetbrains.com/issue/PY-9795#comment=27-1122111.
This commit is contained in:
Mikhail Golubev
2015-09-25 18:58:32 +03:00
parent 56ada7d547
commit a7e6b8b064
13 changed files with 67 additions and 13 deletions

View File

@@ -0,0 +1,4 @@
def f():
"""
<caret>
"""