A Java version of the API offered by the wonderful Python zarr package.
You can find detailed information at JZarrs project documentation page.
The projects documentation is automatically generated and provided using "Read the Docs".
Some files, needed to build the "read the docs" documentation must be generated to be up to
date and along with the code. Therefor a class has been implemented which searches for
classes whose filename ends with "_rtd.java" and invokes whose main
method.
Rerun the class (ExecuteForReadTheDocs
) to autogenerate these
referenced files.