Eldred Habert
Eldred Habert
I'd suggest trying to go at it anyway, and seeing what hurdles come up. It may be possible to simply ignore these elements, pass them through without any processing, or...
How about hosting a site from this repo with GH Pages? That'd become https://rangi42.github.io/polished-map
Oops, wrong tab.
I swear I have seen a comment somewhere about using a Rust plotter instead to cut on the dependencies, suggesting https://github.com/plotters-rs/plotters, but I can't find it anymore.
The rationale for moving to a Rust library instead is to remove a contribution barrier, by using simpler setup instructions (no virtualenv) that work on all systems. As for matplotlib...
Spring has ended a few weeks ago, but pollen levels are still at a record high so it's still spring cleaning time if you ask me. Rebased (to check for...
Alright, I have edited the OP to replicate the original PR's. That means what's left is only mdBook "wiring up", which falls under my responsibility... so I'll have to do...
I finally found some time to hook up this PR's Python to a mdBook preproc. It has to be a preproc, not a renderer/backend, because the files are `{{#include}}`d, and...
This last commit moves the JS file from stand-alone to being contained within the SVG itself; this makes the SVG fully interactive even when viewed stand-alone instead of within Pan...
I would suppose that's due to the fonts only being loaded after their respective stylesheets, which are ordered after several other rather large ones. That would make bandwidth a major...