Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
11 changes: 9 additions & 2 deletions README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,14 @@ You can install following command.

$ make install


This can be automated with vim-plug.

.. code::

Plug 'heavenshell/vim-pydocstring', { 'do': 'make install' }


If you want install doq manually, you can install from PyPi.

.. code::
Expand All @@ -33,7 +41,6 @@ If you want install doq manually, you can install from PyPi.

Than set installed `doq <https://pypi.org/project/doq/>`_ path to `g:pydocstring_doq_path`.


Note
~~~~

Expand Down Expand Up @@ -79,7 +86,7 @@ You can set built-in formatter(Sphinx, Numpy, Google).

.. code::

leg g:pydocstring_formatter = 'numpy'
let g:pydocstring_formatter = 'numpy'


Custom template
Expand Down