Developer Guide =============== This guide is for contributors and maintainers of ``rms-picmaker``. It complements the :doc:`user_guide` (which is end-user facing) and the :doc:`module` reference (which is the auto-generated API). If you only want to convert images, read the User Guide. If you want to understand the pipeline, change the code, or release a new version, read this. .. toctree:: :maxdepth: 2 :caption: Developer Guide contents: dev/repository_overview dev/module_layout dev/pipeline dev/running_tests dev/adding_an_instrument dev/releasing Where to look next ------------------ * The full API reference: :doc:`module`. * End-user documentation: :doc:`user_guide`. * Open work tracked in `GitHub issues `__. * The contributor workflow: :doc:`contributing`.