Skip to content

bknight1/underworld3

 
 

Repository files navigation

underworld3

Documentation

The underworld documentation is in two parts: the user manual / theory manual is a jupyterbook that is built from this repository automatically from the sources in the Jupyterbook directory. The api documentation is also autogenerated.

The development branch has similar documentation:

Binder demonstration version

Binder

Binder - Dev Branch

Building

Refer to the Dockerfile for uw3 build instructions.

To install from the repository

pip install .

The in-place pip installation may be helpful for developers (after the above)

pip install -e .

To clean the git repository or all files ... be careful.

./clean.sh

Releases

No releases published

Packages

No packages published

Languages

  • Python 70.1%
  • Jupyter Notebook 17.8%
  • Cython 6.1%
  • C++ 3.0%
  • C 1.0%
  • CSS 0.9%
  • Other 1.1%