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 | |
Nick Kledzik | b47d6ca | 2012-06-12 22:43:35 +0000 | [diff] [blame^] | 8 | Creating a Reader |
| 9 | ----------------- |
| 10 | |
| 11 | See the :ref:`Creating a Reader <Readers>` guide. |
| 12 | |
| 13 | |
| 14 | |
| 15 | Documentation |
| 16 | ------------- |
Daniel Dunbar | eaa88c8 | 2012-04-06 23:47:34 +0000 | [diff] [blame] | 17 | |
| 18 | The project documentation is written in reStructuredText and generated using the |
| 19 | `Sphinx <http://sphinx.pocoo.org/>`_ documentation generator. For more |
| 20 | information on writing documentation for the project, see the |
| 21 | :ref:`sphinx_intro`. |