*********************** Developer Documentation *********************** The following section provides detailed information on the the software architecture and on the possibilities to extend ESBO-ETC. The source code of ESBO-ETC and this documentation can be found on the `IRS Gitea-server `_. .. note:: In the following, methods of the source code may be mentioned without any details on the required parameters or the return values. Please refer to the :ref:`api` for further information. ESBO-ETC uses `Astropy Quantities `_ for all computations in order to ensure proper unit conversion. Project Structure ================= .. include:: project_structure.rst ESBO-ETC Python module ====================== .. include:: scripting.rst Software Architecture ===================== .. include:: software_architecture.rst Other Classes ============= .. include:: classes.rst Extending ESBO-ETC ================== .. include:: extending.rst CI/CD-Pipeline ============== .. include:: pipeline.rst