Skip to content

Commit 8134c4c

Browse files
committed
md link formatting
1 parent 50b43ff commit 8134c4c

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,9 @@ Some of this material, including the inflammation data, is adapted from the Carp
2323
### Python Library Documentation
2424

2525
Each library we used today has its own documentation, for further reading.
26-
- numpy — (docs)[https://numpy.org/doc/stable/] | (user guide)[https://numpy.org/doc/stable/user/index.html#user]
27-
- matplotlib — (docs)[https://matplotlib.org/stable/index.htmlS] | (user guide)[https://matplotlib.org/stable/users/index.html] | (cheatsheets)[https://matplotlib.org/cheatsheets/]
28-
- glob — (docs)[https://docs.python.org/3/library/glob.html#module-globS]
26+
- numpy — [docs](https://numpy.org/doc/stable) | [user guide](https://numpy.org/doc/stable/user/index.html#user)
27+
- matplotlib — [docs](https://matplotlib.org/stable/index.htmlS) | [user guide](https://matplotlib.org/stable/users/index.html) | [cheatsheets](https://matplotlib.org/cheatsheets/)
28+
- glob — [docs](https://docs.python.org/3/library/glob.html#module-globS)
2929

3030
#### Markdown
31-
- markdown – (guide)[https://www.markdownguide.org/] | (cheatsheet)[https://www.markdownguide.org/cheat-sheet/]
31+
- markdown – [guide](https://www.markdownguide.org/) | [cheatsheet](https://www.markdownguide.org/cheat-sheet/)

0 commit comments

Comments
 (0)