FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

doc: make markdown input compliant by rubys · Pull Request #21780 · nodejs/node · GitHub

/ node Public

doc: make markdown input compliant - #21780

Closed
rubys wants to merge 3 commits into
nodejs:masterfrom
rubys:markdown-compliance
Closed

doc: make markdown input compliant#21780
rubys wants to merge 3 commits into
nodejs:masterfrom
rubys:markdown-compliance

Conversation

rubys commented Jul 12, 2018

Copy link
Copy Markdown
Member
Checklist
  • make -j4 test (UNIX), or vcbuild test (Windows) passes
  • commit message follows commit guidelines

nodejs-github-bot added the doc Issues and PRs related to the documentations. label Jul 12, 2018

Trott left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

🎉

Trott mentioned this pull request Jul 12, 2018
2 tasks

Copy link
Copy Markdown
Contributor

We have some md lint issues: https://travis-ci.com/nodejs/node/jobs/134224344

Trott commented Jul 12, 2018

Copy link
Copy Markdown
Member

@rubys FYI, on non-Windows, you can install the markdown linter with make lint-md-build and run it with make lint-md. (If it's not installed, markdown linting gets skipped when you run make test or make lint locally.)

Trott commented Jul 12, 2018
edited
Loading

Copy link
Copy Markdown
Member

(And if you're on Windows, it should work with vcbuild instead of make...)

BridgeAR left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

LGTM with the comments addressed :)

Comment thread doc/api/stream.md Outdated
</table>
| Use-case | Class | Method(s) to implement |
| -------- | ----- | ---------------------- |
| Reading only |[`Readable`](#stream_class_stream_readable) |[_read][stream-_read]</code> |

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

The </code> part should likely have a beginning?

Comment thread doc/api/stream.md Outdated
| Use-case | Class | Method(s) to implement |
| -------- | ----- | ---------------------- |
| Reading only |[`Readable`](#stream_class_stream_readable) |[_read][stream-_read]</code> |
|Writing only |[`Writable`](#stream_class_stream_writable) | <code>[_write][stream-_write]</code>, <code>[_writev][stream-_writev]</code>, <code>[_final][stream-_final]</code> |

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Nit: a whitespace at the beginning of each part would be nice.

Copy link
Copy Markdown
Member

BridgeAR added the author ready PRs that have at least one approval, no outstanding review comments, and a CI started. label Jul 13, 2018
Comment thread doc/api/http.md
* `false`: causes a new `Agent` with default values to be used.
* `undefined` (default): use [`http.globalAgent`][] for this host and port.
* `Agent` object: explicitly use the passed in `Agent`.
* `false`: causes a new `Agent` with default values to be used.

ChALkeR Jul 13, 2018
edited
Loading

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Can this (proper padding) be enforced by remark-lint?

Comment thread doc/api/stream.md Outdated
</table>
| Use-case | Class | Method(s) to implement |
| -------- | ----- | ---------------------- |
| Reading only | [`Readable`](#stream_class_stream_readable) | <code>[_read][stream-_read]</code> |

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

Why not [`Readable`][], [`Writable`][], [`Duplex`][], [`Transform`][]? That should make lines shorter.

Side note: there could be a test for that, i.e. to avoid redeclaring already declared refs.

Copy link
Copy Markdown
Contributor

Copy link
Copy Markdown
Contributor

Node.js Collaborators, please, add 👍 here if you approve fast-tracking.

vsemozhetbyt pushed a commit that referenced this pull request Jul 15, 2018
PR-URL: #21780
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>

Copy link
Copy Markdown
Contributor

Landed in 6a99e3e
Thank you!

targos pushed a commit that referenced this pull request Jul 16, 2018
PR-URL: #21780
Reviewed-By: Rich Trott <rtrott@gmail.com>
Reviewed-By: Vse Mozhet Byt <vsemozhetbyt@gmail.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Ruben Bridgewater <ruben@bridgewater.de>
Reviewed-By: Сковорода Никита Андреевич <chalkerx@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
targos mentioned this pull request Jul 17, 2018
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

Labels

author ready PRs that have at least one approval, no outstanding review comments, and a CI started. doc Issues and PRs related to the documentations.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

8 participants


Back | FazBrowse Home | New Git URL