Commit Graph

8914 Commits

Author SHA1 Message Date
Boris Verkhovskiy
95435c811c Make "MATLAB" an acronym 2023-01-22 07:51:19 +02:00
Marcel Ribeiro Dantas
f8b1a6df32
Merge pull request #4580 from luovkle/master
[python/es-es] parentheses required in print functions are added
2023-01-21 18:42:08 -03:00
luovkle
b63cb12fa3 [python/es-es] parentheses required in print functions are added 2023-01-21 00:24:42 -06:00
Marcel Ribeiro Dantas
2c524f0948
Merge pull request #4574 from wangsy98/master
Fix broken 4clojure links
2023-01-15 02:11:42 -03:00
wang sy
5f941a4dee Fix broken 4clojure links 2023-01-14 13:42:05 +08:00
Marcel Ribeiro Dantas
a7290b40c5
Merge pull request #4572 from guaguaguaxia/master
fix:typo
2023-01-11 10:59:23 -03:00
zjzj1996
fd802bfd43 fix:typo 2023-01-11 15:10:03 +08:00
Marcel Ribeiro Dantas
97a2a383c6
Merge pull request #4560 from mribeirodantas/fix-typos-en
Fixes typos in many different English articles
2022-12-10 12:08:26 -03:00
Marcel Ribeiro-Dantas
bba9f7df21
Fixes typos in many different English articles
Signed-off-by: Marcel Ribeiro-Dantas <mribeirodantas@seqera.io>
2022-12-10 12:05:34 -03:00
shoreyk
354fe6fe7d
[lua/zh-cn] loadstring -> load (#4554)
loadstring已弃用
2022-12-08 11:19:58 +08:00
Marcel Ribeiro Dantas
2af9889e48
Merge pull request #4547 from louisportay/yaml_null_value
[yaml/en] [yaml/fr] add another example for YAML null value
2022-12-06 10:02:59 -03:00
Marcel Ribeiro Dantas
4dbf5ddd7e
Merge pull request #4559 from adambard/mribeirodantas-patch-1
[python/en] Add missing json import
2022-12-01 19:30:35 -03: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
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