glyph / python-docstring-mode

Emacs minor-mode for editing Python docstrings.
MIT License
70 stars 22 forks source link

Allow param with multiple inline types #22

Closed aiguofer closed 7 years ago

aiguofer commented 7 years ago

For example, if you have :param str,list myvar: This var could be a string or a list

glyph commented 7 years ago

Is this allowed by reStructuredText or epytext?

aiguofer commented 7 years ago

I believe so.. I can't find the documentation where I originally saw that, but I'm using it in a project. Here's the docstring and here's the resulting docs