Documentation updates
Introduction
Broken links
- [ ] getting started
- [ ] user guide
- [ ] api
- [ ] move gitter page to discourse and discord
Getting started
- [x] Remove Python 3.9 as supported
- [x] Add Python 3.13 as supported
Introduction
- [x] link to datashader via the words (open-source) is to
bokeh/datashaderbut it resovles toholoviz/datashader - [x] link to holoviews and bokeh use
http, but they should usehttps - [ ] link to the 3-interactivity resolves to the getting started introduction
- [ ] link to the user guide resolves to the same getting started intro page
- [ ] path for reading data in NYC taxi trips is ambiguous
- [ ] user guide link at the bottom is also broken
Pipeline
- [ ] pipeline image is broken, should be
../assets/images/pipeline2.png - [ ] from a UI perspective, make the holoviews image the same size as the first one, and center the first one
- [ ] user guide link in aggregation heading is broken
- [ ] extending datashader link in aggregation section is broken
- [x] 2d reductions section
one -> once - [x] casting warning using new xarray in the
d3+d5... images
Colormapping with negative values
- [x] diverging colormap link broken
- [x] fix future warning with pandas
Interactivity
- [x] fix all the
httplinks to usehttps - [ ] fix broken link image
..assets/... - [x] fix bokeh docs links
- [ ] similar assets issue
HoloView+Bokeh
- [ ] broken link to plotting pipeline
- [ ] broken link in rich display
- [ ] fix scroll of images UX
@hoxbro there are a large number of things needing updated in the docs, that I'll work on for v0.17.0
@amaloney
Many of these Issues have been fixed in #1427 but I'd like to get more clarifications on these:
- [ ] from a UI perspective, make the holoviews image the same size as the first one, and center the first one: Which holoviews image(s) are you talking about?
- [ ] fix scroll of images UX: Same question as above, which Images?
It's been awhile since I looked at this. I think the answer to your first question is shown below in the image on the Pipeline page
The second one is on the Interactivity page. It would be nice to not have to scroll through the figures to see the differences being highlighted within each plot.
https://github.com/user-attachments/assets/a0a3c071-59eb-408e-aec3-32a4e9ed1221
OK, Thank you.