Commit Graph

8360 Commits

Author SHA1 Message Date
Namami Shanker
66faedb326 Added Hindi translation of JSON.html.markdown 2021-02-26 11:56:07 +05:30
Adam Bard
cb434152b2
Merge pull request #4097 from Naereen/patch-7
[c/en] Just a few explanations, a couple of tiny changes
2021-02-24 09:35:00 -08:00
Andre Polykanine
68217c79d7
Merge pull request #4115 from torgeek/master
[forth/ru] Correct a typo in the word
2021-02-22 22:55:31 +01:00
Dmitrii Kuznetsov
e09fefaa3e Merge branch 'master' of https://github.com/torgeek/learnxinyminutes-docs 2021-02-22 18:42:33 +03:00
Dmitrii Kuznetsov
f4c740839d correct a typo in the word 2021-02-22 18:41:28 +03:00
Dmitrii Kuznetsov
bc8bd2646f
Merge pull request #1 from adambard/master
Merge from original adambard
2021-02-22 18:36:35 +03:00
Andre Polykanine
110511a101
Merge pull request #4104 from tentacleuno/patch-1
[kotlin/en] Typo in comment
2021-02-06 11:40:56 +01:00
Tentacles
2ff50ccd2c
Update kotlin.html.markdown 2021-02-04 18:25:10 +00:00
Adam Bard
5db57517d6
Merge pull request #4099 from Menelion/codeowners
[xx/xx] Add Code Owners file
2021-02-02 17:36:54 -08:00
Andre Polykanine
61c010effc
Merge pull request #4091 from Naereen/patch-3
[julia/en] Small update on julia.html.markdown, typos and comments
2021-02-01 00:03:20 +01:00
Andre Polykanine
a4a4d8f86a
Merge pull request #4092 from Naereen/patch-4
[latex/en] Add some explanations for: floats, tables, and non-ASCII input
2021-01-31 22:30:27 +01:00
Andre Polykanine
9febefc00f
Merge pull request #4100 from Naereen/patch-8
[c++/en] just force http links to be https
2021-01-31 22:26:51 +01:00
Lilian Besson
e6eb5f88ab
input which are => inputs which are
And also change on more http:// link to https://
2021-01-31 22:25:39 +01:00
Lilian Besson
14baa531c9
Update latex.html.markdown
Co-authored-by: Andre Polykanine <ap@oire.me>
2021-01-31 22:23:47 +01:00
Lilian Besson
8ad80f71e5
Update latex.html.markdown
Co-authored-by: Andre Polykanine <ap@oire.me>
2021-01-31 22:23:34 +01:00
Lilian Besson
028b3736d4
Update latex.html.markdown, columns > column
Co-authored-by: Andre Polykanine <ap@oire.me>
2021-01-31 22:23:16 +01:00
Lilian Besson
4176277ba7
Update c++.html.markdown
Just forcing http:// links to be https:// when possible.

I also read everything carefully and didn't find any mistake or easy improvements I could add (but I'm not that familiar with C++)
2021-01-31 21:55:38 +01:00
Andre Polykanine
054d0d450a
Merge pull request #4098 from chasets/patch-1
[lua/en] - Fixed dead link for: Lua for programmers
2021-01-31 16:27:21 +01:00
Andre Polykanine
5d1768e514
[xx/xx] Add Code Owners file 2021-01-31 16:08:39 +01:00
chasets
21d822ccc4
Fixed dead link for Lua for programmers 2021-01-31 10:04:36 -05:00
Lilian Besson
7616948a8e
Update c.html.markdown
Following reviews from @menelion
2021-01-31 13:56:45 +01:00
Andre Polykanine
be0993f839
Merge pull request #4096 from Naereen/patch-6
Update PULL_REQUEST_TEMPLATE.md
2021-01-31 13:23:49 +01:00
Lilian Besson
a86eb3f07e
Update c.html.markdown
Just add a few explanations where I thought details were missing
2021-01-30 15:25:22 +01:00
Lilian Besson
0cc8cb4423
Update PULL_REQUEST_TEMPLATE.md
I added two examples for the title `[language/lang-code]`, it always confuses me to know if it should be python/fr-fr or fr-fr/python: both are languages and lang-code!
It can only be useful to add examples 👌 !
2021-01-30 13:09:22 +01:00
Andre Polykanine
80a17c6bb9
Merge pull request #4095 from alecks/master
[kotlin/en] fooData was mistaken for fooCopy in a comment
2021-01-30 12:49:53 +01:00
Andre Polykanine
c5f47f717e
Merge pull request #4094 from Naereen/patch-5
[bash/en] Small updates
2021-01-30 12:36:30 +01:00
Alex P
e133062e35
fix: use fooData's values, not fooCopy's 2021-01-29 20:23:05 +00:00
Lilian Besson
ba2901a342
[bash/en] Small updates
- I added https:// for the links, it's 2021, http:// is dead
- fixed two comments which where `#text` => `# text` for consistency
- added a link to `trash-cli` Python package which provides `trash` as a "safe" alternative to `rm`
- add warning that `sed -i` erase (replace) the input file
- add `...` around fgrep and grep -F, for consistency too
2021-01-29 12:56:11 +01:00
Lilian Besson
74b1f3332f
Add some explanations for: floats, tables, and non-ASCII input
It bothered me that the document contained 

- I definitely have to lookup the placement options each time.
-   % Again, I have to look these up. Each. And. Every. Time.

So I added a few lines to explain the most basic options of float positions and tables layout.
It's really not that magical, at least for the basic options (and they are enough, [I wrote a 300 page thesis](https://perso.crans.org/besson/phd.pdf) with almost no need for any other options except the one introduced here)

I also added a last short section about using LaTeX to display non-ASCII symbols (like French ç with \,c) or writing in non-ASCII input.
I think it's mandatory to include this, as most LaTeX users are *not* native English speakers.
I mentioned LuaTeX and XeLaTeX, just to give their names.
2021-01-28 18:31:42 +01:00
Lilian Besson
ee6d019872
Small update on julia.html.markdown, typos and comments
Small update on julia.html.markdown, typos and comments
2021-01-28 17:46:32 +01:00
Andre Polykanine
e4d44a3771
Merge pull request #4090 from andreytemn/patch-2
[c/ru] Fix typo in the string definition
2021-01-25 00:16:10 +01:00
andreytemn
b76c2e7ed4
Fix typo in the string definition 2021-01-24 18:03:43 +01:00
An Long
967591e4c2
Remove negative and inaccurate translation (#4087) 2021-01-15 13:29:39 +01:00
andreytemn
f4138709d8
Fix typo in data item definition (#4076)
Change "with start with a level number" to "starts with a level number"
2021-01-15 11:31:38 +01:00
Mathieu Gemard
13991f615a
Fix the as-> macro exemple (#4054) 2021-01-15 11:31:24 +01:00
Hank Hester
c351cab657
Remove binary gender example from R (#4082) 2021-01-15 11:30:42 +01:00
Divay Prakash
ab85932812
Merge pull request #4072 from Wingman4l7/patch-1
[jsonnet/en] typo and grammar fix
2020-12-16 22:34:29 +05:30
Wingman4l7
f5c77c1755
typo and grammar fix 2020-12-15 13:00:46 -08:00
Max Schumacher
f6a3608135
Merge pull request #4068 from bkbncn/patch-1
[tcl]fix typo
2020-12-11 22:15:25 +01:00
Max Schumacher
b80a2b08e9
Merge pull request #4066 from bdavs3/patch-1
go/en - Fix typo in build tag description
2020-12-11 22:14:50 +01:00
Max Schumacher
26093e1d9e
Merge pull request #4067 from GabLeRoux/patch-1
Fix a small french typo
2020-12-11 22:14:26 +01:00
Xiangyu Xu
22e29159e7
fix typo
We already have item 4, this should be number 5.
2020-12-11 02:14:00 -06:00
Gabriel Le Breton
cd8b941f92
Fix yet another french typo :) 2020-12-06 20:11:40 -05:00
Gabriel Le Breton
ead8ac5306
Fix another small french typo 2020-12-06 19:59:04 -05:00
Gabriel Le Breton
017a58b078
Fix a small french typo 2020-12-06 19:56:35 -05:00
Ben Davis
09f41ab74c
Fix typo in build tag description 2020-12-03 13:16:43 -07:00
Max Schumacher
4b1e68ee2f
Merge pull request #4046 from imba-tjd/patch-5
[python/en] some clean up, add a Modulo example
2020-10-20 12:45:47 +02:00
Max Schumacher
a4b801fcb3
Merge pull request #4040 from mofarajmandi/patch-1
Add a short note about `final` keyword
2020-10-20 12:44:33 +02:00
Max Schumacher
8024d3f975
Merge pull request #4037 from kokkonisd/master
[rust/el-gr] Add Greek translation for Rust
2020-10-20 12:44:12 +02:00
Max Schumacher
a990544875
Merge pull request #4038 from sburris0/master
[Haskell/en] Explain the !! operator
2020-10-20 12:43:49 +02:00