Glyph
ec253711f2
Merge pull request #27 from glyph/ci36
...
add python 3.6 support
2020-04-04 17:30:44 -07:00
Glyph
d988a38139
goodbye python3.3
2019-07-16 02:36:00 -07:00
Glyph
56345cadfa
Update tox.ini
2019-07-16 02:35:23 -07:00
Glyph
871a1821fc
Update .travis.yml
2019-07-16 02:30:42 -07:00
Glyph
0d2f783f5a
python 3 upgrade
2019-07-16 02:21:00 -07:00
Glyph
d35d2e0fbe
Merge pull request #21 from selmanj/add_support_for_single_space_between_sentences
...
Add support for using single space between sentences
2017-05-08 01:56:35 -07:00
Glyph
6ac0b4cab3
Merge pull request #22 from aiguofer/master
...
Allow param with multiple inline types
2017-03-14 00:43:38 -07:00
Diego Fernandez
34b99adae0
Allow param with multiple inline types
...
For example, if you have `:param str,list myvar: This var could be a string or a list`
2017-02-20 00:32:48 -05:00
Joe Selman
651ddff650
Use a customizable var instead of `sentence-end-double-space'
2017-02-16 09:17:20 -08:00
Joe Selman
a4397b0148
Add support for using single space between sentences
...
python-docstring.el will respect the value of sentence-end-double-space.
2017-02-15 11:18:27 -08:00
Glyph
a07bad8498
Merge pull request #20 from derwolfe/add-melpa-link
...
add melpa package link/widget
2016-08-01 12:26:52 -07:00
Chris Wolfe
ab8bb1cd1e
add melpa package link/widget
2016-06-04 07:10:14 -07:00
Glyph
707b4a3e50
Merge pull request #18 from hynek/master
...
Make it worth it writing tests
2016-05-13 02:13:52 -07:00
Hynek Schlawack
3aa71d1f0f
Make it worth it writing tests
...
Also fix spelling of reST.
2016-05-09 12:26:33 +02:00
Glyph
fc537289f5
Merge pull request #17 from glyph/unused-code
...
Removed unused StringIO imports.
2016-05-09 03:15:11 -07:00
Glyph
4885a4c643
Removed unused StringIO imports.
2016-05-09 03:11:33 -07:00
Glyph
747d52be1c
Merge pull request #16 from glyph/not-tested-yet
...
repr is somewhat non-deterministic
2016-05-09 03:10:13 -07:00
Glyph
1d42dd57a9
repr is somewhat non-deterministic
2016-05-09 03:07:20 -07:00
Glyph
bf4c9ed397
Merge pull request #15 from glyph/fix-the-build
...
fix the build
2016-05-09 02:50:57 -07:00
Glyph
410b1b22c0
only build pushes to master
2016-05-09 02:48:44 -07:00
Glyph
b982d1a999
indent correctly
2016-05-09 02:47:27 -07:00
Glyph
b72adb4c16
not working on py3 yet. no one cares about 26.
2016-05-09 02:44:09 -07:00
Glyph
1401e9c310
Travis, open the pod bay doors.
2016-05-09 02:39:59 -07:00
Glyph
27a4c5b25c
Merge pull request #12 from hynek/master
...
Sort of port to Python 3
2016-05-09 02:37:55 -07:00
Hynek Schlawack
28ad788b47
Sort of port to Python 3
2016-05-09 11:32:43 +02:00
Glyph
d990fd1b3f
Merge pull request #14 from jbms/master
...
Fix issue #3 , clean up argument handling, ensure Python2 is used
2016-05-09 01:19:22 -07:00
Glyph
bfd5961e2a
Merge pull request #4 from syohex/fix-byte-compiled-case
...
Fix for loading byte-compiled file
2016-05-05 20:24:57 -07:00
Jeremy Maitin-Shepard
17ae9ab3d2
Correctly handle markers when parsing fields.
2016-04-19 11:01:31 -07:00
Jeremy Maitin-Shepard
4e24e69ada
Clean up argument parsing.
2016-04-19 11:01:31 -07:00
Jeremy Maitin-Shepard
e61918c4bc
Invoke python as python2
2016-04-19 11:01:31 -07:00
Glyph
711d07aef0
Merge pull request #10 from tomprince/autoload-cookies
...
Add autoload cookies.
2016-02-10 15:59:44 -08:00
Tom Prince
ff1c25b12f
Add autoload cookies.
2015-10-14 09:53:47 +02:00
Glyph
263879fb33
highlight ':' and '@'
...
also fix the namespace error introduced by lvh's packaging changes
... so this will be the first released version of this minor mode which
actually works. oops!
2015-09-07 16:04:01 -04:00
Glyph
b89eb108b9
swap variable-name/function-name faces
...
L{X} implies that X is a globally addressable thing (like a function or
a type) whereas @param Y implies Y is a locally addressable thing (like
a variable) so use font-lock faces that are closer to representing this
correctly.
2015-09-07 10:12:37 -04:00
Glyph
86757d0b7b
add linewise option; prototypical support for vim
2015-09-07 10:09:13 -04:00
Glyph
27badf76ca
get encoding correct for non-ascii wrapping
2015-09-07 10:08:43 -04:00
Glyph
48c419e052
Merge pull request #5 from lvh/packaging
...
More packaging
2015-05-14 14:27:42 -07:00
Laurens Van Houtven
7ef78b8448
Quote path in case there's spaces or such
...
Thanks, @purcell!
2015-05-14 12:36:45 -07:00
Laurens Van Houtven
fe90173b7a
Use python-docstring- prefix consistently
...
A namespace! A namespace! My kingdom for a namespace!
Thanks @purcell!
2015-05-14 12:29:45 -07:00
Laurens Van Houtven
07fc188326
Merge branch 'master' into packaging
2015-05-14 12:26:49 -07:00
Laurens Van Houtven
8d43baefcf
Make name alleged in header match filename
...
Thanks @purcell!
2015-05-14 12:26:19 -07:00
Syohei YOSHIDA
9d9b2ea9d3
Fix for loading byte-compiled file
...
'#$' is nil if file is byte-compiled then error occurs.
Because file-name-directory does not accept nil argument.
2015-05-14 10:43:54 +09:00
Glyph
ba198d6140
Merge pull request #2 from lvh/packaging
...
Packaging sanity
2015-05-05 12:50:42 -07:00
Laurens Van Houtven
f15e434b9b
Fix date over here too
2015-04-20 14:06:12 -07:00
Laurens Van Houtven
096d0778c4
Fix defvar docstring
2015-04-20 14:01:59 -07:00
Laurens Van Houtven
3cc1e248a4
Style
2015-04-20 13:58:30 -07:00
Laurens Van Houtven
065fbda3d7
Add docstring to python-docstring-install
2015-04-20 13:58:03 -07:00
Laurens Van Houtven
61e9fdc1a9
Add some stuff up top
2015-04-20 13:56:42 -07:00
Laurens Van Houtven
58097f7eeb
Update license year
2015-04-20 13:46:58 -07:00
Glyph
dc8719dffe
group epytext and ReST params the same way
2015-04-16 00:03:45 -04:00