Daniel Dunbar | eaa88c8 | 2012-04-06 23:47:34 +0000 | [diff] [blame] | 1 | .. _development: |
| 2 | |
| 3 | Development |
| 4 | =========== |
| 5 | |
| 6 | lld is developed as part of the `LLVM <http://llvm.org>`_ project. |
| 7 | |
Michael J. Spencer | 365f1ec | 2012-04-25 19:34:24 +0000 | [diff] [blame] | 8 | See the :ref:`getting started <getting_started>` guide. |
Daniel Dunbar | eaa88c8 | 2012-04-06 23:47:34 +0000 | [diff] [blame] | 9 | |
| 10 | The project documentation is written in reStructuredText and generated using the |
| 11 | `Sphinx <http://sphinx.pocoo.org/>`_ documentation generator. For more |
| 12 | information on writing documentation for the project, see the |
| 13 | :ref:`sphinx_intro`. |