home / github

Menu
  • Search all tables
  • GraphQL API

issue_comments

Table actions
  • GraphQL API for issue_comments

2 rows where issue = 200909658 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

Suggested facets: created_at (date), updated_at (date)

user 2

  • shoyer 1
  • ghisvail 1

author_association 2

  • CONTRIBUTOR 1
  • MEMBER 1

issue 1

  • Consider adding the docs to the distributed tarball · 2 ✖
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
272832299 https://github.com/pydata/xarray/issues/1209#issuecomment-272832299 https://api.github.com/repos/pydata/xarray/issues/1209 MDEyOklzc3VlQ29tbWVudDI3MjgzMjI5OQ== ghisvail 1964655 2017-01-16T11:02:53Z 2017-01-16T11:02:53Z CONTRIBUTOR

The build process does run Sphinx so only the source suffices. You don't need to ship a build of the documentation.

Indeed wheels should be the preferred mean of installation.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Consider adding the docs to the distributed tarball 200909658
272756563 https://github.com/pydata/xarray/issues/1209#issuecomment-272756563 https://api.github.com/repos/pydata/xarray/issues/1209 MDEyOklzc3VlQ29tbWVudDI3Mjc1NjU2Mw== shoyer 1217238 2017-01-16T01:50:23Z 2017-01-16T01:50:23Z MEMBER

Does your build process include running the doc build itself (e.g., using sphinx) or would you also like the generated HTML files/images?

My main concern with bundling in docs is that the source tarball on pypi would increase from ~300KB to ~9MB. But most folks installing directly from PyPI are probably using the wheel anyways, so maybe this is not such a serious concern after all.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Consider adding the docs to the distributed tarball 200909658

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [issue_comments] (
   [html_url] TEXT,
   [issue_url] TEXT,
   [id] INTEGER PRIMARY KEY,
   [node_id] TEXT,
   [user] INTEGER REFERENCES [users]([id]),
   [created_at] TEXT,
   [updated_at] TEXT,
   [author_association] TEXT,
   [body] TEXT,
   [reactions] TEXT,
   [performed_via_github_app] TEXT,
   [issue] INTEGER REFERENCES [issues]([id])
);
CREATE INDEX [idx_issue_comments_issue]
    ON [issue_comments] ([issue]);
CREATE INDEX [idx_issue_comments_user]
    ON [issue_comments] ([user]);
Powered by Datasette · Queries took 12.227ms · About: xarray-datasette