OLD | NEW |
1 .. _devguide-index: | 1 .. _devguide-index: |
2 | 2 |
| 3 .. include:: /migration/deprecation.inc |
| 4 |
3 ################# | 5 ################# |
4 Developer's Guide | 6 Developer's Guide |
5 ################# | 7 ################# |
6 | 8 |
7 The Native Client Developer's Guide includes practical information you need to | 9 The Native Client Developer's Guide includes practical information you need to |
8 get your development cycle up and running (e.g., how to compile and test-run | 10 get your development cycle up and running (e.g., how to compile and test-run |
9 your application), as well as important concepts you need to understand in order | 11 your application), as well as important concepts you need to understand in order |
10 to code your application (e.g., how an application is structured, and how to use | 12 to code your application (e.g., how an application is structured, and how to use |
11 the Pepper APIs). | 13 the Pepper APIs). |
12 | 14 |
13 The Developer's Guide is a work-in-progress. | 15 The Developer's Guide is a work-in-progress. |
14 Send us comments and feedback on the `native-client-discuss | 16 Send us comments and feedback on the `native-client-discuss |
15 <https://groups.google.com/forum/#!forum/native-client-discuss>`_ mailing list, | 17 <https://groups.google.com/forum/#!forum/native-client-discuss>`_ mailing list, |
16 or ask questions using Stack Overflow's `google-nativeclient | 18 or ask questions using Stack Overflow's `google-nativeclient |
17 <https://stackoverflow.com/questions/tagged/google-nativeclient>`_ tag. | 19 <https://stackoverflow.com/questions/tagged/google-nativeclient>`_ tag. |
OLD | NEW |