Skip to content

Latest commit

 

History

History
9 lines (8 loc) · 252 Bytes

README.md

File metadata and controls

9 lines (8 loc) · 252 Bytes

HTorch

Install HTorch via pip install .. In order to generate documentation, please do the following

pip install sphinx
pip install sphinx-rtd-theme
sphinx-build source/ build/html/

check build/html/ for generated documentations.