summaryrefslogtreecommitdiffhomepage
Commit message (Collapse)AuthorAgeLines
* Merge pull request #3947 from anakimluke/patch-1Max Schumacher2020-07-07-0/+1
|\ | | | | Fixed duplicate vim entry and page language mismatch
| * Update el-gr/vim-gr.html.markdownanakimluke2020-06-09-1/+1
| | | | | | Co-authored-by: 谭九鼎 <109224573@qq.com>
| * Fixed bug.anakimluke2020-06-01-0/+1
| | | | | | | | Fixed duplicate vim entry and mismatch of page language. closes #3946
* | Merge pull request #3918 from sophiabrandt/patch-1Max Schumacher2020-07-07-1/+1
|\ \ | | | | | | [dart/en] fix typos
| * | [fix] typoSophia Brandt2020-04-27-1/+1
| | | | | | | | | fix another typo
| * | [fix] typoSophia Brandt2020-04-27-1/+1
| | | | | | | | | Fix typo in introductory paragraph.
* | | Merge pull request #3927 from AndrewDavis1191/patch-1Max Schumacher2020-07-07-3/+31
|\ \ \ | | | | | | | | [powershell/en] Adding things people may find useful
| * | | Adding comment next to new link at bottomAndrew Ryan Davis2020-05-17-1/+1
| | | | | | | | | | | | It seems I didn't add the details of the link initially.
| * | | [powershell/en] Adding some things I find usefulAndrew Ryan Davis2020-05-16-3/+31
| |/ /
* | | Merge pull request #3922 from HColeman1/patch-2Max Schumacher2020-07-07-0/+1
|\ \ \ | | | | | | | | [vim/en] added the join command
| * | | added the join commandHunter Coleman2020-05-02-0/+1
| |/ /
* | | Merge pull request #3951 from kuvam/patch-1Max Schumacher2020-07-07-1/+1
|\ \ \ | | | | | | | | [python/en] Change string access example for clarity
| * | | Change string access example for clarityKuv2020-06-04-1/+1
| | |/ | |/| | | | 'T' was apparently mistaken by someone for True, so this is a minor edit to use a different example to make sure that doesn't happen again.
* | | Merge pull request #3939 from pendashteh/patch-2Max Schumacher2020-07-07-2/+5
|\ \ \ | | | | | | | | Explains variable declaration plus a minor improvement
| * | | Explains variable declaration plus a minor improvementAlexar2020-05-30-2/+5
| | | |
* | | | Merge pull request #3931 from paulgoetze/update-ruby-deMax Schumacher2020-07-07-353/+429
|\ \ \ \ | | | | | | | | | | [ruby/de] Update to be in sync with English version
| * | | | [ruby/de] Update to be in sync with English versionPaul Götze2020-05-21-353/+429
| | | | |
* | | | | Merge pull request #3945 from pedrowindisch/patch-1Max Schumacher2020-07-07-1/+1
|\ \ \ \ \ | | | | | | | | | | | | [p5/en] Fixed a wrong URL
| * | | | | Update p5.html.markdownPedro Henrique Windisch2020-06-01-1/+1
| | | | | |
| * | | | | Fixed a wrong URLPedro Henrique Windisch2020-06-01-1/+1
| | |_|/ / | |/| | | | | | | | The URL had a quote on the end, redirecting the user to processing.org%22, instead of processing.org.
* | | | | Merge pull request #3950 from threadspeed/masterMax Schumacher2020-07-07-0/+1
|\ \ \ \ \ | | | | | | | | | | | | [elixir/en] Added link
| * | | | | Update elixir.html.markdownthreadspeed2020-06-03-1/+1
| | | | | | | | | | | | | | | | | | added link
| * | | | | Update elixir.html.markdownthreadspeed2020-06-03-0/+1
| |/ / / / | | | | | | | | | | added link
* | | | | Merge pull request #3957 from maartenJacobs/patch-1Max Schumacher2020-07-07-6/+7
|\ \ \ \ \ | | | | | | | | | | | | [json/nl] Small translation fixes
| * | | | | Small translation fixesMaarten Jacobs2020-06-14-6/+7
| | | | | | | | | | | | | | | | | | Added a few missing characters
* | | | | | Merge pull request #3960 from fujimura/patch-1Max Schumacher2020-07-07-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | [smalltalk/en]Fix symbol concatenation example in Smalltalk
| * | | | | | Fix symbol concatenation example in SmalltalkDaisuke Fujimura2020-06-20-1/+1
| |/ / / / /
* | | | | | Merge pull request #3963 from ivirshup/patch-1Max Schumacher2020-07-07-2/+4
|\ \ \ \ \ \ | | | | | | | | | | | | | | [RST/en] Fix compile errors from link and escaping
| * | | | | | [RST/en] Fix compile errors from link and escapingIsaac Virshup2020-06-24-2/+4
| |/ / / / / | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | There were two issues here: * The non-inline link was used incorrectly, and should have a colon after the specifier. * A compile error was generated from having a non-escaped `*`. These can be verified by running `rst2html`: ```sh $ rst2html.py ./restructuredtext.rst tmp.html ./restructuredtext.rst:24: (WARNING/2) Inline emphasis start-string without end-string. ./restructuredtext.rst:59: (WARNING/2) malformed hyperlink target. ``` After adding the colon, and adding the escape ```sh $ rst2html.py ./restructuredtext.rst tmp.html $ ``` I've also added a sentence on escaping.
* | | | | | Merge pull request #3964 from taivlam/masterMax Schumacher2020-07-07-1/+1
|\ \ \ \ \ \ | | | | | | | | | | | | | | [matlab/en] Correcting typo
| * | | | | | [matlab/en]taivlam2020-05-07-1/+1
| | |_|_|_|/ | |/| | | | | | | | | | Corrected "Multiple each element in A" to "Multiply each element in A" in line 237.
* | | | | | Merge pull request #3966 from io12/patch-1Max Schumacher2020-07-07-0/+19
|\ \ \ \ \ \ | | | | | | | | | | | | | | [set-theory/en] Fix formatting issues
| * | | | | | Fix set theory formatting issuesBen Levy2020-07-04-0/+19
| | |/ / / / | |/| | | |
* | | | | | Merge pull request #3965 from ComputerGenius152/patch-1Max Schumacher2020-07-07-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | | [git/en] Correcting Minor Typos
| * | | | | Update git.html.markdowncg2020-07-02-2/+2
|/ / / / / | | | | | | | | | | Fixing a few typos.
* | | | | Propose Set Theorya'_2020-06-04-0/+143
| | | | |
* | | | | Merge pull request #3932 from fredwangwang/masterAndrew Ryan Davis2020-06-04-0/+139
|\ \ \ \ \ | |_|/ / / |/| | | | [jsonnet/en]
| * | | | add jsonnetHuan Wang2020-05-21-0/+139
| | |/ / | |/| |
* | | | Merge pull request #3798 from DartFNM/masterMax Schumacher2020-06-01-0/+216
|\ \ \ \ | |_|_|/ |/| | | pascal-ru.html.markdown - Pascal translation to Russian language
| * | | pascal-ru.html.markdown - translation to RU localeDartFNM2019-12-16-0/+216
| | | |
* | | | Update vim-kr.html.markdownYeongjae Jang2020-05-26-1/+1
| | | |
* | | | Update vim-kr.html.markdownLuxor2020-05-26-11/+45
| | | | | | | | | | | | Correcting typos and add some lines
* | | | fix typo bash.html.markdownoliv372020-05-26-1/+1
| | | |
* | | | Add indirect expansion in bash.html.markdownoliv372020-05-26-0/+5
| | | |
* | | | Update python.html.markdownamigos-maker2020-05-26-0/+2
| | | | | | | | | | | | added useful links
* | | | Fix reference to an undefined variableIgetin2020-05-24-1/+1
| | | |
* | | | Update ldpl.html.markdownLartu2020-05-24-13/+0
| | | |
* | | | Fix typos in raku.html.markdownSizhe Zhao2020-05-23-5/+5
| | | |
* | | | Fix typos in raku.html.markdownSizhe Zhao2020-05-23-4/+4
| | | |
* | | | Remove extra spaceRyan Huang2020-05-23-1/+1
| | | |