Personally, I like the Google style better since it's more concise. Someone mentioned though that Spyder would support only the NumPy style, and indeed the few references I can find point towards that (like http://stackoverflow.com/a/24557076 and http://stackoverflow.com/a/29636242). However, since Sphinx (Spyder's rendering backend) needs an extension to understand NumPy style anyway (the numpydoc extension, or Napoleon), it may not be so hard to support both styles?
Does anybody have experience with this?
TIA Colin
Gonzalo Peña-Castellanos
unread,
Dec 28, 2015, 11:22:43 PM12/28/15
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to spyder
Hi Colin
Thanks for the suggestion, does sphinx come with an extension to parse google type docstrings?, if that is the case then this should be straightforward to add, can you file an issue in the issue tracker if so.