|
1 | | -Package API |
2 | | -=========== |
| 1 | +API Reference |
| 2 | +============= |
3 | 3 |
|
4 | | -.. module:: idom |
5 | 4 |
|
| 5 | +.. automodule:: idom.cli |
| 6 | + :members: |
6 | 7 |
|
7 | | -Component |
8 | | ---------- |
9 | 8 |
|
10 | | -.. automodule:: idom.core.component |
| 9 | +.. automodule:: idom.client.manage |
11 | 10 | :members: |
12 | 11 |
|
13 | 12 |
|
14 | | -Hooks |
15 | | ------ |
16 | | - |
17 | | -.. automodule:: idom.core.hooks |
| 13 | +.. automodule:: idom.client.module |
18 | 14 | :members: |
19 | 15 |
|
20 | 16 |
|
21 | | -Layout |
22 | | ------- |
23 | | - |
24 | | -.. automodule:: idom.core.layout |
| 17 | +.. automodule:: idom.config |
25 | 18 | :members: |
26 | 19 |
|
27 | 20 |
|
28 | | -Dispatcher |
29 | | ----------- |
| 21 | +.. automodule:: idom.core.component |
| 22 | + :members: |
| 23 | + |
30 | 24 |
|
31 | 25 | .. automodule:: idom.core.dispatcher |
32 | 26 | :members: |
33 | 27 |
|
34 | 28 |
|
35 | | -Server Base |
36 | | ------------ |
37 | | - |
38 | | -.. automodule:: idom.server.base |
| 29 | +.. automodule:: idom.core.events |
39 | 30 | :members: |
40 | 31 |
|
41 | 32 |
|
42 | | -Sanic Servers |
43 | | -------------- |
44 | | - |
45 | | -.. automodule:: idom.server.sanic |
| 33 | +.. automodule:: idom.core.hooks |
46 | 34 | :members: |
47 | 35 |
|
48 | 36 |
|
49 | | -Flask Servers |
50 | | -------------- |
51 | | - |
52 | | -.. automodule:: idom.server.flask |
| 37 | +.. automodule:: idom.core.layout |
53 | 38 | :members: |
54 | 39 |
|
55 | 40 |
|
56 | | -FastAPI Servers |
57 | | ---------------- |
| 41 | +.. automodule:: idom.core.utils |
| 42 | + :members: |
58 | 43 |
|
59 | | -.. automodule:: idom.server.fastapi |
| 44 | + |
| 45 | +.. automodule:: idom.core.vdom |
60 | 46 | :members: |
61 | 47 |
|
62 | 48 |
|
63 | | -Tornado Servers |
64 | | ---------------- |
| 49 | +.. automodule:: idom.dialect |
| 50 | + :members: |
| 51 | + |
65 | 52 |
|
66 | | -.. automodule:: idom.server.tornado |
| 53 | +.. automodule:: idom.log |
67 | 54 | :members: |
68 | 55 |
|
69 | 56 |
|
70 | | -HTML Widgets |
71 | | ------------- |
| 57 | +.. automodule:: idom.server.base |
| 58 | + :members: |
72 | 59 |
|
73 | | -.. automodule:: idom.widgets.html |
| 60 | + |
| 61 | +.. automodule:: idom.server.fastapi |
74 | 62 | :members: |
75 | | - :undoc-members: |
76 | 63 |
|
77 | 64 |
|
78 | | -Widget Tools |
79 | | ------------- |
| 65 | +.. automodule:: idom.server.flask |
| 66 | + :members: |
80 | 67 |
|
81 | | -.. automodule:: idom.widgets.utils |
| 68 | + |
| 69 | +.. automodule:: idom.server.prefab |
82 | 70 | :members: |
83 | 71 |
|
84 | 72 |
|
85 | | -Dialect |
86 | | -------- |
| 73 | +.. automodule:: idom.server.sanic |
| 74 | + :members: |
| 75 | + |
87 | 76 |
|
88 | | -.. automodule:: idom.dialect |
| 77 | +.. automodule:: idom.server.tornado |
89 | 78 | :members: |
90 | 79 |
|
91 | 80 |
|
92 | | -Client |
93 | | ------- |
| 81 | +.. automodule:: idom.server.utils |
| 82 | + :members: |
94 | 83 |
|
95 | | -.. automodule:: idom.client.module |
| 84 | + |
| 85 | +.. automodule:: idom.testing |
96 | 86 | :members: |
97 | 87 |
|
98 | | -.. automodule:: idom.client.manage |
| 88 | + |
| 89 | +.. automodule:: idom.utils |
99 | 90 | :members: |
100 | 91 |
|
101 | 92 |
|
102 | | -Useful Tools |
103 | | ------------- |
| 93 | +.. automodule:: idom.widgets.html |
| 94 | + :members: |
| 95 | + |
104 | 96 |
|
105 | | -.. automodule:: idom.utils |
| 97 | +.. automodule:: idom.widgets.utils |
106 | 98 | :members: |
0 commit comments