| Commit message (Collapse) | Author | Age | Lines |
|
|
|
|
|
| |
* `let` no longer required in PSCi
* Properly emit output, `(Just 1)` vs `Just (1)`
* Remove `sumTwo` as it is too convoluted of an example
|
| |
|
| |
|
|
|
|
| |
* Multi-line mode has been replaced with past mode
|
|
|
|
|
|
| |
* Prefer https over http
* The community has taken over the book by Phil Freeman and is now
available under the purescript.org domain.
|
| |
|
|\
| |
| | |
修改Linux内核编码风格链接
|
| |
| |
| | |
This file has moved to process/coding-style.rst
|
|\ \
| | |
| | | |
[set-theory/en] use not equal ASCII symbol
|
| | | |
|
|\ \ \
| | | |
| | | | |
[python/en] Fix tiny typos
|
| | | | |
|
|\ \ \ \
| | | | |
| | | | | |
[docker/en] Add syntax highlighting, fix typos
|
| | | | | |
|
| | | | | |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
[java/cn] Update java-cn.html.markdown
|
| |\ \ \ \ \
| | |_|_|/ /
| |/| | | | |
|
| |/ / / /
| | | | |
| | | | | |
Simplify the description in Chinese to prevent verbosity
|
|\ \ \ \ \
| | | | | |
| | | | | | |
[nix/sv-se] Update Further reading link for consistency
|
| | | | | |
| | | | | |
| | | | | | |
Include live Susan Potter link that was previously fixed in `[nix/de-de]`.
|
| | | | | |
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Replace dead `Susan Potter` link and replace with `Rommel Martinez` reference from `[nix/en]`.
Was unable to find archived version of Potter link. Using Nix Manual, Fisher example, and Martinez
intro as the three `Further Reading` references across translations.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
[nix/de-de] Unify Further Reading Links
|
| |/ / / / /
| | | | | |
| | | | | |
| | | | | |
| | | | | | |
Unify further reading references.
Nix Manuel, Fisher example, Potter Cookbook, and Martinez Intro.
All live links.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
[coq/en] Update coq.html.markdown
|
| |/ / / / /
| | | | | |
| | | | | | |
Suggested correction to make_inc and inc_2 as having `nat` types rather than `int`.
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
[coq/en] 8-bits => 8-bit
|
| |/ / / / /
| | | | | |
| | | | | | |
change 8-bits in comment to singular
|
|\ \ \ \ \ \
| |/ / / / /
|/| | | | | |
[coq/en] remove extra "prove" from comment
|
|/ / / / /
| | | | |
| | | | | |
Line 475 has an extra "prove" in a comment so removed it
|
|/ / / /
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | |
| | | | |
(#4135)
* [typescript/es] Fix broken link to JS page
* [typescript/fr] Fix broken link to JS page
* [typescript/pt-br] Fix broken JS link
|
|\ \ \ \
| |/ / /
|/| | | |
[json/hd-hd] Added Hindi translation of JSON.html.markdown
|
|/ / / |
|
|\ \ \
| | | |
| | | | |
[c/en] Just a few explanations, a couple of tiny changes
|
| | | |
| | | |
| | | | |
Following reviews from @menelion
|
| | | |
| | | |
| | | | |
Just add a few explanations where I thought details were missing
|
|\ \ \ \
| |_|_|/
|/| | | |
[forth/ru] Correct a typo in the word
|
| |\ \ \ |
|
| | |\ \ \
| |_|/ / /
|/| | | | |
Merge from original adambard
|
|\ \ \ \ \
| | | | | |
| | | | | | |
[kotlin/en] Typo in comment
|
|/ / / / / |
|
|\ \ \ \ \
| | | | | |
| | | | | | |
[xx/xx] Add Code Owners file
|
| | | | | | |
|
|\ \ \ \ \ \
| | | | | | |
| | | | | | | |
[julia/en] Small update on julia.html.markdown, typos and comments
|
| | | | | | |
| | | | | | |
| | | | | | | |
Small update on julia.html.markdown, typos and comments
|
|\ \ \ \ \ \ \
| | | | | | | |
| | | | | | | | |
[latex/en] Add some explanations for: floats, tables, and non-ASCII input
|
| | | | | | | |
| | | | | | | |
| | | | | | | | |
And also change on more http:// link to https://
|
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Co-authored-by: Andre Polykanine <ap@oire.me>
|
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Co-authored-by: Andre Polykanine <ap@oire.me>
|
| | | | | | | |
| | | | | | | |
| | | | | | | | |
Co-authored-by: Andre Polykanine <ap@oire.me>
|
| |/ / / / / /
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | |
| | | | | | | |
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.
|