Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 414 Bytes

File metadata and controls

26 lines (18 loc) · 414 Bytes

DEMENTpy_EA

This project aims at building a new implementation of the DEMENT model extended to allow for evolutionnary processes.

Dependencies

  • numpy
  • pandas
  • scipy
  • h5py
  • numba
  • sphinx (for building documentation)
  • sphixcontrib-bibtex (for building documentation)
  • jupyter (to run notebooks)

Building documentation

cd docs
make html 

Point your browset to docs/build/index.html