jdmoorman / kaczmarz-algorithms

Variants of the Kaczmarz algorithm for solving linear systems in Python.
MIT License
10 stars 5 forks source link

Automatically document new sampling strategies/rules #33

Open jdmoorman opened 4 years ago

jdmoorman commented 4 years ago

Currently we manually update the docs whenever we add a new variant. It would be great to have Sphinx automatically grab a list of all the available variants on each build of the docs.