sepal_ui.sepalwidgets.tile.TileAbout#

class sepal_ui.sepalwidgets.tile.TileAbout(**kwargs)[source]#

Create an about tile using a .md file.

This tile will have the “about_widget” id and “About” title.

Parameters:

pathname (str | Path) – the path to the .md file

Attributes

Methods

__init__

Create an about tile using a .md file.

TileAbout.__init__(pathname, **kwargs)[source]#

Create an about tile using a .md file.

This tile will have the “about_widget” id and “About” title.

Parameters:

pathname (str | Path) – the path to the .md file

Return type:

None