irsim.config.path_param ======================= .. py:module:: irsim.config.path_param Attributes ---------- .. autoapisummary:: irsim.config.path_param.path_manager Classes ------- .. autoapisummary:: irsim.config.path_param.PathManager Module Contents --------------- .. py:class:: PathManager Module for managing the path of the project. - root_path: path of the irsim package - ani_buffer_path: path of the animation buffer - ani_path: path of the animation - fig_path: path of the saved figure .. py:attribute:: root_path :type: str .. py:attribute:: ani_buffer_path :type: str :value: '/home/docs/checkouts/readthedocs.org/user_builds/ir-sim/checkouts/v2.8.2/docs/source/animation_buffer' .. py:attribute:: ani_path :type: str :value: '/home/docs/checkouts/readthedocs.org/user_builds/ir-sim/checkouts/v2.8.2/docs/source/animation' .. py:attribute:: fig_path :type: str :value: '/home/docs/checkouts/readthedocs.org/user_builds/ir-sim/checkouts/v2.8.2/docs/source/figure' .. py:data:: path_manager