Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix trivial Markdown issues #15

Closed
wants to merge 1 commit into from
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,8 @@

Please note: the appearance of a resource on this list does not constitute an official endorsement by AI4LAM.

### General AI topics

Check failure on line 29 in README.md

View workflow job for this annotation

GitHub Actions / Run Markdown linter

Headings should be surrounded by blank lines

README.md:29 MD022/blanks-around-headings/blanks-around-headers Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "### General AI topics"] https://github.com/DavidAnson/markdownlint/blob/v0.31.1/doc/md022.md

Check failure on line 30 in README.md

View workflow job for this annotation

GitHub Actions / Run Markdown linter

Lists should be surrounded by blank lines

README.md:30 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- [Elements of AI](https://www..."] https://github.com/DavidAnson/markdownlint/blob/v0.31.1/doc/md032.md
- [Elements of AI](https://www.elementsofai.com/), a free course by MinnaLearn and the University of Helsinki
- [Slides from FF23 workshop on Intro to AI for GLAM_](https://docs.google.com/presentation/d/1dVdS3u-XS2RDexNm3RlwICCsh5gBmdi1pBARgIGnPN8) and [shared notes](https://pad.carpentries.org/intro-ai-ff2023)
- [Introduction to Deep Learning](https://sebastianraschka.com/blog/2021/dl-course.html), by Sebastian Raschka
Expand All @@ -35,8 +36,9 @@
- [A Collection of AI Demos to Discover and Explore](https://exploreai.jisc.ac.uk/) including computer vision, text and 'knowledge'-based tools
- [DeepLearning.AI Short Courses](https://www.deeplearning.ai/short-courses/), a free courses from a platform created by Andrew Ng
- [Introduction to Hugging Face](https://www.codecademy.com/learn/intro-to-hugging-face), a free course by Codecademy

Check failure on line 39 in README.md

View workflow job for this annotation

GitHub Actions / Run Markdown linter

Headings should be surrounded by blank lines

README.md:39 MD022/blanks-around-headings/blanks-around-headers Headings should be surrounded by blank lines [Expected: 1; Actual: 0; Below] [Context: "#### Generative AI"] https://github.com/DavidAnson/markdownlint/blob/v0.31.1/doc/md022.md
#### Generative AI
### Generative AI

Check failure on line 40 in README.md

View workflow job for this annotation

GitHub Actions / Run Markdown linter

Lists should be surrounded by blank lines

README.md:40 MD032/blanks-around-lists Lists should be surrounded by blank lines [Context: "- [The Map Of Transformers](ht..."] https://github.com/DavidAnson/markdownlint/blob/v0.31.1/doc/md032.md

- [The Map Of Transformers](https://towardsdatascience.com/the-map-of-transformers-e14952226398)
- [The Illustrated Transformer](https://jalammar.github.io/illustrated-transformer/), a visual introduction to transformers
- [Introduction to Generative AI](https://www.cloudskillsboost.google/paths/118), by Google
Expand Down
Loading