Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1109)

Side by Side Diff: sdk/api_readme.md

Issue 1183623003: make the one-liner for the SDK docs an actual one-liner (Closed) Base URL: git@github.com:dart-lang/sdk.git@master
Patch Set: Created 5 years, 6 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View unified diff | Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 Welcome to the Dart API reference documentation, 1 Welcome to the Dart API reference documentation,
2 covering the official Dart API libraries. 2 covering the official Dart API libraries.
3
3 Some of the most fundamental Dart libraries include: 4 Some of the most fundamental Dart libraries include:
4 5
5 * [dart:core](./dart_core/index.html): 6 * [dart:core](./dart_core/index.html):
6 Core functionality such as strings, numbers, collections, errors, 7 Core functionality such as strings, numbers, collections, errors,
7 dates, and URIs. 8 dates, and URIs.
8 * [dart:html](./dart_html/index.html): 9 * [dart:html](./dart_html/index.html):
9 DOM manipulation for web apps. 10 DOM manipulation for web apps.
10 * [dart:io](./dart_io/index.html): 11 * [dart:io](./dart_io/index.html):
11 I/O for command-line apps. 12 I/O for command-line apps.
12 13
(...skipping 15 matching lines...) Expand all
28 * [Dart homepage](https://www.dartlang.org) 29 * [Dart homepage](https://www.dartlang.org)
29 * [Tutorials](https://www.dartlang.org/docs/tutorials/) 30 * [Tutorials](https://www.dartlang.org/docs/tutorials/)
30 * [Programmer's Guide](https://www.dartlang.org/docs/) 31 * [Programmer's Guide](https://www.dartlang.org/docs/)
31 * [Samples](https://www.dartlang.org/samples/) 32 * [Samples](https://www.dartlang.org/samples/)
32 * [A Tour of the Dart Libraries](https://www.dartlang.org/docs/dart-up-and-run ning/contents/ch03.html) 33 * [A Tour of the Dart Libraries](https://www.dartlang.org/docs/dart-up-and-run ning/contents/ch03.html)
33 34
34 This API reference is automatically generated from the source code in the 35 This API reference is automatically generated from the source code in the
35 [Dart project](https://github.com/dart-lang/sdk). 36 [Dart project](https://github.com/dart-lang/sdk).
36 If you'd like to contribute to this documentation, see 37 If you'd like to contribute to this documentation, see
37 [Contributing](https://github.com/dart-lang/sdk/wiki/Contributing). 38 [Contributing](https://github.com/dart-lang/sdk/wiki/Contributing).
OLDNEW
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698