stefmolin / data-morph

Morph an input dataset of 2D points into select shapes, while preserving the summary statistics to a given number of decimal points through simulated annealing. It is intended to be used as a teaching tool to illustrate the importance of data visualization.
https://stefaniemolin.com/data-morph/
MIT License
71 stars 20 forks source link

Preview docs as part of PR #139

Open stefmolin opened 1 year ago

stefmolin commented 1 year ago

As part of the GitHub Actions workflows that run when a PR is opened, I'd like to have something like Matplotlib has that makes it possible to preview the built docs without downloading an artifact or building the docs locally.

Screenshot 2023-09-23 at 7 28 05 PM

Numpydoc also has this:

Screenshot 2024-03-30 at 3 58 22 PM

The details link goes to a preview hosted on CircleCI, but maybe a GitHub-only solution is possible with the latest changes in the artifact action, and using this action to set the details URL?

Read the docs PR previews could also be an option.