organoid_tracker.text_popup.help_popup module

class organoid_tracker.text_popup.help_popup.HelpPopup

Bases: RichTextPopup

get_root_folder() str

Paths for things like images will be relative to this path.

get_title() str

Returns the title for the whole website.

navigate(url: str) Optional[str]

Returns the Markdown for the given URL. The website can also perform some other action, like zooming in on a position or starting a program. If this method returns None, then the navigation is cancelled.