jdmoorman / kaczmarz-algorithms

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

Add references to selection strategies. #15

Closed jdmoorman closed 4 years ago

jdmoorman commented 4 years ago

Any selection strategy that is associated with one or more publication should have a References section added to its class docstring with the publications listed.

jdmoorman commented 4 years ago

I'm not sure what the best way to encode references in the documentation is. What do other projects do?

jdmoorman commented 4 years ago

numpy style docstrings use a References section with a numbered list, so I will do that.