You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
As summarized by @isVoid in rapidsai/cudf#7098 , Python API documentation for RAPIDS projects has historically used the Sphinx Read The Docs theme and served a single large HTML page. This has caused the docs to load slowly as API surfaces have grown and caused users to experience potentially significant latency/delays when searching for functions.
This issue has been labeled inactive-30d due to no recent activity in the past 30 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed. This issue will be labeled inactive-90d if there is no activity in the next 60 days.
This issue has been labeled inactive-90d due to no recent activity in the past 90 days. Please close this issue if no further response or action is needed. Otherwise, please respond with a comment indicating any updates or changes to the original issue and/or confirm this issue still needs to be addressed.
This PR closes#459 . It updates the sphinx theme with `Pydata-sphinx-theme`.
Besides this PR also:
- [x] Fixed all existing warnings emitted during rendering the doc
- [x] Added a new section: `internals.rst` to focus on discussing GeoArrow format. Shuffled around the docstrings for `GeoArrowBuffer` and make background description and API usage relatively independent, but all presented in the same page for shared context.
- [x] Minor improvement to `from_geopandas` docstring.
Authors:
- Michael Wang (https://github.com/isVoid)
Approvers:
- AJ Schmidt (https://github.com/ajschmidt8)
- Mark Harris (https://github.com/harrism)
- H. Thomson Comer (https://github.com/thomcom)
URL: #523
As summarized by @isVoid in rapidsai/cudf#7098 , Python API documentation for RAPIDS projects has historically used the Sphinx Read The Docs theme and served a single large HTML page. This has caused the docs to load slowly as API surfaces have grown and caused users to experience potentially significant latency/delays when searching for functions.
In rapidsai/cudf#8746 , @galipremsagar updated the cuDF documentation to the more responsive PyData Sphinx theme. In rapidsai/cugraph#1793, @BradReesWork made a similar change.
Updating the cuSpatial documentation to the PyData Sphinx theme should improve the user experience for our documentation.
The text was updated successfully, but these errors were encountered: