Add automatic generation of markdown docs + extract all class methods
Created by: gcarleo
To generate documentation now just go to '/Docs' and do
python make_all_docs.py
if a new submodule is added to main netket module, it must be manually added in make_all_docs.py
,
appending its name to the list submodules=[graph,...]