From bce475baac827a7a62da8e21b461de7c7d297604 Mon Sep 17 00:00:00 2001 From: richelbilderbeek Date: Mon, 6 May 2024 12:21:01 +0200 Subject: [PATCH] Link to TensorFlow page, #42 --- README.md | 4 ---- docs/software/python_programming.md | 2 +- 2 files changed, 1 insertion(+), 5 deletions(-) diff --git a/README.md b/README.md index 1b6f75d12..9ee0c23b5 100644 --- a/README.md +++ b/README.md @@ -70,10 +70,6 @@ Filename |Descriptions [.spellcheck.yml](.spellcheck.yml) |Configuration of the spell checker, use `pyspelling -c .spellcheck.yml` to do spellcheck locally [.wordlist.txt](.wordlist.txt) |Whitelisted words for the spell checker, use `pyspelling -c .spellcheck.yml` to do spellcheck locally -## Broken link - -[https://www.uu.se/centrum/uppmax/support/user-guides/tensorflow-user-guide/](https://www.uu.se/centrum/uppmax/support/user-guides/tensorflow-user-guide/) - ## Credits The website is created using diff --git a/docs/software/python_programming.md b/docs/software/python_programming.md index fe33eccfc..bbaec1c8c 100644 --- a/docs/software/python_programming.md +++ b/docs/software/python_programming.md @@ -340,7 +340,7 @@ Some features are: * [Official Python documentation](https://docs.python.org/3/) * [Python forum](https://www.python.org/community/forums/) * [Free online book: 'How to Think Like a Computer Scientist'](https://openbookproject.net/thinkcs/python/english3e/index.html) -* [UPPMAX TensorFlow guide](https://www.uppmax.uu.se/support/user-guides/tensorflow-user-guide/) +* [UPPMAX TensorFlow guide](tensorflow.md) * [UPPMAX PyTorch guide](https://www.uppmax.uu.se/support/user-guides/nvidia-deep-learning-frameworks/)