Reflow all the language stack README-content.md files to 80 columns and incorporate Fred's changes#22
Merged
yosifkit merged 1 commit intodocker-library:masterfrom Sep 15, 2014
Conversation
… and incorporate Fred's changes This also includes Fred's updates to the `README-short.txt` files, and a bunch of very minor changes for consistency (using "PHP" instead of "php", ending sentences that describe and lead into a code block with a ":", using "Go" instead of "Golang" and "Hy" instead of "Hylang" within prose, not using periods at the end of headlines, etc). A really fun one included here is that Java mentioned both using GNU Make inside the container (and `java` doesn't include `make` presently), and some of the prose mentioned `go build` after we ran `javac`, which was extra neat.
Member
|
LGTM |
yosifkit
added a commit
that referenced
this pull request
Sep 15, 2014
Reflow all the language stack `README-content.md` files to 80 columns and incorporate Fred's changes
|
Thumbs up from me. Sorry about re-flow error. BBE changed my prefs without telling me! |
ypid
pushed a commit
to ypid/docker-docs
that referenced
this pull request
Nov 1, 2015
Add chapter `Getting Started`.
ypid
pushed a commit
to ypid/docker-docs
that referenced
this pull request
Nov 1, 2015
timezone syntax fix
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
This also includes Fred's updates to the
README-short.txtfiles, and a bunch of very minor changes for consistency (using "PHP" instead of "php", ending sentences that describe and lead into a code block with a ":", using "Go" instead of "Golang" and "Hy" instead of "Hylang" within prose, not using periods at the end of headlines, etc).A really fun one included here is that Java mentioned both using GNU Make inside the container (and
javadoesn't includemakepresently), and some of the prose mentionedgo buildafter we ranjavac, which was extra neat.I've also reflowed the footer here, since it looks like Fred's got his reflow set at 90 columns, not 80 (which is half the reason I made this PR, the other half being that I wanted to go over them all one more time myself to fix more minor inconsistencies).
cc @fredlf (would you mind taking one last gander over these to make sure I haven't missed anything that sticks out to you on a last read-over?)
Closes #7
Closes #8
Closes #12
Closes #13
Closes #14
Closes #15
Closes #16
Closes #17
Closes #18
Closes #19
Closes #20
Closes #21
(To make reviewing this simple, I haven't run
./update.shyet - once it's been reviewed and we're all happy with it and thus have merged it, I'll run./update.shto update all theREADME.mdfiles too.)