| 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 22 matching lines...) Expand all Loading... |
| 33 :doc:`reference/infra.libs` | 33 :doc:`reference/infra.libs` |
| 34 * How to develop an appengine app in infra.git | 34 * 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 * :doc:`bootstrap` - Dependency handling. How it works and why it's structured |
| 44 this way. |
| 44 | 45 |
| 45 Other topics | 46 Other topics |
| 46 ------------------- | 47 ------------------- |
| 47 * :doc:`steps` - list of infra steps on waterfall and tryserver | 48 * :doc:`steps` - list of infra steps on waterfall and tryserver |
| 48 | 49 |
| 49 Indices and Tables | 50 Indices and Tables |
| 50 ------------------ | 51 ------------------ |
| 51 | 52 |
| 52 .. toctree:: | 53 .. toctree:: |
| 53 :maxdepth: 2 | 54 :maxdepth: 2 |
| 54 | 55 |
| 55 installation | 56 installation |
| 56 usage | 57 usage |
| 57 structure | 58 structure |
| 58 contributing | 59 contributing |
| 59 documenting | 60 documenting |
| 60 steps | 61 steps |
| 61 reference/modules | 62 reference/modules |
| 62 | 63 |
| 63 * :ref:`genindex` | 64 * :ref:`genindex` |
| 64 * :ref:`modindex` | 65 * :ref:`modindex` |
| 65 * :ref:`search` | 66 * :ref:`search` |
| 66 | 67 |
| 67 | 68 |
| OLD | NEW |