home / github / issue_comments

Menu
  • GraphQL API
  • Search all tables

issue_comments: 1459792052

This data as json

html_url issue_url id node_id user created_at updated_at author_association body reactions performed_via_github_app issue
https://github.com/pydata/xarray/issues/7556#issuecomment-1459792052 https://api.github.com/repos/pydata/xarray/issues/7556 1459792052 IC_kwDOAMm_X85XAqi0 14808389 2023-03-08T09:01:53Z 2023-03-08T09:01:53Z MEMBER

Since the label exists and the spelling is correct, I think the only thing we need to do here is use the appropriate sphinx role. To figure out which one, we can either manually search the intersphinx registry using bash $ python -m sphinx.ext.intersphinx https://docs.xarray.dev/en/latest/objects.inv | less (which is a bit tedious because that particular section is pretty big, and we need to have sphinx installed)

or we can use sphobjinv: ```bash $ sphobjinv suggest -u https://docs.xarray.dev/en/latest/ datetime_component_indexing

Attempting https://docs.xarray.dev/en/latest ... ... no recognized inventory. Attempting "https://docs.xarray.dev/en/latest/objects.inv" ... ... inventory found.


The intersphinx_mapping for this docset is LIKELY:

(https://docs.xarray.dev/en/latest/, None)


Project: xarray Version: 2023.2.1.dev19

7468 objects in inventory.


1 result found at/above current threshold of 75.

:std:label:datetime_component_indexing `` which helpfully tells us the correct link (though I think we can use:label:instead of:std:label:`)

{
    "total_count": 0,
    "+1": 0,
    "-1": 0,
    "laugh": 0,
    "hooray": 0,
    "confused": 0,
    "heart": 0,
    "rocket": 0,
    "eyes": 0
}
  1598266728
Powered by Datasette · Queries took 1.566ms · About: xarray-datasette