.. _guide_score: **************** Script interface **************** For the full reference see :ref:`api_score`. .. currentmodule:: radtools This module groups the functions, which define the logic of scripts from the script interface of the package. Import ====== .. doctest:: >>> # Exact import >>> from radtools.score.plot_dos import manager >>> # Explicit import >>> from radtools.score import plot_dos >>> # Recommended import >>> from radtools import plot_dos Usage ===== Usage is the same as in the script interface. The only difference is that the functions are called directly. See :ref:`scripts-guide` for more details.