Porting the quick-start doc.
It doesn't require PNaCl-specific changes per se, but I updated it to use the new formatting (and created placeholder pages for links) and also simplified it a bit to be less version-dependent. BUG=None R=binji@chromium.org Review URL: https://codereview.chromium.org/23538006 git-svn-id: svn://svn.chromium.org/chrome/trunk/src@221517 0039d316-1c4b-4281-b951-d872f2087c98
This commit is contained in:
native_client_sdk/src/doc
@ -0,0 +1,6 @@
|
||||
.. _application-gallery:
|
||||
|
||||
###################
|
||||
Application Gallery
|
||||
###################
|
||||
|
@ -21,6 +21,7 @@ Contents:
|
||||
devguide/coding/application-structure.rst
|
||||
devguide/coding/message-system.rst
|
||||
devguide/coding/progress-events.rst
|
||||
|
||||
devguide/distributing.rst
|
||||
community/application-gallery.rst
|
||||
peppercpp/index.rst
|
||||
|
||||
|
9
native_client_sdk/src/doc/peppercpp/index.rst
Normal file
9
native_client_sdk/src/doc/peppercpp/index.rst
Normal file
@ -0,0 +1,9 @@
|
||||
.. _peppercpp-index:
|
||||
|
||||
########################
|
||||
Pepper C++ API Reference
|
||||
########################
|
||||
|
||||
This is the index of the ``peppercpp`` directory.
|
||||
|
||||
|
@ -6,22 +6,17 @@ Quick-start
|
||||
|
||||
To get started with Native Client:
|
||||
|
||||
1. Read the :doc:`Technical Overview <overview>` to understand how a Native
|
||||
Client application is structured and to get a feel for what you need to do
|
||||
to port existing code.
|
||||
2. Play with some of the applications in the `Application Gallery
|
||||
<https://developers.google.com/native-client/community/application-gallery>`_
|
||||
to see what others have done so far.
|
||||
3. Download the :doc:`Native Client SDK <sdk/download>`.
|
||||
4. Go through the `Getting Started Tutorial
|
||||
<https://developers.google.com/native-client/devguide/tutorial>`_. The
|
||||
#. Read the :doc:`Technical Overview <overview>` to understand what Native
|
||||
Client is, how a Native Client application is structured and to get a feel
|
||||
for what you need to do to port existing code.
|
||||
#. Play with some of the applications in the :doc:`Application Gallery
|
||||
<community/application-gallery>` to see what others have done so far.
|
||||
#. Go through the :doc:`Getting Started Tutorial <devguide/tutorial>`. The
|
||||
tutorial walks you through how to get Native Client set up for the first
|
||||
time and check for browser version compatibility.
|
||||
5. Take a look through some of the applications in the ``pepper_28/examples/``
|
||||
directory in the SDK. You can learn how to build and run the applications
|
||||
on the `Running the SDK Examples page
|
||||
<https://developers.google.com/native-client/sdk/sdk-examples>`_.
|
||||
6. Browse through the `Developer's Guide
|
||||
<https://developers.google.com/native-client/devguide>`_ and the `Pepper
|
||||
API <https://developers.google.com/native-client/peppercpp/>`_ reference
|
||||
documentation.
|
||||
#. Download the :doc:`Native Client SDK <sdk/download>` and take a look at some
|
||||
of the examples. You can learn how to build and run the example applications
|
||||
on the :doc:`Running the SDK Examples <sdk/examples>` page.
|
||||
#. Browse through the :doc:`Developer's Guide <devguide/index>` and the
|
||||
:doc:`Pepper API <peppercpp/index>` reference documentation.
|
||||
|
||||
|
Reference in New Issue
Block a user