You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.rst
+9-9Lines changed: 9 additions & 9 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,14 +7,14 @@ Pydocstring is a generator for Python docstrings and is capable of automatically
7
7
* inserting multi-line docstrings
8
8
* inserting comments
9
9
10
-
This plugin is heavily inspired by [phpdoc.vim](http://www.vim.org/scripts/script.php?script_id=1355) and [sonictemplate.vim](https://github.com/mattn/sonictemplate-vim).
10
+
This plugin is heavily inspired by `phpdoc.vim<http://www.vim.org/scripts/script.php?script_id=1355>`_ and `sonictemplate.vim<https://github.com/mattn/sonictemplate-vim>`_.
11
11
12
12
Usage
13
13
-----
14
14
15
15
1. Move your cursor on a `def` or `class` keyword line,
16
-
1. type `:Pydocstring` or enter `<C-l>` (default keymapping) and
17
-
1. watch a docstring template magically appear below the current line
16
+
2. type `:Pydocstring` or enter `<C-l>` (default keymapping) and
17
+
3. watch a docstring template magically appear below the current line
18
18
19
19
Settings
20
20
--------
@@ -23,15 +23,15 @@ You need to set like `set softtabstop=4`.
0 commit comments