Re: [spyder] Semi-Automatic Docstring?

2016-09-17 Thread Carlos Córdoba

Hi,

We don't have this functionality, sorry.


Cheers,
Carlos

El 17/09/16 a las 08:05, Han Jo escribió:

Dear all,

I didn't find a feature or discussion about it. Is there already a way 
to generate a docstring for a function?


E.g. when I have the function get_sum(x) with the variable x I want 
spyder to generate a docstring directly under the function definition. 
It could be something like this:



"""
Description:

Parameters:

x: TYP HERE
DESCR HERE
"""

Cheers,

--
You received this message because you are subscribed to the Google 
Groups "spyder" group.
To unsubscribe from this group and stop receiving emails from it, send 
an email to spyderlib+unsubscr...@googlegroups.com 
.
To post to this group, send email to spyderlib@googlegroups.com 
.

Visit this group at https://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.


--
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To post to this group, send email to spyderlib@googlegroups.com.
Visit this group at https://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.


[spyder] Semi-Automatic Docstring?

2016-09-17 Thread Han Jo
Dear all,

I didn't find a feature or discussion about it. Is there already a way to 
generate a docstring for a function?

E.g. when I have the function get_sum(x) with the variable x I want spyder 
to generate a docstring directly under the function definition. It could be 
something like this:


"""
Description: 

Parameters:

x: TYP HERE
DESCR HERE
"""

Cheers,

-- 
You received this message because you are subscribed to the Google Groups 
"spyder" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to spyderlib+unsubscr...@googlegroups.com.
To post to this group, send email to spyderlib@googlegroups.com.
Visit this group at https://groups.google.com/group/spyderlib.
For more options, visit https://groups.google.com/d/optout.