We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1d387a4 commit b14ef92Copy full SHA for b14ef92
README.rst
@@ -39,7 +39,11 @@ If you want install doq manually, you can install from PyPi.
39
$ python3 -m venv ./venv
40
$ ./venv/bin/pip3 install doq
41
42
-Then set installed `doq <https://pypi.org/project/doq/>`_ path to `g:pydocstring_doq_path`.
+Then set installed `doq <https://pypi.org/project/doq/>`_ path:
43
+
44
+.. code::
45
+ $ which doq
46
+ g:pydocstring_doq_path
47
48
Note
49
~~~~
@@ -82,7 +86,7 @@ If you want change default keymapping, set following to your `.vimrc`.
82
86
83
87
nmap <silent> <C-_> <Plug>(pydocstring)
84
88
85
-Foramtter
89
+Formatter
90
---------
91
92
You can set built-in formatter(Sphinx, Numpy, Google).
0 commit comments