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

Commit

Permalink
♻️ ⚡️ Resolve review comments and change theme
Browse files Browse the repository at this point in the history
  • Loading branch information
peterhessey committed Jul 28, 2022
1 parent 8d0afca commit 42b6b0f
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ Details can be found [here](docs/deploy_on_aml.md).

## Licensing

[MIT License](https://github.com/microsoft/InnerEye-DeepLearning/blob/main/LICENSE)
[MIT License](/LICENSE)

**You are responsible for the performance, the necessary testing, and if needed any regulatory clearance for
any of the models produced by this toolbox.**
Expand Down
4 changes: 2 additions & 2 deletions docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
#
html_theme = 'sphinx_rtd_theme'
html_theme = 'furo'

# Add any paths that contain custom static files (such as style sheets) here,
# relative to this directory. They are copied after the builtin static files,
Expand Down Expand Up @@ -102,7 +102,7 @@ def replace_in_file(filepath: Path, original_str: str, replace_str: str) -> None
repository_root = sphinx_root.parent.parent

# Symlink to all files that are in the head of the repository
files_to_symlink = ["CHANGELOG.md"]
files_to_symlink = ["CHANGELOG.md", "InnerEye/"]
for file_to_symlink in files_to_symlink:
symlink_path = docs_path / file_to_symlink
if not symlink_path.exists():
Expand Down
4 changes: 2 additions & 2 deletions docs/source/docs/WSL.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,8 @@ Subsystem for Linux (WSL2) or a plain Ubuntu Linux box.
If you are running a Windows box with a GPU, please follow the documentation
[here](https://docs.microsoft.com/en-us/windows/win32/direct3d12/gpu-cuda-in-wsl) to access the GPU from within WSL2.

You can also find a video walkthrough of WSL2+CUDA installation
[here](https://channel9.msdn.com/Shows/Tabs-vs-Spaces/GPU-Accelerated-Machine-Learning-with-WSL-2)
There is also a video walkthrough of WSL2+CUDA installation:
[GPU Accelerated Machine Learning with WSL 2](https://channel9.msdn.com/Shows/Tabs-vs-Spaces/GPU-Accelerated-Machine-Learning-with-WSL-2).

## Install WSL2

Expand Down

0 comments on commit 42b6b0f

Please sign in to comment.