Skip to content

Commit 0b8f593

Browse files
committed
Add demo movie
Formt changelog's reST.
1 parent 5ea29d4 commit 0b8f593

File tree

3 files changed

+16
-0
lines changed

3 files changed

+16
-0
lines changed

CHANGES.rst

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,55 +4,69 @@ Released on Mar 25th 2017
44

55
- Fix bug
66
Ignored indent when docstring start with `'''`.
7+
78
Delete blank line if `{{_returnType_}}` not exists.
9+
810
see https://github.com/heavenshell/vim-pydocstring/issues/19
11+
912
Thx @brainscience
1013

1114
Version 0.1.1
1215
-------------
1316
Released on Feb 12th 2017
1417

1518
- Fix bug
19+
1620
If none typed arg, lack of last `:`.
21+
1722
see https://github.com/heavenshell/vim-pydocstring/issues/17
1823

1924
Version 0.1.0
2025
-------------
2126
Released on Dec 25th 2016
2227

2328
- Add type-hint
29+
2430
see https://github.com/heavenshell/vim-pydocstring/pull/15
31+
2532
Thx @letientai299
2633

2734
Version 0.0.9
2835
-------------
2936
Released on Nov 20th 2016
3037

3138
- Add Vader integration tests
39+
3240
see https://github.com/heavenshell/vim-pydocstring/pull/14
41+
3342
Thx @letientai299
3443

3544
Version 0.0.8
3645
-------------
3746
Released on Sep 1th 2016
3847

3948
- Fix add expand to allow relative path
49+
4050
see https://github.com/heavenshell/vim-pydocstring/pull/12
51+
4152
thx @ning-yang
4253

4354
Version 0.0.7
4455
-------------
4556
Released on June 1th 2016
4657

4758
- add ``_nested_indent_`` template variable.
59+
4860
see https://github.com/heavenshell/vim-pydocstring/issues/3#issuecomment-222584162
61+
4962
Thx @pirDOL
5063

5164
Version 0.0.6
5265
-------------
5366
Released on January 17th 2016
5467

5568
- add ``pydocstring_enable_mapping`` option.
69+
5670
Thx @nfischer
5771

5872
Version 0.0.5

README.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,8 @@ pydocstring.vim
44
.. image:: https://travis-ci.org/heavenshell/vim-pydocstring.svg?branch=master
55
:target: https://travis-ci.org/heavenshell/vim-pydocstring
66

7+
.. image:: ./assets/vim-pydocstring.gif
8+
79
Pydocstring is a generator for Python docstrings and is capable of automatically
810

911
* inserting one-line docstrings

assets/vim-pydocstring.gif

5.94 MB
Loading

0 commit comments

Comments
 (0)