Commit Graph

8986 Commits

Author SHA1 Message Date
Norwid Behrnd
7a2f6ddacd keep introducing comments close to their object
In previous commits, some introducing comments ended just in the
line ahead of their example; others did not.  For consistency,
comments are now back to back with their example.
2022-11-23 22:01:08 +01:00
Norwid Behrnd
27f052e68d break overly long lines
Critical threshold for a line are 80 characters maximum.
2022-11-23 21:26:20 +01:00
Norwid Behrnd
38abd4298c run sed -i 's/ *$//' awk-fr.html.markdown
Remove of trailing spaces.
2022-11-23 21:17:18 +01:00
Norwid Behrnd
2ad6b09fa9 edit overly long lines, consider markdownlint
Lines longer than 80 characters are edited.  Withn reason, suggests
by markdownlint[1] are equally considered, too.

[1] https://github.com/markdownlint/markdownlint, version 0.12.0.
2022-11-23 21:08:20 +01:00
Norwid Behrnd
5260db7077 substitute a tab space by explicit spaces 2022-11-23 21:04:56 +01:00
Norwid Behrnd
033f3e65b9 run sed -i "s/ *$//" awk-es.html.markdown
Remove of trailing spaces.
2022-11-23 21:01:38 +01:00
Norwid Behrnd
15c75c28b9 rm overly long lines, consider markdownlint
Lines longer than 80 characters are edited.  Within reason, issues
identified by markdownlint[1] are equally curated.

[1] https://github.com/markdownlint/markdownlint, version 0.12.0
2022-11-23 20:53:39 +01:00
Norwid Behrnd
2a56a9cc5e run sed -i "s/ *$//" awk.html.markdown
Remove of trailing spaces.
2022-11-23 20:48:05 +01:00
Louis PORTAY
d2d10c7050 [yaml/en] add another example for YAML null value 2022-11-21 14:24:01 +01:00
Marcel Ribeiro Dantas
02db03231f
Merge pull request #4380 from agbohub/patch-1
[vim/en] Delete repeated word "one" in §Intro
2022-11-20 03:50:46 -03:00
Marcel Ribeiro Dantas
e323bd7775
Merge pull request #4513 from yashdodani/addScanfToC
[c/en] Added missing information about scanf in C
2022-11-20 03:45:14 -03:00
Marcel Ribeiro Dantas
12ff5c1d0d
Merge pull request #4527 from kemelzaidan/processing-pt_br
[processing/pt_br] Adds processing translation to pt_br
2022-11-20 03:44:39 -03:00
Marcel Ribeiro Dantas
4f9431e8e9
Merge pull request #4488 from emilyseville7cf-scripts/feature/refresh-bash
[bash/en] Update bash help
2022-11-20 03:41:50 -03:00
Marcel Ribeiro Dantas
4da0a528bc
Merge pull request #4545 from precondition/patch-1
[COBOL/en] Fix typo: sting → string
2022-11-16 22:46:51 -03:00
precondition
32aad6aaf2
Fix typo: sting → string 2022-11-16 23:30:30 +01:00
Kemel Zaidan
a4a507bef1
Update processing-pt.html.markdown
Last typo changes left
2022-11-16 11:52:34 -03:00
Kemel Zaidan
f1c5734175
Update processing-pt.html.markdown
Fixing some translation errors
2022-11-16 11:46:14 -03:00
Kemel Zaidan
155ed84239
Update processing-pt.html.markdown
Fixing a typo to capital letter since it refers to the language name
2022-11-16 11:38:26 -03:00
Marcel Ribeiro Dantas
8d993a2566
Merge pull request #4543 from heckelson/patch-1
[hy/en] Remove dead link
2022-11-15 17:42:08 -03:00
Alexander Hecke
847f5c2259
Remove dead link 2022-11-15 10:29:45 +01:00
Marcel Ribeiro Dantas
c3ec10c79e
Merge pull request #4542 from nbehrnd/vim_de
[vim/de] remove trailing/not needed leading spaces
2022-11-14 12:19:26 -03:00
nbehrnd
0cdb0f0c06
Update vim-de.html.markdown 2022-11-14 12:54:14 +01:00
Norwid Behrnd
437ebf772b use markdownlint for additional improvements
Accounts for a selection of issues identified by markdownlint.[1]

[1] https://github.com/markdownlint/markdownlint, version 0.12.0.
2022-11-14 12:36:39 +01:00
Norwid Behrnd
df4dacd110 A spellcheck 2022-11-14 12:28:17 +01:00
Norwid Behrnd
07ec656274 correct/reinstall indentations
There were a few 'false positives' applying sed's rule to remove
leading spaces.  This commit corrects this.
2022-11-14 12:24:52 +01:00
Norwid Behrnd
8dd734971d trim leading spaces (needs manual correction)
An instance of `sed -i 's/^ *//' vim-de.html.markdown`.
2022-11-14 12:15:37 +01:00
Norwid Behrnd
75b0cfb4ab trim trailing spaces
An instance of `sed -i 's/ *$//' vim-de.html.markdown`.
2022-11-14 12:14:46 +01:00
Marcel Ribeiro Dantas
5630c3e05a
Improve wording/typos 2022-11-13 12:59:50 -03:00
Marcel Ribeiro Dantas
f0577fb679
Add host/guest OS info on VM-based architecture diagram 2022-11-13 12:47:37 -03:00
Marcel Ribeiro Dantas
7b10b3e9a6
Keep lines under 80 chars whenever possible 2022-11-13 12:45:49 -03:00
Akshita Dixit
6384e51166 Merge branch 'master' of https://github.com/adambard/learnxinyminutes-docs into docker-docs 2022-11-13 14:26:32 +05:30
Akshita Dixit
5a9b474a63 [Docs]: Docker documentation revamp 2022-11-13 14:24:24 +05:30
Adam Bard
2d59543e71
Merge pull request #4502 from bobdc/remove-color-coding
[rdf/en-en] Make color coding generic because too much was red
2022-11-12 07:26:02 -08:00
Yann Defretin
ab877e93eb
[javascript/fr] Fix equality comparison example (#4540) 2022-11-11 17:49:24 +01:00
Marcel Ribeiro Dantas
2ddfedb512
Merge pull request #4539 from nbehrnd/markdown_en
[markdown/en] add link to markdownlint
2022-11-11 10:54:17 -03:00
Norwid Behrnd
873314f253 add link to markdownlint
It already was mentioned, the additional link eases installation
and thus promotes its subsequent use.
2022-11-11 10:38:32 +01:00
Marcel Ribeiro Dantas
b8a66e77be
Merge pull request #4538 from ShenMian/master
[vim/en] Update vim.html.markdown
2022-11-10 01:18:36 -03:00
ShenMian
968661d9f7
Update vim.html.markdown 2022-11-10 11:37:19 +08:00
Marcel Ribeiro Dantas
8afc5e6ceb
Merge pull request #4537 from nbehrnd/python_en_linelimit
[python/en] stricter restraint of 80 characters/line maximum
2022-11-09 01:54:26 -03:00
Norwid Behrnd
3d0ea351cb remove overly long lines by edit of content
Light rephrasing to stay within the constraint of 80 chars/line.
The cross links at the end of the document are not affected.
2022-11-08 13:36:41 +01:00
Norwid Behrnd
0dcfdfb4b4 remove overly long lines by additional line breaks
The threshold of a line considered as too long is 80 characters
per line.  Changes introduced only alter the use of line breaks.
2022-11-08 12:50:57 +01:00
Marcel Ribeiro Dantas
82462e776a
Merge pull request #4535 from JohnBlood/patch-2
[ldpl/en] fixed spelling errors
2022-11-06 23:43:40 -03:00
John Paul Wohlscheid
edada55eb0
fixed spelling errors 2022-11-05 23:32:45 -04:00
Mr Alexandre ELISÉ
9912e42945
Hi, I might have found a typo (#4528)
Hi, French is my native language and I think I might have found a typo regarding a pronoun in French in the original text it says 'la première élément' but seems to have a typo it should be 'le premier élément'. Just trying to be helpful. Enjoy your day. BTW I like your awesome website https://learnxinyminutes.com thanks for this cool initiative.
2022-10-31 03:15:26 +01:00
Kemel Zaidan
6e3ca550f9 fixes the texts which were exceeding 80 collumns 2022-10-27 17:13:09 -03:00
Kemel Zaidan
6574a37279 fixing some typos after review 2022-10-27 16:01:30 -03:00
Kemel Zaidan
940326953b add pt_br translation for Processing 2022-10-27 15:46:18 -03:00
Marcel Ribeiro Dantas
f5f207ffd0
Merge pull request #4525 from smith558/patch-5
[python/en] Clarify things
2022-10-26 21:06:32 -03:00
Stanislav (Stanley) Modrak
25e194aa0f
Update python.html.markdown 2022-10-26 19:30:44 +01:00
Stanislav (Stanley) Modrak
610676c76e
Update python.html.markdown 2022-10-26 18:37:42 +01:00