=================================
Contributing to the Documentation
=================================
This documentation is generated using `Sphinx `__. If you would like to contribute
to the documentation, you can do so by editing the reStructuredText files in the ``docs/source`` directory of the OpenRocket repo.
You can then build the documentation by first `installing Sphinx `__
and then running the following command from the ``docs`` directory:
.. code-block:: bash
make html
This will generate the documentation in the ``docs/build/html`` directory. You can then view the documentation by opening the
``index.html`` file in your web browser.
If you would like to contribute to the documentation, please submit a pull request with your changes. If you are not sure how to
do this, please see the ``Obtaining the Source Code`` section in :doc:`Development Environment Setup `.
Also check out the `GitHub documentation `__
on how to submit a pull request. If you don't want to go through the hassle of setting up a development environment, you can also
`submit an issue `__ with your proposed changes and we will take care of the rest,
or you can `contact us `__.