Skip to content
This repository has been archived by the owner on Mar 21, 2024. It is now read-only.

Latest commit

 

History

History

docs

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

Building docs for InnerEye-DeepLearning

  1. First, make sure you have set up your conda environment as described in the Quick Setup Guide.
  2. Run make html from the docs folder. This will create html files under docs/build/html.
  3. From the docs/build/html folder, run python -m http.server 8080 to host the docs locally.
  4. From your browser, navigate to http:https://localhost:8080 to view the documentation.