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

Unified Diff: sky/sdk/lib/README.md

Issue 1185343006: Looks like markdown doesn't support links in ASCII-art blocks. (Closed) Base URL: https://github.com/domokit/mojo.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 side-by-side diff with in-line comments
Download patch
« no previous file with comments | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: sky/sdk/lib/README.md
diff --git a/sky/sdk/lib/README.md b/sky/sdk/lib/README.md
index 4b58e3c3ea2a61f529f58309270721c78990fd63..3bfbfbf49fafadb24c6d1b777e22e145b552fe36 100644
--- a/sky/sdk/lib/README.md
+++ b/sky/sdk/lib/README.md
@@ -5,7 +5,8 @@ Sky and Sky's SDK are designed as layered frameworks, where each layer
depends on the ones below it but could be replaced wholesale.
The bottom-most layer is the Sky Platform, which is exposed to Dart
-code as various ```dart:``` packages, including ```dart:sky```.
+code as [various ```dart:``` packages](https://api.dartlang.org/),
+including ```dart:sky```.
The [base/](base/) directory contains libraries that extend these core
APIs to provide base classes for tree structures
@@ -39,28 +40,26 @@ implemented in the host system's preferred language.
Here is a diagram summarising all this:
-```
- +-----------------------------+ ------
- | YOUR APP |
- | +--------------------+--+
- | | [editing/](editing/) | |
- | +--+-------------------++ |
- | | [widgets/](widgets/) ([theme/](theme/)) | |
- | ++---------------------++ | Dart
- | | [rendering/](rendering/) | |
- +-+---------+------------+ |
- | [painting/](painting/) | [animation/](animation/) | |
- +---------------+--------+ |
- | [base/](base/) | [mojo/](mojo/) |
- +------------+--+-+----+------+ -------
- | dart:sky | | | Host |
- +--------+---+ | | APIs | C++
- | Skia | [Dart](https://api.dartlang.org/) | +------+ ObjC
- +--------+--------+ | Java
- | Mojo |
- +-----------------------------+ -------
- | Host Operating System | C/C++
- +-----------------------------+ -------
-```
+ +-----------------------------+ ------
+ | YOUR APP |
+ | +--------------------+--+
+ | | editing/ | |
+ | +--+-------------------++ |
+ | | widgets/ (theme/) | |
+ | ++---------------------++ | Dart
+ | | rendering/ | |
+ +-+---------+------------+ |
+ | painting/ | animation/ | |
+ +---------------+--------+ |
+ | base/ | mojo/ |
+ +------------+--+-+----+------+ -------
+ | dart:sky | | | Host |
+ +--------+---+ | | APIs | C++
+ | Skia | Dart | +------+ ObjC
+ +--------+--------+ | Java
+ | Mojo |
+ +-----------------------------+ -------
+ | Host Operating System | C/C++
+ +-----------------------------+ -------
TODO(ianh): document dart:sky and the Host APIs somewhere
« 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