OLD | NEW |
1 .. _overview: | 1 .. _overview: |
2 | 2 |
| 3 .. include:: /migration/deprecation.inc |
| 4 |
3 ################## | 5 ################## |
4 Technical Overview | 6 Technical Overview |
5 ################## | 7 ################## |
6 | 8 |
7 .. contents:: | 9 .. contents:: |
8 :local: | 10 :local: |
9 :backlinks: none | 11 :backlinks: none |
10 :depth: 2 | 12 :depth: 2 |
11 | 13 |
12 **Native Client** (NaCl) is an open-source technology for running native | 14 **Native Client** (NaCl) is an open-source technology for running native |
(...skipping 268 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
281 The C++ API is a set of bindings written on top of the C API. For additional | 283 The C++ API is a set of bindings written on top of the C API. For additional |
282 information about Pepper, see `Pepper Concepts | 284 information about Pepper, see `Pepper Concepts |
283 <http://code.google.com/p/ppapi/wiki/Concepts>`_. | 285 <http://code.google.com/p/ppapi/wiki/Concepts>`_. |
284 | 286 |
285 Where to start | 287 Where to start |
286 ============== | 288 ============== |
287 | 289 |
288 The :doc:`Quick Start <quick-start>` document provides links to downloads and | 290 The :doc:`Quick Start <quick-start>` document provides links to downloads and |
289 documentation to help you get started with developing and distributing Native | 291 documentation to help you get started with developing and distributing Native |
290 Client applications. | 292 Client applications. |
OLD | NEW |