| Commit message (Collapse) | Author | Age | Lines |
|\
| |
| | |
[language/raku-code] Perl6 to Raku and many more
|
| |
| |
| |
| |
| |
| |
| | |
+ As mentioned here: https://github.com/Raku/problem-solving/blob/master/solutions/language/Path-to-Raku.md perl6 is renamed to raku
+ change references of perl6 to raku
+ change extension from .p6 to .raku
+ fix the link of raku advent calendar
|
| |
| |
| |
| |
| |
| |
| |
| |
| |
| |
| | |
+ As the Perl 6 is renamed to raku, it is good to reflect that https://github.com/Raku/problem-solving/blob/master/solutions/language/Path-to-Raku.md
+ perl6.org is now raku.org
+ change references of perl 6 to raku
+ rename file perl6-pod.html.markdown to raku-pod.html.markdown
+ Perl refers to Perl 5, there is no ambiguity after rename of Perl6 to
Raku, use Perl only to refer to Perl 5
+ fix links inside raku.html.markdown
|
|\ \
| | |
| | | |
[ruby/ru] Fix comment of attr_accessor
|
| | | |
|
|\ \ \
| | | |
| | | | |
[ruby/en] Add Ruby shorthand block syntax examples
|
| |/ / |
|
|\ \ \
| | | |
| | | | |
[bash/en] fix small omission
|
| |/ /
| | |
| | | |
pass -e flag to echo to interpret escape characters correctly
|
|\ \ \
| | | |
| | | | |
Fixed duplicate vim entry and page language mismatch
|
| | | |
| | | |
| | | | |
Co-authored-by: 谭九鼎 <109224573@qq.com>
|
| | | |
| | | |
| | | |
| | | | |
Fixed duplicate vim entry and mismatch of page language.
closes #3946
|
|\ \ \ \
| | | | |
| | | | | |
[dart/en] fix typos
|
| | | | |
| | | | |
| | | | | |
fix another typo
|
| | | | |
| | | | |
| | | | | |
Fix typo in introductory paragraph.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
[powershell/en] Adding things people may find useful
|
| | | | | |
| | | | | |
| | | | | | |
It seems I didn't add the details of the link initially.
|
| |/ / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
[vim/en] added the join command
|
| |/ / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
[python/en] Change string access example for clarity
|
| | |/ / /
| |/| | |
| | | | | |
'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.
|
|\ \ \ \ \
| | | | | |
| | | | | | |
Explains variable declaration plus a minor improvement
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
[ruby/de] Update to be in sync with English version
|
| | | | | | | |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
[p5/en] Fixed a wrong URL
|
| | | | | | | | |
|
| | |_|/ / / /
| |/| | | | |
| | | | | | | |
The URL had a quote on the end, redirecting the user to processing.org%22, instead of processing.org.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
[elixir/en] Added link
|
| | | | | | | |
| | | | | | | |
| | | | | | | | |
added link
|
| |/ / / / / /
| | | | | | |
| | | | | | | |
added link
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
[json/nl] Small translation fixes
|
| | |_|_|_|_|/
| |/| | | | |
| | | | | | | |
Added a few missing characters
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
[smalltalk/en]Fix symbol concatenation example in Smalltalk
|
| |/ / / / / / |
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
[RST/en] Fix compile errors from link and escaping
|
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
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.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
[matlab/en] Correcting typo
|
| | |_|_|_|/ /
| |/| | | | |
| | | | | | | |
Corrected "Multiple each element in A" to "Multiply each element in A" in line 237.
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
[set-theory/en] Fix formatting issues
|
| | |/ / / / /
| |/| | | | | |
|
|\ \ \ \ \ \ \
| |/ / / / / /
|/| | | | | | |
[git/en] Correcting Minor Typos
|
|/ / / / / /
| | | | | |
| | | | | | |
Fixing a few typos.
|
| | | | | | |
|
|\ \ \ \ \ \
| |_|/ / / /
|/| | | | | |
[jsonnet/en]
|
| | |/ / /
| |/| | | |
|
|\ \ \ \ \
| |_|_|/ /
|/| | | | |
pascal-ru.html.markdown - Pascal translation to Russian language
|
| | | | | |
|
| | | | | |
|