datashader icon indicating copy to clipboard operation
datashader copied to clipboard

Documentation updates

Open amaloney opened this issue 11 months ago • 1 comments

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/datashader but it resovles to holoviz/datashader
  • [x] link to holoviews and bokeh use http, but they should use https
  • [ ] 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 http links to use https
  • [ ] 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

amaloney avatar Jan 23 '25 15:01 amaloney

@hoxbro there are a large number of things needing updated in the docs, that I'll work on for v0.17.0

amaloney avatar Jan 23 '25 23:01 amaloney

@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?

Azaya89 avatar Jul 02 '25 16:07 Azaya89

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

Image

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

amaloney avatar Jul 07 '25 22:07 amaloney

OK, Thank you.

Azaya89 avatar Jul 08 '25 08:07 Azaya89