open_source_template.main ========================= .. py:module:: open_source_template.main .. autoapi-nested-parse:: Copyright (c) 2025 MeteoSwiss, contributors listed in AUTHORS Distributed under the terms of the BSD 3-Clause License. SPDX-License-Identifier: BSD-3-Clause Functions --------- .. autoapisummary:: open_source_template.main.dummy_func open_source_template.main.another_dummy_func Module Contents --------------- .. py:function:: dummy_func(input_value: float) -> int Dummy function. :param input_value: Argument to the function. :type input_value: float :return: An integer. :rtype: int .. py:function:: another_dummy_func(input_value: int) -> float Another dummy function. :param input_value: Argument to the function. :type input_value: int :return: A float. :rtype: float