ezmsg-org / ezmsg

Pure-Python DAG-based high-performance SHM-backed pub-sub and multi-processing pattern
https://ezmsg.readthedocs.io/en/latest/
MIT License
9 stars 4 forks source link

Big docs update #107

Closed cboulay closed 2 months ago

cboulay commented 3 months ago

This is a very large PR but there are absolutely no code changes (unless you count Sphinx conf.py).

IMO, the best way to review it would be to check out the branch, build the docs, and explore a bit.

griffinmilsap commented 3 months ago

WHOA! Awesome!

I'll start poking through this; @peranpl1 has been looking into using ChatGPT to generate documentation for what its worth. I'll also want to contribute some high level "getting started" type introduction documentation

cboulay commented 3 months ago

Attaching the built docs here for others to download:

ezmsg_docs.zip

Download, upack, and open index.html.

griffinmilsap commented 2 months ago

BIG THANKS for this contribution. I read through a bunch of this and it is all VERY helpful!