home / github / issues

Menu
  • Search all tables
  • GraphQL API

issues: 851917806

This data as json

id node_id number title user state locked assignee milestone comments created_at updated_at closed_at author_association active_lock_reason draft pull_request body reactions performed_via_github_app state_reason repo type
851917806 MDExOlB1bGxSZXF1ZXN0NjEwMjU4Mjg5 5122 DOC: Autoreformat all docstrings. 335567 closed 0     5 2021-04-07T01:13:50Z 2021-04-09T17:57:53Z 2021-04-07T17:25:34Z CONTRIBUTOR   0 pydata/xarray/pulls/5122

Surprisingly not many changes, most of them are adding leading /* to args, kwargs which is not clear according to numpydoc but seem like the thigs to do, plus it's already done in a few other places.

A couple of spaces before :, that semantically matter. Numpydoc improperly parse the types if there is no space before the :, a documented parameter that does not exist on the function, and some casing of section names.

There are a couple errors that this was not able to autofix (like missing blank line before Returns section leading Numpydoc to inpterprete "Returns" as a parameter of the function in xarray/core/dataset.py:roll extra parameters: {'-------', 'rolled', 'Returns'}

  • [ ] Closes #xxxx
  • [ ] Tests added
  • [ ] Passes pre-commit run --all-files
  • [ ] User visible changes (including notable bug fixes) are documented in whats-new.rst
  • [ ] New functions/methods are listed in api.rst
{
    "url": "https://api.github.com/repos/pydata/xarray/issues/5122/reactions",
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
    13221727 pull

Links from other tables

  • 0 rows from issues_id in issues_labels
  • 5 rows from issue in issue_comments
Powered by Datasette · Queries took 0.597ms · About: xarray-datasette