Skip to content

Add automatic generation of markdown docs + extract all class methods

Vicentini Filippo requested to merge github/fork/gcarleo/v2.0 into v2.0

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,...]

Merge request reports