working docs

This commit is contained in:
William Guss
2024-09-03 15:34:01 -07:00
parent 63d7e2b487
commit d23651774c
41 changed files with 1611 additions and 64 deletions

View File

@@ -1,7 +1,7 @@
<picture>
<source media="(prefers-color-scheme: dark)" srcset="docs/_static/ell-wide-dark.png">
<source media="(prefers-color-scheme: light)" srcset="docs/_static/ell-wide-light.png">
<img alt="ell logo that inverts based on color scheme" src="docs/_static/ell-wide.png">
<source media="(prefers-color-scheme: dark)" srcset="docs/src/_static/ell-wide-dark.png">
<source media="(prefers-color-scheme: light)" srcset="docs/src/_static/ell-wide-light.png">
<img alt="ell logo that inverts based on color scheme" src="docs/src/_static/ell-wide.png">
</picture>
--------------------------------------------------------------------------------