Commit graph

23 commits

Author SHA1 Message Date
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
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
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
e61918c4bc Invoke python as python2 2016-04-19 11:01:31 -07: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
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
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
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
Glyph
5068940366 support raw r""" syntax for docstrings 2014-12-10 13:15:44 +01:00
Glyph
cede45a6e8 honor fill column, some other minor fixes 2014-11-13 14:12:27 +01:00
Glyph
9aa9bbfcf3 Import. 2014-07-08 11:09:57 -07:00