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

Side by Side Diff: native_client_sdk/src/doc/overview.rst

Issue 254033002: [NaCl SDK Docs] Remove links to developers.google.com (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: . Created 6 years, 7 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 | Annotate | Revision Log
OLDNEW
1 .. _overview: 1 .. _overview:
2 2
3 ################## 3 ##################
4 Technical Overview 4 Technical Overview
5 ################## 5 ##################
6 6
7 .. contents:: 7 .. contents::
8 :local: 8 :local:
9 :backlinks: none 9 :backlinks: none
10 :depth: 2 10 :depth: 2
(...skipping 241 matching lines...) Expand 10 before | Expand all | Expand 10 after
252 `Pepper Concepts <http://code.google.com/p/ppapi/wiki/Concepts>`_. 252 `Pepper Concepts <http://code.google.com/p/ppapi/wiki/Concepts>`_.
253 253
254 Versioning 254 Versioning
255 ========== 255 ==========
256 256
257 Chrome is released on a six week cycle, and developer versions of Chrome are 257 Chrome is released on a six week cycle, and developer versions of Chrome are
258 pushed to the public beta channel three weeks before each release. As with any 258 pushed to the public beta channel three weeks before each release. As with any
259 software, each release of Chrome may include changes to Native Client and the 259 software, each release of Chrome may include changes to Native Client and the
260 Pepper interfaces that may require modification to existing applications. 260 Pepper interfaces that may require modification to existing applications.
261 However, modules compiled for one version of Pepper/Chrome should work with 261 However, modules compiled for one version of Pepper/Chrome should work with
262 subsequent versions of Pepper/Chrome. The SDK includes multiple `versions 262 subsequent versions of Pepper/Chrome. The SDK includes multiple versions of the
263 <https://developers.google.com/native-client/version>`_ of the Pepper APIs to 263 Pepper APIs to help developers make adjustments to API changes and take
264 help developers make adjustments to API changes and take advantage of new 264 advantage of new features: `stable </native-client/pepper_stable>`_, `beta
265 features. 265 </native-client/pepper_beta>`_ and `dev </native-client/pepper_dev>`_.
266 266
267 Where to start 267 Where to start
268 ============== 268 ==============
269 269
270 The :doc:`Quick Start <quick-start>` document provides links to downloads and 270 The :doc:`Quick Start <quick-start>` document provides links to downloads and
271 documentation that should help you get started with developing and distributing 271 documentation that should help you get started with developing and distributing
272 Native Client applications. 272 Native Client applications.
OLDNEW
« no previous file with comments | « native_client_sdk/src/doc/nacl-and-pnacl.rst ('k') | native_client_sdk/src/doc/reference/nacl-manifest-format.rst » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698