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
{{ message }}
This repository has been archived by the owner on May 4, 2019. It is now read-only.
We should improve our docstrings by adapting them to new conventions from the Julia manual. In particular (not all of these steps need to be done at the same time, though):
stop using @doc and -> (except for special cases)
give the signature with a four-space indent (instead of backquotes)
use imperative form ("return") instead of third person ("returns")
remove docstrings for generic functions which do not really add NullableArray-specific information (like unshift!, shift!, pop!, splice!, etc.)
add examples as doctests where useful
The text was updated successfully, but these errors were encountered:
We should improve our docstrings by adapting them to new conventions from the Julia manual. In particular (not all of these steps need to be done at the same time, though):
@doc
and->
(except for special cases)NullableArray
-specific information (likeunshift!
,shift!
,pop!
,splice!
, etc.)The text was updated successfully, but these errors were encountered: