With the merge of #3988 we're now properly documenting the str, dt and plot accessors, but the signatures of the plotting methods are missing a few parameters. For example, DataArray.plot.contour is missing the parameter x (it's properly documented in the parameters section, though).
Also, we need to remove the str and dt accessors from Computing and try to figure out how to fix the summary of DataArray.plot (the plotting method).
With the merge of #3988 we're now properly documenting the
str,dtandplotaccessors, but the signatures of the plotting methods are missing a few parameters. For example,DataArray.plot.contouris missing the parameterx(it's properly documented in the parameters section, though).Also, we need to remove the
stranddtaccessors fromComputingand try to figure out how to fix the summary ofDataArray.plot(the plotting method).