beremiz

Doc: Add about section (PR #33)

2024-04-26, Nadim Khan
ac6408084c60
Doc: Add about section (PR #33)

* added about section

* updated .gitignore to exclude doc/_build/
# -*- coding: utf-8 -*-
# See COPYING.Runtime file for copyrights details.
def _(x):
"""No translation"""
return x
Broken = _("Broken")
Started = _("Started")
Stopped = _("Stopped")
Disconnected = _("Disconnected")
Empty = _("Empty")