Commit Graph

8905 Commits

Author SHA1 Message Date
Boris Verkhovskiy
191098e323
Merge pull request #4878 from nbehrnd/patch-3
[fortran/en] account for non-functional typo
2024-04-04 09:19:24 -07:00
nbehrnd
4c3a442457
correct typo 2024-04-04 17:36:04 +02:00
Marcel Ribeiro Dantas
4d6309b2bd
Add missing json import 2022-12-01 19:29:50 -03:00
Marcel Ribeiro Dantas
7b623a7998
Merge pull request #4556 from nbehrnd/contributing
CONTRIBUTING, lint and hint to markdownlint
2022-11-30 13:06:00 -03:00
Norwid Behrnd
23a2d02f7f add hint to markdownlint
In the longer term, the use of a linter (similar to pylint for
Python) may contribute to easier maintenance of the markdown files
and consistent display of the content on the web page.
2022-11-30 14:28:20 +01:00
Norwid Behrnd
eddf5accb8 additional polish with markdownlint
Accounts for most of the remaining suggestions by markdownlint.[1]

[1] https://github.com/markdownlint/markdownlint, version 0.12.0.
2022-11-30 14:22:46 +01:00
Norwid Behrnd
7cf9a2b7aa adjust third level of indentation (manual) 2022-11-30 14:18:56 +01:00
Norwid Behrnd
f33c106454 manual adjustments, second level of indentation
Manual adjustments and light edits to stay within the 80 character
limit per line.  Manual dedent of second level entries met in the
lower part of the document.
2022-11-30 14:15:44 +01:00
Norwid Behrnd
fcc67f098b use asterisk for second level bullet points
Running `sed -i "s/^  +/   */" CONTRIBUTING.markdown`.  This is to
be complemented by a manual correction in the lower section, too.
2022-11-30 14:07:56 +01:00
Norwid Behrnd
140b6da5cd consistent mark-up first level bullet list
An instance of `sed -i "s/^-/*/" CONTRIBUTING.markdown`.
2022-11-30 14:04:36 +01:00
Norwid Behrnd
21ad762462 replace tabulator spaces by explicit spaces
An instance of `sed -i "s/\t/    /g" CONTRIBUTING.markdown`.
2022-11-30 14:01:21 +01:00
Marcel Ribeiro Dantas
5142de01e3
Merge pull request #4541 from akshitadixit/docker-docs
[docker/en] Rewriting the docs for Docker
2022-11-27 16:11:11 -03:00
Akshita Dixit
66acfb83d1 Merge branch 'master' of https://github.com/adambard/learnxinyminutes-docs into docker-docs 2022-11-27 14:36:29 +05:30
Akshita Dixit
00b99ceca0 Adjust all lines under 80 chars 2022-11-27 14:36:04 +05:30
Akshita Dixit
aae233d7fc Add requested changes 2022-11-27 14:29:54 +05:30
Marcel Ribeiro Dantas
7a505c1d0c
Merge pull request #4548 from nbehrnd/awk_es
[awk/es] limit the code block to 80 characters/line (max)
2022-11-23 21:17:35 -03:00
Marcel Ribeiro Dantas
3d8d85b29c
Merge pull request #4549 from nbehrnd/awk_fr
[awk/fr] limit code block to 80 characters/line (maximum)
2022-11-23 21:17:13 -03:00
Marcel Ribeiro Dantas
c896683be5
Merge pull request #4550 from nbehrnd/awk_en
[awk/en] keep code block within 80 characters/line (maximum)
2022-11-23 21:16:40 -03:00
Marcel Ribeiro Dantas
527ecdd3ed
Merge pull request #4551 from nbehrnd/awk_pt_br
[awk/pt-br] account for a suggest by markdownlint
2022-11-23 21:16:19 -03:00
Norwid Behrnd
11dbb27e75 account for markdownlint
Account for two smaller suggestions put forward by markdownlint[1].
2022-11-23 22:08:19 +01:00
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
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