Commit message (Collapse) | Author | Age | Lines | |
---|---|---|---|---|
* | Update rst.html.markdown | Andrew DiMola | 2019-04-15 | -1/+3 |
| | | | Separated sentences for readability / line length. | |||
* | Update rst.html.markdown | Andrew DiMola | 2019-04-15 | -4/+10 |
| | | | | | | | | | Revising the section on creating lists with RST, as the syntax for list/sublist creation is not 1-1 with Markdown. The current example is actually incorrect—any/all sublists must be separated from their parent list by blank lines (above and below). These sublists must also be properly indented in relation to the text of the above parent list. References: [1]: http://docutils.sourceforge.net/docs/ref/rst/restructuredtext.html#bullet-lists [2]: http://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html | |||
* | Merge pull request #3511 from caminsha/patch-4 | Divay Prakash | 2019-04-06 | -3/+3 |
|\ | | | | | [asciidoc/de] Added commas | |||
| * | [asciidoc/de] Added commas | caminsha | 2019-04-06 | -3/+3 |
|/ | ||||
* | Merge pull request #3507 from cjcbusatto/master | Divay Prakash | 2019-04-02 | -22/+24 |
|\ | | | | | [coffeescript/pt-br] Fix typos and layout | |||
| * | User data has to follow the grammar | Claudio Busatto | 2019-03-27 | -2/+2 |
| | | | | | | | | of the target language | |||
| * | Include me as a contributor | Claudio Busatto | 2019-03-27 | -14/+15 |
| | | ||||
| * | Fix layout and typos | Claudio Busatto | 2019-03-27 | -11/+12 |
| | | ||||
* | | Merge pull request #3501 from iluxonchik/refactor-kotlin-examples | Divay Prakash | 2019-04-02 | -64/+53 |
|\ \ | | | | | | | [Kotlin/EN] Refactor kotlin examples | |||
| * | | refactor operator overloading example; reorder code | Illya Gerasymchuk | 2019-03-23 | -62/+51 |
| | | | | | | | | | | | | | | | Refactored the operator overloading example, fixed some grammar mistakes, reordered parts of the code to make it easier to read and some other minor fixes. | |||
| * | | fix grammar errors | Illya Gerasymchuk | 2019-03-22 | -2/+2 |
| | | | ||||
* | | | Merge pull request #3506 from cjcbusatto/master | Divay Prakash | 2019-03-26 | -28/+26 |
|\ \ \ | | |/ | |/| | [p5/en] Fix layout problem on webpage | |||
| * | | Include myself as a contributor | Claudio Busatto | 2019-03-26 | -0/+1 |
| | | | ||||
| * | | Fix the layout problem on the Webpage | Claudio Busatto | 2019-03-26 | -28/+25 |
|/ / | ||||
* | | Merge pull request #3504 from caminsha/patch-3 | Divay Prakash | 2019-03-26 | -1/+1 |
|\ \ | | | | | | | [markdown/de] Escaped backtick | |||
| * | | Escaped backtick | caminsha | 2019-03-24 | -1/+1 |
| |/ | | | | | It did not render the text 100% correct. | |||
* | | Merge pull request #3503 from caminsha/patch-2 | Divay Prakash | 2019-03-26 | -1/+1 |
|\ \ | |/ |/| | [git/de] Edited translation | |||
| * | Edited translation | caminsha | 2019-03-24 | -1/+1 |
|/ | ||||
* | Merge pull request #3490 from msumeet/patch-1 | Divay Prakash | 2019-03-21 | -0/+2 |
|\ | | | | | added more resources | |||
| * | added more resources | Sumeet Mahajan | 2019-03-13 | -0/+2 |
| | | ||||
* | | Merge pull request #3499 from kpeluso/master | Divay Prakash | 2019-03-21 | -0/+867 |
|\ \ | | | | | | | [vyper/en] Create vyper.html.markdown | |||
| * | | Create vyper.html.markdown | Kenny P | 2019-03-20 | -0/+867 |
| | | | ||||
* | | | Merge pull request #3496 from jacekwachowiak/pl-java | Divay Prakash | 2019-03-21 | -0/+1026 |
|\ \ \ | | | | | | | | | [java/pl-pl] Full Java translation to Polish | |||
| * | | | Adding the file option | jacekwachowiak | 2019-03-16 | -0/+1 |
| | | | | ||||
| * | | | Proofreading | jacekwachowiak | 2019-03-16 | -16/+16 |
| | | | | ||||
| * | | | Java translation to Polish v1 | jacekwachowiak | 2019-03-16 | -0/+1025 |
| | | | | ||||
| * | | | Merge pull request #1 from adambard/master | Jacek Wachowiak | 2019-03-16 | -1/+285 |
| |\ \ \ | | | | | | | | | | | Update | |||
* | \ \ \ | Merge pull request #3494 from haritonch/patch-1 | Divay Prakash | 2019-03-21 | -0/+3 |
|\ \ \ \ \ | | | | | | | | | | | | | [SML/en] Added a comment to better demonstrate custom datatypes | |||
| * | | | | | Added a comment to better demonstrate custom datatypes. | Chariton Charitonidis | 2019-03-15 | -0/+3 |
| |/ / / / | | | | | | | | | | | It is not obvious for a beginner (like me) to declare a new value of the temp datatype which can be either C (celsius) or F (fahrenheit). I think it would be better to demonstrate the declaration of such a datatype. | |||
* | | | | | Merge pull request #3498 from leliamesteban/patch-1 | Divay Prakash | 2019-03-21 | -3/+3 |
|\ \ \ \ \ | |_|_|/ / |/| | | | | [elisp/en] t evaluates to itself, so it doesn't need to be quoted | |||
| * | | | | t evaluates to t, so it doesn't need to be quoted | Liam Esteban Prince | 2019-03-18 | -3/+3 |
|/ / / / | | | | | | | | | https://www.gnu.org/software/emacs/manual/html_node/elisp/nil-and-t.html | |||
* | | | | Merge pull request #3497 from brianberns/patch-1 | Divay Prakash | 2019-03-18 | -1/+1 |
|\ \ \ \ | |_|/ / |/| | | | Fix #3487 | |||
| * | | | Update lambda-calculus.html.markdown | Brian Berns | 2019-03-17 | -1/+1 |
|/ / / | ||||
* | | | Merge pull request #3495 from caminsha/patch-1 | Divay Prakash | 2019-03-16 | -1/+1 |
|\ \ \ | | | | | | | | | [yaml/de-de] edited translation | |||
| * | | | Übersetzung angepasst | caminsha | 2019-03-15 | -1/+1 |
| |/ / | ||||
* | | | Merge pull request #3492 from satory-ra/patch-2 | Divay Prakash | 2019-03-16 | -0/+284 |
|\ \ \ | |/ / |/| | | Create Russian translation of VB tutorial | |||
| * | | Аmended as requested | satory-ra | 2019-03-14 | -2/+0 |
| | | | ||||
| * | | Create Russian translation of VB tutorial | satory-ra | 2019-03-14 | -0/+286 |
| |/ | ||||
* | | Remove unused fields | Adam Bard | 2019-03-14 | -2/+0 |
| | | ||||
* | | Merge pull request #3491 from satory-ra/patch-1 | Divay Prakash | 2019-03-14 | -1/+1 |
|\ \ | |/ |/| | Typo | |||
| * | Typo | satory-ra | 2019-03-13 | -1/+1 |
|/ | ||||
* | Merge pull request #3488 from Likeyn/update-tools-category | Adam Bard | 2019-03-12 | -14/+30 |
|\ | | | | | [Global] Update tools category | |||
| * | Add infos about the "category" header in CONTRIBUTING.md | Pierre-François Clement | 2019-03-08 | -0/+2 |
| | | ||||
| * | Move "tcsh" articles to the "tool" category | Pierre-François Clement | 2019-03-08 | -1/+2 |
| | | ||||
| * | Move "make" articles to the "tool" category | Pierre-François Clement | 2019-03-08 | -5/+10 |
| | | ||||
| * | Move "cmake" articles to the "tool" category | Pierre-François Clement | 2019-03-08 | -2/+4 |
| | | ||||
| * | Move "awk" articles to the "tool" category | Pierre-François Clement | 2019-03-08 | -5/+10 |
| | | ||||
| * | Move pythonstatcomp-es to the "tool" category + fix typo in name | Pierre-François Clement | 2019-03-08 | -1/+2 |
| | | ||||
* | | Merge pull request #3489 from Lugimax/patch-1 | Andre Polykanine | 2019-03-11 | -1/+1 |
|\ \ | |/ |/| | [c++/en] Typo in c++ | |||
| * | [en] Typo in c++ | Max | 2019-03-10 | -1/+1 |
|/ |