mirror of
https://github.com/EbookFoundation/free-programming-books.git
synced 2025-08-31 03:20:07 +02:00
fix: homogenize markdown across files using markdownlint rules (#6988)
* chore: homogenize C# table of content anchor (`#c-sharp` to `#csharp`)
* format: homogenize c# category title
right markdown escape instead of use HTML entities
* lint: fix `MD012/no-multiple-blanks` rule
Multiple consecutive blank lines [Expected: 2; Actual: 3]
* lint: fix `MD039/no-space-in-links`
Spaces inside link text
* lint: fix `MD009/no-trailing-spaces` rule
Trailing spaces [Expected: 0 or 4; Actual: 1]
Trailing spaces [Expected: 0 or 4; Actual: 2]
* lint: fix `MD006/ul-start-left` rule
* format: remove extra spaces between note tokens
* spell: fix lint `MD044/proper-names` rule
- HTML
- JavaScript
- YouTube
* spell: normalize to the most common `Index` heading
* lint: fix `MD007/ul-indent` rule
Unordered list indentation [Expected: 4; Actual: 2]
* format: escape pipes `|` from resources text
addresses #5176
* add Hesham Asem courses about machine and deep learning and nlp
* Expand the name of nlp section
* Change the order
* Revert "spell: normalize to the most common `Index` heading"
This reverts commit 4d6a74e7d7
.
Co-authored-by: AhmedElTabarani <eltabaraniahmed@gmail.com>
This commit is contained in:
@@ -9,12 +9,12 @@
|
||||
* [HTML and CSS](#html-and-css)
|
||||
* [Introduction to Programming in Arabic](#introduction-to-programming-in-arabic)
|
||||
* [JavaScript](#javascript)
|
||||
* [Vue.js](#vuejs)
|
||||
* [Vue.js](#vuejs)
|
||||
* [Linux](#linux)
|
||||
* [Open Source Software](#open-source-software)
|
||||
* [Operating System](#operating-systems)
|
||||
* [PHP](#php)
|
||||
* [Symfony](#symfony)
|
||||
* [Symfony](#symfony)
|
||||
* [Programming in Scratch](#programming-in-scratch)
|
||||
* [Python](#python)
|
||||
* [Raspberry Pi](#raspberry-pi)
|
||||
@@ -22,7 +22,7 @@
|
||||
* [Security](#security)
|
||||
* [SEO](#seo)
|
||||
* [SQL](#sql)
|
||||
* [PostgreSQL](#postgresql)
|
||||
* [PostgreSQL](#postgresql)
|
||||
* [UI/UX](#uiux)
|
||||
|
||||
|
||||
@@ -73,10 +73,10 @@
|
||||
|
||||
### Linux
|
||||
|
||||
* [الإدارة المتقدمة لجنو/لينكس ](https://librebooks.org/gnu-linux-advanced-administration/) - Remo Suppi Boldrito, Josep Jorba Esteve, Abdel Rahim Ghaleb‏ (PDF)
|
||||
* [الإدارة المتقدمة لجنو/لينكس](https://librebooks.org/gnu-linux-advanced-administration/) - Remo Suppi Boldrito, Josep Jorba Esteve, Abdel Rahim Ghaleb‏ (PDF)
|
||||
* [أوبنتو ببساطة](https://www.simplyubuntu.com) - Ahmed AbouZaid‏ (PDF)
|
||||
* [دفتر مدير دبيان](https://ar.debian-handbook.info) - Raphaël Hertzog, Roland Mas, MUHAMMET SAİT Muhammet Sait‏ (PDF, HTML)
|
||||
* [دليل إدارة خواديم أوبنتو 14.04](https://academy.hsoub.com/files/10-دليل-إدارة-خواديم-أوبنتو/) - Ubuntu documentation team, Abdullatif Eymash‏ (PDF)
|
||||
* [دليل إدارة خواديم أوبنتو 14.04](https://academy.hsoub.com/files/10-دليل-إدارة-خواديم-أوبنتو/) - Ubuntu documentation team, Abdullatif Eymash‏ (PDF)
|
||||
* [سطر أوامر لينكس](https://itwadi.com/node/2765) - Willam E. Shotts, Jr، ترجمة عبد اللطيف ايمش (PDF)
|
||||
|
||||
|
||||
@@ -118,7 +118,7 @@
|
||||
|
||||
### Raspberry Pi
|
||||
|
||||
* [احترف الرازبيري باي](https://www.ev-center.com/uploads/2/1/2/6/21261678/كتاب_احترف_الرازبيري_باي.pdf) (PDF)
|
||||
* [احترف الرازبيري باي](https://www.ev-center.com/uploads/2/1/2/6/21261678/كتاب_احترف_الرازبيري_باي.pdf) (PDF)
|
||||
* [راسبيري باي السهل](http://librebooks.org/simply-raspberry-pi/)
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user