OLD | NEW |
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 Loading... |
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 * Dependency handling - how it works and why it's structured this way. | 43 * Dependency handling - how it works and why it's structured this way. |
44 | 44 |
(...skipping 13 matching lines...) Expand all Loading... |
58 contributing | 58 contributing |
59 documenting | 59 documenting |
60 steps | 60 steps |
61 reference/modules | 61 reference/modules |
62 | 62 |
63 * :ref:`genindex` | 63 * :ref:`genindex` |
64 * :ref:`modindex` | 64 * :ref:`modindex` |
65 * :ref:`search` | 65 * :ref:`search` |
66 | 66 |
67 | 67 |
OLD | NEW |