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

Side by Side Diff: doc/source/index.rst

Issue 725843004: DOC: added appengine.rst (Closed) Base URL: https://chromium.googlesource.com/infra/infra.git@master
Patch Set: Rebased and fixed case Created 6 years 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
« no previous file with comments | « doc/source/appengine.rst ('k') | doc/source/structure.rst » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 .. infra documentation master file, should at least contain the root 1 .. infra documentation master file, should at least contain the root
2 `toctree` directive. 2 `toctree` directive.
3 3
4 Chrome Infra infra.git Repository 4 Chrome Infra infra.git Repository
5 ================================= 5 =================================
6 This documentation describes the new (as of March 2014) repository containing 6 This documentation describes the new (as of March 2014) repository containing
7 the public code for the Chrome infrastructure: infra.git. The old repository is 7 the public code for the Chrome infrastructure: infra.git. The old repository is
8 called build/, and is based in SVN. 8 called build/, and is based in SVN.
9 9
10 If you want to contribute to the Chromium browser, you're in the wrong place. 10 If you want to contribute to the Chromium browser, you're in the wrong place.
(...skipping 13 matching lines...) Expand all
24 * :doc:`contributing` 24 * :doc:`contributing`
25 * :doc:`reference/modules` - reference documentation, extracted from docstrings. 25 * :doc:`reference/modules` - reference documentation, extracted from docstrings.
26 26
27 Contributer's Guides 27 Contributer's Guides
28 -------------------- 28 --------------------
29 29
30 * :doc:`documenting` - what and how to document, plus some technical information 30 * :doc:`documenting` - what and how to document, plus some technical information
31 on the compilation/deployment pipeline. 31 on the compilation/deployment pipeline.
32 * How to add a new tool - also gives example usage of 32 * How to add a new tool - also gives example usage of
33 :doc:`reference/infra.libs` 33 :doc:`reference/infra.libs`
34 * How to develop an appengine app in infra.git 34 * :doc:`appengine` - How to develop an appengine app in infra.git
35 * How to handle authentication 35 * How to handle authentication
36 36
37 Technical Background 37 Technical Background
38 -------------------- 38 --------------------
39 39
40 This section (will) explains some technical choices. 40 This section (will) explains some technical choices.
41 41
42 * Testing in infra.git - tools used, how and why. 42 * Testing in infra.git - tools used, how and why.
43 * :doc:`bootstrap` - Dependency handling. How it works and why it's structured 43 * :doc:`bootstrap` - Dependency handling. How it works and why it's structured
44 this way. 44 this way.
(...skipping 14 matching lines...) Expand all
59 contributing 59 contributing
60 documenting 60 documenting
61 steps 61 steps
62 reference/modules 62 reference/modules
63 63
64 * :ref:`genindex` 64 * :ref:`genindex`
65 * :ref:`modindex` 65 * :ref:`modindex`
66 * :ref:`search` 66 * :ref:`search`
67 67
68 68
OLDNEW
« no previous file with comments | « doc/source/appengine.rst ('k') | doc/source/structure.rst » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698