API Docs

invenio module for TUGRAZ theme.

class invenio_theme_tugraz.ext.InvenioThemeTugraz(app=None)[source]

invenio-theme-tugraz extension.

Extension initialization.

init_app(app)[source]

Flask application initialization.

init_config(app)[source]

Initialize configuration.

Views

invenio module for TUGRAZ theme.

invenio_theme_tugraz.views.cast_to_dict(attr_dict)[source]

Return the dict structure of AttrDict variable.

invenio_theme_tugraz.views.index()[source]

Render frontpage view.

invenio_theme_tugraz.views.make_dict_like(value: str, key: str) → Dict[str, str][source]

Convert the value to a dict like structure.

in the form of a key -> value pair.