-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable API reference docs to show accessor methods #44
Commits on Jun 19, 2024
-
The cupy-core package from conda-forge does not bring in CUDA dependencies and thus can be installed on CPU-only CI services. Xref conda-forge/cupy-feedstock#229
Configuration menu - View commit details
-
Copy full SHA for db7d88f - Browse repository at this point
Copy the full SHA db7d88fView commit details -
Add pip install --editable to docs build instructions
Also fixed some typos around doc/docs.
Configuration menu - View commit details
-
Copy full SHA for 830cbec - Browse repository at this point
Copy the full SHA 830cbecView commit details -
Re-enable building of API page in docs/conf.py
See usage instructions in https://sphinx-autosummary-accessors.readthedocs.io/en/stable/usage.html. Also need to `import cupy_xarray` to fix `exception: no module named xarray.DataArray.cupy` error following xarray-contrib/sphinx-autosummary-accessors#107.
Configuration menu - View commit details
-
Copy full SHA for 63fd759 - Browse repository at this point
Copy the full SHA 63fd759View commit details -
Fixes `AttributeError: type object 'CupyDatasetAccessor' has no attribute 'get'`
Configuration menu - View commit details
-
Copy full SHA for 3ee419a - Browse repository at this point
Copy the full SHA 3ee419aView commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for c687298 - Browse repository at this point
Copy the full SHA c687298View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6cc9115 - Browse repository at this point
Copy the full SHA 6cc9115View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4d35c46 - Browse repository at this point
Copy the full SHA 4d35c46View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 3ac183c - Browse repository at this point
Copy the full SHA 3ac183cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 5087d89 - Browse repository at this point
Copy the full SHA 5087d89View commit details -
Configuration menu - View commit details
-
Copy full SHA for ccc1925 - Browse repository at this point
Copy the full SHA ccc1925View commit details -
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
Configuration menu - View commit details
-
Copy full SHA for 72ac4e8 - Browse repository at this point
Copy the full SHA 72ac4e8View commit details -
Add minimal docstrings to accessor methods and attributes
Adding some docstrings to the is_cupy, as_cupy and as_numpy methods, so that the API docs page looks like center-aligned.
Configuration menu - View commit details
-
Copy full SHA for e19967c - Browse repository at this point
Copy the full SHA e19967cView commit details