Document and simplify usage of configuration options
Created by: PhilipVinc
This PR adds documentation for the usage of configuration options available in netket as environment/config variables, and simplifies the interface to access them, mimicking jax.
Now config options can be queried by doing netket.config.netket_debug
instead of netket.config.FLAGS["NETKET_DEBUG"]