insomnes / aqute

Async QUeue Task Engine for Python
MIT License
8 stars 0 forks source link

Examples documentation site and tests on examples #33

Open insomnes opened 3 weeks ago

insomnes commented 3 weeks ago

To simplify navigation and accessibility we should consider moving examples documentation to separate docs/ and build them from the readme.

We also should extract code examples to separate files and refer them from the docs. This will also allow us to test that all the examples can be run without errors.

After that we can set up sanity checks mentioned in #31