InnerEye-DeepLearning/sphinx-docs
Anton Schwaighofer 312afc3bf3
renaming master -> main (#384)
Updates to match the new default branch name "main".
2021-02-02 15:48:21 +00:00
..
source Add source code 2020-07-29 00:30:35 +05:30
Makefile Add source code 2020-07-29 00:30:35 +05:30
README.md Add source code 2020-07-29 00:30:35 +05:30
make.bat Add source code 2020-07-29 00:30:35 +05:30
preprocess.py renaming master -> main (#384) 2021-02-02 15:48:21 +00:00
requirements.txt Add source code 2020-07-29 00:30:35 +05:30

README.md

Building docs for InnerEye-DeepLearning

  1. First, make sure you have all the packages necessary for InnerEye.
  2. Install pip dependencies from sphinx-docs/requirements.txt.
pip install -r requirements.txt
  1. Run make html from the folder sphinx-docs. This will create html files under sphinx-docs/build/html.