Skip to content

Commit

Permalink
doc: fix doc styles
Browse files Browse the repository at this point in the history
CONTRIBUTING.md
  + L857: Unused definition
  + L861: Unused definition
  + L863: Unused definition

doc/api/assert.md
  + L719: Unused definition

doc/api/async_hooks.md
  + L460: Missing code-language flag

doc/api/child_process.md
  + L1362: Unused definition

doc/api/dns.md
  + L674: Unused definition

doc/api/esm.md
  + L178: Missing code-language flag

doc/api/http.md
  + L1868: Unused definition
  + L1887: Unused definition
  + L1888: Unused definition
  + L1889: Unused definition
  + L1916: Unused definition
  + L1917: Unused definition

doc/api/https.md
  + L260: Unused definition

doc/api/os.md
  + L1226: Unused definition

doc/api/process.md
  + L1888: Unused definition

doc/api/stream.md
  + L2227: Definitions with the same identifier

doc/guides/writing-and-running-benchmarks.md
  + L1: Missing newline character at end of file

Refs: #12756
PR-URL: #16385
Reviewed-By: Anna Henningsen <anna@addaleax.net>
Reviewed-By: Anatoli Papirovski <apapirovski@mac.com>
Reviewed-By: James M Snell <jasnell@gmail.com>
Reviewed-By: Luigi Pinca <luigipinca@gmail.com>
Reviewed-By: Gireesh Punathil <gpunathi@in.ibm.com>
Reviewed-By: Gibson Fahnestock <gibfahn@gmail.com>
Reviewed-By: Colin Ihrig <cjihrig@gmail.com>
  • Loading branch information
watilde authored and cjihrig committed Oct 25, 2017
1 parent 99fdc1d commit 16eb7d3
Show file tree
Hide file tree
Showing 12 changed files with 3 additions and 19 deletions.
3 changes: 0 additions & 3 deletions CONTRIBUTING.md
Expand Up @@ -854,11 +854,8 @@ By making a contribution to this project, I certify that:
[Building guide]: ./BUILDING.md [Building guide]: ./BUILDING.md
[CI (Continuous Integration) test run]: #ci-testing [CI (Continuous Integration) test run]: #ci-testing
[Code of Conduct]: https://github.com/nodejs/TSC/blob/master/CODE_OF_CONDUCT.md [Code of Conduct]: https://github.com/nodejs/TSC/blob/master/CODE_OF_CONDUCT.md
[guide for writing tests in Node.js]: ./doc/guides/writing-tests.md
[https://ci.nodejs.org/]: https://ci.nodejs.org/ [https://ci.nodejs.org/]: https://ci.nodejs.org/
[IRC in the #node-dev channel]: https://webchat.freenode.net?channels=node-dev&uio=d4 [IRC in the #node-dev channel]: https://webchat.freenode.net?channels=node-dev&uio=d4
[Node.js help repository]: https://github.com/nodejs/help/issues [Node.js help repository]: https://github.com/nodejs/help/issues
[notes about the waiting time]: #waiting-until-the-pull-request-gets-landed
[Onboarding guide]: ./doc/onboarding.md [Onboarding guide]: ./doc/onboarding.md
[on GitHub]: https://github.com/nodejs/node
[Technical Steering Committee (TSC) repository]: https://github.com/nodejs/TSC/issues [Technical Steering Committee (TSC) repository]: https://github.com/nodejs/TSC/issues
1 change: 0 additions & 1 deletion doc/api/assert.md
Expand Up @@ -628,7 +628,6 @@ assert(Object.is(str1 / 1, str2 / 1));
For more information, see For more information, see
[MDN's guide on equality comparisons and sameness][mdn-equality-guide]. [MDN's guide on equality comparisons and sameness][mdn-equality-guide].


[`Error`]: errors.html#errors_class_error
[`Error.captureStackTrace`]: errors.html#errors_error_capturestacktrace_targetobject_constructoropt [`Error.captureStackTrace`]: errors.html#errors_error_capturestacktrace_targetobject_constructoropt
[`Map`]: https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Map [`Map`]: https://developer.mozilla.org/en/docs/Web/JavaScript/Reference/Global_Objects/Map
[`Object.is()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is [`Object.is()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Object/is
Expand Down
2 changes: 1 addition & 1 deletion doc/api/async_hooks.md
Expand Up @@ -457,7 +457,7 @@ new Promise((resolve) => resolve(true)).then((a) => {});


calls the following callbacks: calls the following callbacks:


``` ```text
init for PROMISE with id 5, trigger id: 1 init for PROMISE with id 5, trigger id: 1
promise resolve 5 # corresponds to resolve(true) promise resolve 5 # corresponds to resolve(true)
init for PROMISE with id 6, trigger id: 5 # the Promise returned by then() init for PROMISE with id 6, trigger id: 5 # the Promise returned by then()
Expand Down
1 change: 0 additions & 1 deletion doc/api/child_process.md
Expand Up @@ -1372,7 +1372,6 @@ unavailable.
[`Error`]: errors.html#errors_class_error [`Error`]: errors.html#errors_class_error
[`EventEmitter`]: events.html#events_class_eventemitter [`EventEmitter`]: events.html#events_class_eventemitter
[`JSON.stringify` spec]: https://tc39.github.io/ecma262/#sec-json.stringify [`JSON.stringify` spec]: https://tc39.github.io/ecma262/#sec-json.stringify
[`JSON.stringify()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify
[`subprocess.connected`]: #child_process_subprocess_connected [`subprocess.connected`]: #child_process_subprocess_connected
[`subprocess.disconnect()`]: #child_process_subprocess_disconnect [`subprocess.disconnect()`]: #child_process_subprocess_disconnect
[`subprocess.kill()`]: #child_process_subprocess_kill_signal [`subprocess.kill()`]: #child_process_subprocess_kill_signal
Expand Down
1 change: 0 additions & 1 deletion doc/api/dns.md
Expand Up @@ -671,4 +671,3 @@ uses. For instance, _they do not use the configuration from `/etc/hosts`_.
[Implementation considerations section]: #dns_implementation_considerations [Implementation considerations section]: #dns_implementation_considerations
[rfc5952]: https://tools.ietf.org/html/rfc5952#section-6 [rfc5952]: https://tools.ietf.org/html/rfc5952#section-6
[supported `getaddrinfo` flags]: #dns_supported_getaddrinfo_flags [supported `getaddrinfo` flags]: #dns_supported_getaddrinfo_flags
[the official libuv documentation]: http://docs.libuv.org/en/latest/threadpool.html
2 changes: 1 addition & 1 deletion doc/api/esm.md
Expand Up @@ -175,7 +175,7 @@ export function resolve(specifier, parentModuleURL/*, defaultResolve */) {


With this loader, running: With this loader, running:


``` ```console
NODE_OPTIONS='--experimental-modules --loader ./custom-loader.mjs' node x.js NODE_OPTIONS='--experimental-modules --loader ./custom-loader.mjs' node x.js
``` ```


Expand Down
6 changes: 0 additions & 6 deletions doc/api/http.md
Expand Up @@ -1937,7 +1937,6 @@ const req = http.request(options, (res) => {
``` ```


[`'checkContinue'`]: #http_event_checkcontinue [`'checkContinue'`]: #http_event_checkcontinue
[`'listening'`]: net.html#net_event_listening
[`'request'`]: #http_event_request [`'request'`]: #http_event_request
[`'response'`]: #http_event_response [`'response'`]: #http_event_response
[`Agent`]: #http_class_http_agent [`Agent`]: #http_class_http_agent
Expand All @@ -1956,9 +1955,6 @@ const req = http.request(options, (res) => {
[`http.request()`]: #http_http_request_options_callback [`http.request()`]: #http_http_request_options_callback
[`message.headers`]: #http_message_headers [`message.headers`]: #http_message_headers
[`net.Server.close()`]: net.html#net_server_close_callback [`net.Server.close()`]: net.html#net_server_close_callback
[`net.Server.listen()`]: net.html#net_server_listen_handle_backlog_callback
[`net.Server.listen(path)`]: net.html#net_server_listen_path_backlog_callback
[`net.Server.listen(port)`]: net.html#net_server_listen_port_host_backlog_callback
[`net.Server`]: net.html#net_class_net_server [`net.Server`]: net.html#net_class_net_server
[`net.Socket`]: net.html#net_class_net_socket [`net.Socket`]: net.html#net_class_net_socket
[`net.createConnection()`]: net.html#net_net_createconnection_options_connectlistener [`net.createConnection()`]: net.html#net_net_createconnection_options_connectlistener
Expand All @@ -1984,5 +1980,3 @@ const req = http.request(options, (res) => {
[Readable Stream]: stream.html#stream_class_stream_readable [Readable Stream]: stream.html#stream_class_stream_readable
[Writable Stream]: stream.html#stream_class_stream_writable [Writable Stream]: stream.html#stream_class_stream_writable
[socket.unref()]: net.html#net_socket_unref [socket.unref()]: net.html#net_socket_unref
[unspecified IPv4 address]: https://en.wikipedia.org/wiki/0.0.0.0
[unspecified IPv6 address]: https://en.wikipedia.org/wiki/IPv6_address#Unspecified_address
1 change: 0 additions & 1 deletion doc/api/https.md
Expand Up @@ -268,7 +268,6 @@ const req = https.request(options, (res) => {
[`http.Server`]: http.html#http_class_http_server [`http.Server`]: http.html#http_class_http_server
[`http.close()`]: http.html#http_server_close_callback [`http.close()`]: http.html#http_server_close_callback
[`http.get()`]: http.html#http_http_get_options_callback [`http.get()`]: http.html#http_http_get_options_callback
[`http.listen()`]: http.html#http_server_listen_port_hostname_backlog_callback
[`http.request()`]: http.html#http_http_request_options_callback [`http.request()`]: http.html#http_http_request_options_callback
[`https.Agent`]: #https_class_https_agent [`https.Agent`]: #https_class_https_agent
[`https.request()`]: #https_https_request_options_callback [`https.request()`]: #https_https_request_options_callback
Expand Down
1 change: 0 additions & 1 deletion doc/api/os.md
Expand Up @@ -1186,5 +1186,4 @@ The following error codes are specific to the Windows operating system:


[`process.arch`]: process.html#process_process_arch [`process.arch`]: process.html#process_process_arch
[`process.platform`]: process.html#process_process_platform [`process.platform`]: process.html#process_process_platform
[OS Constants]: #os_os_constants
[uname(3)]: https://linux.die.net/man/3/uname [uname(3)]: https://linux.die.net/man/3/uname
1 change: 0 additions & 1 deletion doc/api/process.md
Expand Up @@ -1838,7 +1838,6 @@ cases:
[`Error`]: errors.html#errors_class_error [`Error`]: errors.html#errors_class_error
[`EventEmitter`]: events.html#events_class_eventemitter [`EventEmitter`]: events.html#events_class_eventemitter
[`JSON.stringify` spec]: https://tc39.github.io/ecma262/#sec-json.stringify [`JSON.stringify` spec]: https://tc39.github.io/ecma262/#sec-json.stringify
[`JSON.stringify()`]: https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/JSON/stringify
[`console.error()`]: console.html#console_console_error_data_args [`console.error()`]: console.html#console_console_error_data_args
[`console.log()`]: console.html#console_console_log_data_args [`console.log()`]: console.html#console_console_log_data_args
[`end()`]: stream.html#stream_writable_end_chunk_encoding_callback [`end()`]: stream.html#stream_writable_end_chunk_encoding_callback
Expand Down
1 change: 0 additions & 1 deletion doc/api/stream.md
Expand Up @@ -2224,7 +2224,6 @@ contain multi-byte characters.
[http-incoming-message]: http.html#http_class_http_incomingmessage [http-incoming-message]: http.html#http_class_http_incomingmessage
[zlib]: zlib.html [zlib]: zlib.html
[hwm-gotcha]: #stream_highwatermark_discrepency_after_calling_readable_setencoding [hwm-gotcha]: #stream_highwatermark_discrepency_after_calling_readable_setencoding
[Readable]: #stream_class_stream_readable
[stream-_flush]: #stream_transform_flush_callback [stream-_flush]: #stream_transform_flush_callback
[stream-_read]: #stream_readable_read_size_1 [stream-_read]: #stream_readable_read_size_1
[stream-_transform]: #stream_transform_transform_chunk_encoding_callback [stream-_transform]: #stream_transform_transform_chunk_encoding_callback
Expand Down
2 changes: 1 addition & 1 deletion doc/guides/writing-and-running-benchmarks.md
Expand Up @@ -438,4 +438,4 @@ Supported options keys are:
[t-test]: https://en.wikipedia.org/wiki/Student%27s_t-test#Equal_or_unequal_sample_sizes.2C_unequal_variances [t-test]: https://en.wikipedia.org/wiki/Student%27s_t-test#Equal_or_unequal_sample_sizes.2C_unequal_variances
[git-for-windows]: http://git-scm.com/download/win [git-for-windows]: http://git-scm.com/download/win
[nghttp2.org]: http://nghttp2.org [nghttp2.org]: http://nghttp2.org
[benchmark-ci]: https://github.com/nodejs/benchmarking/blob/master/docs/core_benchmarks.md [benchmark-ci]: https://github.com/nodejs/benchmarking/blob/master/docs/core_benchmarks.md

0 comments on commit 16eb7d3

Please sign in to comment.