You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I was looking at updating the doc strings in a couple of places, but I noticed that the existing docstrings do not appear to adhere to the conventions for epydoc: http://epydoc.sourceforge.net/manual-fields.html
In particular, @param should be used to describe each function parameter (not @ivar which is for instance variables)
The text was updated successfully, but these errors were encountered:
I was looking at updating the doc strings in a couple of places, but I noticed that the existing docstrings do not appear to adhere to the conventions for epydoc: http://epydoc.sourceforge.net/manual-fields.html
In particular,
@param
should be used to describe each function parameter (not@ivar
which is for instance variables)The text was updated successfully, but these errors were encountered: