home / github

Menu
  • GraphQL API
  • Search all tables

issue_comments

Table actions
  • GraphQL API for issue_comments

3 rows where issue = 353150483 and user = 1197350 sorted by updated_at descending

✎ View and edit SQL

This data as json, CSV (advanced)

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

user 1

  • rabernat · 3 ✖

issue 1

  • Adding tutorials to xarray documentation splash page · 3 ✖

author_association 1

  • MEMBER 3
id html_url issue_url node_id user created_at updated_at ▲ author_association body reactions performed_via_github_app issue
511127625 https://github.com/pydata/xarray/issues/2378#issuecomment-511127625 https://api.github.com/repos/pydata/xarray/issues/2378 MDEyOklzc3VlQ29tbWVudDUxMTEyNzYyNQ== rabernat 1197350 2019-07-13T14:47:37Z 2019-07-13T14:47:37Z MEMBER

FYI in the scipy19-docs branch we are now using nbsphinx. I couldn't get sphinx-nbexamples to work.

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Adding tutorials to xarray documentation splash page 353150483
510683661 https://github.com/pydata/xarray/issues/2378#issuecomment-510683661 https://api.github.com/repos/pydata/xarray/issues/2378 MDEyOklzc3VlQ29tbWVudDUxMDY4MzY2MQ== rabernat 1197350 2019-07-11T22:58:28Z 2019-07-11T22:58:28Z MEMBER

@dcherian - in Pangeo we are using sphinx-nbexamples instead of sphinx-gallery. I like it more becuase you provide the examples as notebooks, rather than scripts, which is better suited to longer, more detailed examples.

How would you feel about refactoring the gallery to use sphinx-nbexamples, and then using this for the tutorials as well?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Adding tutorials to xarray documentation splash page 353150483
510675515 https://github.com/pydata/xarray/issues/2378#issuecomment-510675515 https://api.github.com/repos/pydata/xarray/issues/2378 MDEyOklzc3VlQ29tbWVudDUxMDY3NTUxNQ== rabernat 1197350 2019-07-11T22:22:08Z 2019-07-11T22:22:08Z MEMBER

I plan on getting this started during the Xarray SciPy sprint on Saturday.

I would like to see a high-level tutorials heading in our documentation, like this

(I'm not proposing to eliminate the User Guide, I just suck at annotating screenshots.)

I think the "example" page should be refactored into more verbose tutorials. The examples are a bit stale.

Ideas? Feedback?

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  Adding tutorials to xarray documentation splash page 353150483

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 46.515ms · About: xarray-datasette