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

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

Issue 863543002: NaCl docs: a few improvements (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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
OLDNEW
1 .. _help: 1 .. _help:
2 2
3 ############## 3 ##############
4 Help with NaCl 4 Help with NaCl
5 ############## 5 ##############
6 6
7 Check the documentation resources below for help with common issues and 7 Check the documentation resources below for help with common issues and
8 problems. For additional questions, reach out to the Native Client 8 problems. For additional questions, reach out to the Native Client
9 community in the forums below. You can also :ref:`report new issues 9 community in the forums below. You can also :ref:`report new issues
10 <report_issue>` using the Native Client issue tracker. 10 <report_issue>` using the Native Client issue tracker.
11 11
12 Documentation 12 Documentation
13 ============= 13 =============
14 14
15 * :doc:`Release Notes <sdk/release-notes>`. 15 * :doc:`Release Notes <sdk/release-notes>`.
16 * :doc:`FAQ <faq>`. 16 * :doc:`FAQ <faq>`.
17 * `Talks, Demos, and Publications
18 <https://devsite.googleplex.com/native-client/community/talks>`_ (see
19 especially Colt McAnlis' talk on porting C++ games to Native Client).
20 17
21 .. TODO: Fix the talk link once ReST-ified. 18 .. TODO: Fix the following talk link once ReST-ified.
19 .. * :doc:`Talks, Demos, and Publications <community/talks>` (see especially Col t McAnlis' talk on porting C++ games to Native Client).
22 20
23 Forums 21 Forums
24 ====== 22 ======
25 23
26 * For new Native Client developers: `Stack Overflow 24 * For new Native Client developers: `Stack Overflow
27 <http://stackoverflow.com/questions/tagged/google-nativeclient>`_ is a 25 <http://stackoverflow.com/questions/tagged/google-nativeclient>`_ is a
28 great resource --- check this forum first for answers to your 26 great resource --- check this forum first for answers to your
29 questions. 27 questions.
30 * For in-depth technical discussions: `native-client-discuss mailing 28 * For in-depth technical discussions: `native-client-discuss mailing
31 list <https://groups.google.com/group/native-client-discuss>`_ is a good 29 list <https://groups.google.com/group/native-client-discuss>`_ is a good
32 group for detailed technical discussions about bugs and other Native Client 30 group for detailed technical discussions about bugs and other Native Client
33 issues. * For announcements, follow the `native-client-announce mailing list 31 issues.
32 * For announcements, follow the `native-client-announce mailing list
34 <http://groups.google.com/group/native-client-announce>`_. 33 <http://groups.google.com/group/native-client-announce>`_.
35 * For 140 character goodness follow `@nativeclient 34 * For 140 character goodness follow `@nativeclient
36 <https://twitter.com/nativeclient>`_ on Twitter. 35 <https://twitter.com/nativeclient>`_ on Twitter.
37 36
38 .. _report_issue: 37 .. _report_issue:
39 38
40 Issue tracker 39 Issue tracker
41 ============= 40 =============
42 41
43 To report a new issue: 42 To report a new issue:
(...skipping 11 matching lines...) Expand all
55 * A `Native Client defect 54 * A `Native Client defect
56 <https://code.google.com/p/nativeclient/issues/entry?template=Defect%20repo rt>`_. 55 <https://code.google.com/p/nativeclient/issues/entry?template=Defect%20repo rt>`_.
57 * A `Native Client security issue 56 * A `Native Client security issue
58 <https://code.google.com/p/nativeclient/issues/entry?template=Security%20Bu g>`_ 57 <https://code.google.com/p/nativeclient/issues/entry?template=Security%20Bu g>`_
59 (only visible to the security team). 58 (only visible to the security team).
60 * A `Native Client + Chrome integration issue 59 * A `Native Client + Chrome integration issue
61 <https://code.google.com/p/chromium/issues/entry?template=NaCl%20Issue>`_. 60 <https://code.google.com/p/chromium/issues/entry?template=NaCl%20Issue>`_.
62 * A `Native Client + Chrome integration security issue 61 * A `Native Client + Chrome integration security issue
63 <https://code.google.com/p/chromium/issues/entry?template=Security%20Bug>`_ 62 <https://code.google.com/p/chromium/issues/entry?template=Security%20Bug>`_
64 (only visible to the security team). 63 (only visible to the security team).
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698