diff options
author | eliben@chromium.org <eliben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-06 18:27:47 +0000 |
---|---|---|
committer | eliben@chromium.org <eliben@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2013-09-06 18:27:47 +0000 |
commit | f46422ca224d85dea37d054b1f4c362b77bb9e66 (patch) | |
tree | 50346cda712be1bf25c63557258837a5af8ab75c /native_client_sdk/src | |
parent | 267864ead556030ad3413bcb8e466cbdc31986bb (diff) | |
download | chromium_src-f46422ca224d85dea37d054b1f4c362b77bb9e66.zip chromium_src-f46422ca224d85dea37d054b1f4c362b77bb9e66.tar.gz chromium_src-f46422ca224d85dea37d054b1f4c362b77bb9e66.tar.bz2 |
Fill in the devguide index page
BUG=None
R=sbc@chromium.org
Review URL: https://codereview.chromium.org/23999002
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221739 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'native_client_sdk/src')
-rw-r--r-- | native_client_sdk/src/doc/devguide/index.rst | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/native_client_sdk/src/doc/devguide/index.rst b/native_client_sdk/src/doc/devguide/index.rst index d0ceeca..9723506 100644 --- a/native_client_sdk/src/doc/devguide/index.rst +++ b/native_client_sdk/src/doc/devguide/index.rst @@ -4,5 +4,12 @@ Developer's Guide ################# -This is the index of the ``devguide`` directory. +The Native Client Developer's Guide includes practical information you need to +get your development cycle up and running (e.g., how to compile and test-run +your application), as well as important concepts you need to understand in order +to code your application (e.g., how an application is structured, and how to use +the Pepper APIs). +The Developer's Guide is a work-in-progress. Please send feedback to the +`native-client-discuss group +<https://groups.google.com/group/native-client-discuss>`_. |