From 7d7f89b6c5f95cea204aef49d911b56ea9a5e96b Mon Sep 17 00:00:00 2001 From: Shenghan <79361599+tengssh@users.noreply.github.com> Date: Fri, 7 Aug 2026 00:06:10 +0200 Subject: [PATCH] Fix links formatting in README.md Updated links in README.md to use HTML entities for angle brackets. --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 6c3be4d..d35131a 100644 --- a/README.md +++ b/README.md @@ -51,7 +51,7 @@ - `"$#"`: shorthand for argument # ## Python -- https://swcarpentry.github.io/python-novice-inflammation/ +- - Installation took time. - Miniforge - `jupyter` @@ -64,7 +64,7 @@ - `type()`: type of variable - `print()` - `help()` - - https://stackoverflow.com/ + - - `import numpy` - `loadtxt('*.csv', delimiter=',')` - type @@ -116,7 +116,7 @@ - Scopes (local, global) ## Git -- https://swcarpentry.github.io/git-novice/index.html +- - Configuration - `git config --global user.name "NAME"` - `git config --global user.email "EMAIL"`