trifusion.data.resources.info_data moduleΒΆ

This module contains the text content for the informative popups that can be accessed by clicking info (?) buttons throughout the app. The text content will be stored in a single dictionary variable, whose format should be the following:

..: key: string id of the informative content ..: value: list containing the actual informative content

..: 1st element: string with the title ..: 2nd element: string with text body

Both list elements will be kivy Label objects that support markdown syntax