| 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 * :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 Loading... |
| 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 |
| OLD | NEW |