mirror of
https://github.com/EbookFoundation/free-programming-books.git
synced 2025-09-02 04:02:40 +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:
@@ -2,12 +2,12 @@
|
||||
|
||||
* [0 - Meta-Listas](#0---meta-listas)
|
||||
* [1 - Agnósticos](#1---agnósticos)
|
||||
* [Algoritmos y Estructuras de Datos](#algoritmos-y-estructuras-de-datos)
|
||||
* [Base de Datos](#base-de-datos)
|
||||
* [Ciencia Computacional](#ciencia-computacional)
|
||||
* [Metodologías de Desarrollo de Software](#metodologías-de-desarrollo-de-software)
|
||||
* [Misceláneos](#misceláneos)
|
||||
* [Sistemas Operativos](#sistemas-operativos)
|
||||
* [Algoritmos y Estructuras de Datos](#algoritmos-y-estructuras-de-datos)
|
||||
* [Base de Datos](#base-de-datos)
|
||||
* [Ciencia Computacional](#ciencia-computacional)
|
||||
* [Metodologías de Desarrollo de Software](#metodologías-de-desarrollo-de-software)
|
||||
* [Misceláneos](#misceláneos)
|
||||
* [Sistemas Operativos](#sistemas-operativos)
|
||||
* [Android](#android)
|
||||
* [C](#c)
|
||||
* [C++](#cpp)
|
||||
@@ -21,35 +21,35 @@
|
||||
* [HTML and CSS](#html-and-css)
|
||||
* [Java](#java)
|
||||
* [JavaScript](#javascript)
|
||||
* [AngularJS](#angularjs)
|
||||
* [D3](#d3js)
|
||||
* [jQuery](#jquery)
|
||||
* [node.js](#nodejs)
|
||||
* [React](#react)
|
||||
* [AngularJS](#angularjs)
|
||||
* [D3](#d3js)
|
||||
* [jQuery](#jquery)
|
||||
* [node.js](#nodejs)
|
||||
* [React](#react)
|
||||
* [LaTeX](#latex)
|
||||
* [Linux](#linux)
|
||||
* [Matemáticas](#matem%C3%A1ticas)
|
||||
* [.NET (C# Visual Studio)](#net-c--visual-studio)
|
||||
* [NoSQL](#nosql)
|
||||
* [MongoDB](#mongodb)
|
||||
* [Redis](#redis)
|
||||
* [MongoDB](#mongodb)
|
||||
* [Redis](#redis)
|
||||
* [Perl](#perl)
|
||||
* [Perl 6 / Raku](#perl-6--raku)
|
||||
* [PHP](#php)
|
||||
* [Symfony](#symfony)
|
||||
* [Symfony](#symfony)
|
||||
* [Python](#python)
|
||||
* [Django](#django)
|
||||
* [Web2py](#web2py)
|
||||
* [Django](#django)
|
||||
* [Web2py](#web2py)
|
||||
* [R](#r)
|
||||
* [Ruby](#ruby)
|
||||
* [Ruby on Rails](#ruby-on-rails)
|
||||
* [Ruby on Rails](#ruby-on-rails)
|
||||
* [Scala](#scala)
|
||||
* [Scratch](#scratch)
|
||||
* [SQL](#sql)
|
||||
* [Subversion](#subversion)
|
||||
* [SVG](#svg)
|
||||
* [TypeScript](#typescript)
|
||||
* [Angular](#angular)
|
||||
* [Angular](#angular)
|
||||
|
||||
|
||||
### 0 - Meta-Listas
|
||||
|
Reference in New Issue
Block a user