The examples in getting_started.rst are a bit limited and could be extended (in line with the manuscript). They should also be tested in the unit tests to make sure they keep working. This can be accomplished by writing them as python scripts in the iodata/test/data directory. These files can be easily accessed by the unit tests and included in the documentation with the literalinclude directive.
[x] Put examples in Python scripts and run them as unit tests. See #333
The examples in
getting_started.rst
are a bit limited and could be extended (in line with the manuscript). They should also be tested in the unit tests to make sure they keep working. This can be accomplished by writing them as python scripts in theiodata/test/data
directory. These files can be easily accessed by the unit tests and included in the documentation with the literalinclude directive.