Open
Description
There's a few issues (#751, #552, etc) about better docs. This is a tracking issue for updating the docs. Here's my recommendations:
- Switch to mkdocs-material, as reStructuredText is losing (has lost) to Markdown and mkdocs documentation (in this author's opinion) is easier to maintain over the long term
- Switch to pre-rendered notebooks (e.g. https://github.com/gadomski/antimeridian/blob/main/docs/comparison.ipynb) and don't render the notebooks on each build. This makes our doc build times faster
- (maybe) Switch to self-hosting docs via Github Pages instead of readthedocs (removes ads). @gadomski can help w/ this, setting up a redirect from readthedocs to here isn't too bad
- Do a general rewrite, as the docs were written a long time ago and there's been a lot of features bolted on since then