moved to pdoc docs generation library

This commit is contained in:
Roman Trapeznikov 2022-02-10 22:18:47 +03:00
parent 723a7744cf
commit 4ab704bb2f
No known key found for this signature in database
GPG Key ID: 89BED52F1E290F8D
3 changed files with 19 additions and 1056 deletions

View File

@ -3,7 +3,9 @@
<words> <words>
<w>gamename</w> <w>gamename</w>
<w>maxlen</w> <w>maxlen</w>
<w>outdirname</w>
<w>pagename</w> <w>pagename</w>
<w>pythondir</w>
<w>unhashable</w> <w>unhashable</w>
</words> </words>
</dictionary> </dictionary>

View File

@ -15,7 +15,9 @@ if TYPE_CHECKING:
class PopupWindow: class PopupWindow:
"""A transient window that positions and scales itself for visibility.""" """A transient window that positions and scales itself for visibility.
Category: UI Classes"""
def __init__(self, def __init__(self,
position: tuple[float, float], position: tuple[float, float],

File diff suppressed because it is too large Load Diff