File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ TryNiceGUI.home\_ page
2+ =====================
3+
4+ .. automodule :: TryNiceGUI.home_page
5+
6+
7+
8+
9+
10+
11+
12+ .. rubric :: Functions
13+
14+ .. autosummary ::
15+
16+ content
17+
18+
19+
20+
21+
22+
23+
24+
25+
26+
27+
28+
29+
Original file line number Diff line number Diff line change @@ -13,7 +13,8 @@ TryNiceGUI.main
1313
1414 .. autosummary ::
1515
16- add_one
16+ populate_ui
17+ run
1718
1819
1920
Original file line number Diff line number Diff line change 1+ TryNiceGUI.menu
2+ ===============
3+
4+ .. automodule :: TryNiceGUI.menu
5+
6+
7+
8+
9+
10+
11+
12+ .. rubric :: Functions
13+
14+ .. autosummary ::
15+
16+ menu
17+
18+
19+
20+
21+
22+
23+
24+
25+
26+
27+
28+
29+
Original file line number Diff line number Diff line change 2828 :recursive:
2929
3030 TryNiceGUI.cli
31+ TryNiceGUI.home_page
3132 TryNiceGUI.main
33+ TryNiceGUI.menu
34+ TryNiceGUI.theme
3235
Original file line number Diff line number Diff line change 1+ TryNiceGUI.theme
2+ ================
3+
4+ .. automodule :: TryNiceGUI.theme
5+
6+
7+
8+
9+
10+
11+
12+ .. rubric :: Functions
13+
14+ .. autosummary ::
15+
16+ frame
17+
18+
19+
20+
21+
22+
23+
24+
25+
26+
27+
28+
29+
Original file line number Diff line number Diff line change 22
33from .main import run
44
5- run ()
5+ if __name__ == '__main__' :
6+ run ()
You can’t perform that action at this time.
0 commit comments