Skip to content

Commit 8bcf183

Browse files
committed
[fix] tox tests
[docs] update API docs
1 parent 13021b6 commit 8bcf183

29 files changed

+863
-58
lines changed
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
CheckboxInput
2+
=============
3+
4+
.. currentmodule:: bootlace.forms.widgets
5+
6+
.. autoclass:: CheckboxInput
7+
:show-inheritance:
8+
9+
.. rubric:: Attributes Summary
10+
11+
.. autosummary::
12+
13+
~CheckboxInput.input_type
14+
~CheckboxInput.tag
15+
~CheckboxInput.validation_attrs
16+
17+
.. rubric:: Methods Summary
18+
19+
.. autosummary::
20+
21+
~CheckboxInput.__call__
22+
~CheckboxInput.get_field_value
23+
~CheckboxInput.prepare_attributes
24+
25+
.. rubric:: Attributes Documentation
26+
27+
.. autoattribute:: input_type
28+
.. autoattribute:: tag
29+
.. autoattribute:: validation_attrs
30+
31+
.. rubric:: Methods Documentation
32+
33+
.. automethod:: __call__
34+
.. automethod:: get_field_value
35+
.. automethod:: prepare_attributes
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
ColorInput
2+
==========
3+
4+
.. currentmodule:: bootlace.forms.widgets
5+
6+
.. autoclass:: ColorInput
7+
:show-inheritance:
8+
9+
.. rubric:: Attributes Summary
10+
11+
.. autosummary::
12+
13+
~ColorInput.input_type
14+
~ColorInput.tag
15+
~ColorInput.validation_attrs
16+
17+
.. rubric:: Methods Summary
18+
19+
.. autosummary::
20+
21+
~ColorInput.__call__
22+
~ColorInput.get_field_value
23+
~ColorInput.prepare_attributes
24+
25+
.. rubric:: Attributes Documentation
26+
27+
.. autoattribute:: input_type
28+
.. autoattribute:: tag
29+
.. autoattribute:: validation_attrs
30+
31+
.. rubric:: Methods Documentation
32+
33+
.. automethod:: __call__
34+
.. automethod:: get_field_value
35+
.. automethod:: prepare_attributes
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
DateInput
2+
=========
3+
4+
.. currentmodule:: bootlace.forms.widgets
5+
6+
.. autoclass:: DateInput
7+
:show-inheritance:
8+
9+
.. rubric:: Attributes Summary
10+
11+
.. autosummary::
12+
13+
~DateInput.input_type
14+
~DateInput.tag
15+
~DateInput.validation_attrs
16+
17+
.. rubric:: Methods Summary
18+
19+
.. autosummary::
20+
21+
~DateInput.__call__
22+
~DateInput.get_field_value
23+
~DateInput.prepare_attributes
24+
25+
.. rubric:: Attributes Documentation
26+
27+
.. autoattribute:: input_type
28+
.. autoattribute:: tag
29+
.. autoattribute:: validation_attrs
30+
31+
.. rubric:: Methods Documentation
32+
33+
.. automethod:: __call__
34+
.. automethod:: get_field_value
35+
.. automethod:: prepare_attributes
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
DateTimeInput
2+
=============
3+
4+
.. currentmodule:: bootlace.forms.widgets
5+
6+
.. autoclass:: DateTimeInput
7+
:show-inheritance:
8+
9+
.. rubric:: Attributes Summary
10+
11+
.. autosummary::
12+
13+
~DateTimeInput.input_type
14+
~DateTimeInput.tag
15+
~DateTimeInput.validation_attrs
16+
17+
.. rubric:: Methods Summary
18+
19+
.. autosummary::
20+
21+
~DateTimeInput.__call__
22+
~DateTimeInput.get_field_value
23+
~DateTimeInput.prepare_attributes
24+
25+
.. rubric:: Attributes Documentation
26+
27+
.. autoattribute:: input_type
28+
.. autoattribute:: tag
29+
.. autoattribute:: validation_attrs
30+
31+
.. rubric:: Methods Documentation
32+
33+
.. automethod:: __call__
34+
.. automethod:: get_field_value
35+
.. automethod:: prepare_attributes
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
DateTimeLocalInput
2+
==================
3+
4+
.. currentmodule:: bootlace.forms.widgets
5+
6+
.. autoclass:: DateTimeLocalInput
7+
:show-inheritance:
8+
9+
.. rubric:: Attributes Summary
10+
11+
.. autosummary::
12+
13+
~DateTimeLocalInput.input_type
14+
~DateTimeLocalInput.tag
15+
~DateTimeLocalInput.validation_attrs
16+
17+
.. rubric:: Methods Summary
18+
19+
.. autosummary::
20+
21+
~DateTimeLocalInput.__call__
22+
~DateTimeLocalInput.get_field_value
23+
~DateTimeLocalInput.prepare_attributes
24+
25+
.. rubric:: Attributes Documentation
26+
27+
.. autoattribute:: input_type
28+
.. autoattribute:: tag
29+
.. autoattribute:: validation_attrs
30+
31+
.. rubric:: Methods Documentation
32+
33+
.. automethod:: __call__
34+
.. automethod:: get_field_value
35+
.. automethod:: prepare_attributes
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
EmailInput
2+
==========
3+
4+
.. currentmodule:: bootlace.forms.widgets
5+
6+
.. autoclass:: EmailInput
7+
:show-inheritance:
8+
9+
.. rubric:: Attributes Summary
10+
11+
.. autosummary::
12+
13+
~EmailInput.input_type
14+
~EmailInput.tag
15+
~EmailInput.validation_attrs
16+
17+
.. rubric:: Methods Summary
18+
19+
.. autosummary::
20+
21+
~EmailInput.__call__
22+
~EmailInput.get_field_value
23+
~EmailInput.prepare_attributes
24+
25+
.. rubric:: Attributes Documentation
26+
27+
.. autoattribute:: input_type
28+
.. autoattribute:: tag
29+
.. autoattribute:: validation_attrs
30+
31+
.. rubric:: Methods Documentation
32+
33+
.. automethod:: __call__
34+
.. automethod:: get_field_value
35+
.. automethod:: prepare_attributes
Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
FileInput
2+
=========
3+
4+
.. currentmodule:: bootlace.forms.widgets
5+
6+
.. autoclass:: FileInput
7+
:show-inheritance:
8+
9+
.. rubric:: Attributes Summary
10+
11+
.. autosummary::
12+
13+
~FileInput.input_type
14+
~FileInput.multiple
15+
~FileInput.tag
16+
~FileInput.validation_attrs
17+
18+
.. rubric:: Methods Summary
19+
20+
.. autosummary::
21+
22+
~FileInput.__call__
23+
~FileInput.get_field_value
24+
~FileInput.prepare_attributes
25+
26+
.. rubric:: Attributes Documentation
27+
28+
.. autoattribute:: input_type
29+
.. autoattribute:: multiple
30+
.. autoattribute:: tag
31+
.. autoattribute:: validation_attrs
32+
33+
.. rubric:: Methods Documentation
34+
35+
.. automethod:: __call__
36+
.. automethod:: get_field_value
37+
.. automethod:: prepare_attributes
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
HiddenInput
2+
===========
3+
4+
.. currentmodule:: bootlace.forms.widgets
5+
6+
.. autoclass:: HiddenInput
7+
:show-inheritance:
8+
9+
.. rubric:: Attributes Summary
10+
11+
.. autosummary::
12+
13+
~HiddenInput.input_type
14+
~HiddenInput.tag
15+
~HiddenInput.validation_attrs
16+
17+
.. rubric:: Methods Summary
18+
19+
.. autosummary::
20+
21+
~HiddenInput.__call__
22+
~HiddenInput.get_field_value
23+
~HiddenInput.prepare_attributes
24+
25+
.. rubric:: Attributes Documentation
26+
27+
.. autoattribute:: input_type
28+
.. autoattribute:: tag
29+
.. autoattribute:: validation_attrs
30+
31+
.. rubric:: Methods Documentation
32+
33+
.. automethod:: __call__
34+
.. automethod:: get_field_value
35+
.. automethod:: prepare_attributes
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
Input
2+
=====
3+
4+
.. currentmodule:: bootlace.forms.widgets
5+
6+
.. autoclass:: Input
7+
:show-inheritance:
8+
9+
.. rubric:: Attributes Summary
10+
11+
.. autosummary::
12+
13+
~Input.input_type
14+
~Input.tag
15+
~Input.validation_attrs
16+
17+
.. rubric:: Methods Summary
18+
19+
.. autosummary::
20+
21+
~Input.__call__
22+
~Input.get_field_value
23+
~Input.prepare_attributes
24+
25+
.. rubric:: Attributes Documentation
26+
27+
.. autoattribute:: input_type
28+
.. autoattribute:: tag
29+
.. autoattribute:: validation_attrs
30+
31+
.. rubric:: Methods Documentation
32+
33+
.. automethod:: __call__
34+
.. automethod:: get_field_value
35+
.. automethod:: prepare_attributes
Lines changed: 35 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,35 @@
1+
MonthInput
2+
==========
3+
4+
.. currentmodule:: bootlace.forms.widgets
5+
6+
.. autoclass:: MonthInput
7+
:show-inheritance:
8+
9+
.. rubric:: Attributes Summary
10+
11+
.. autosummary::
12+
13+
~MonthInput.input_type
14+
~MonthInput.tag
15+
~MonthInput.validation_attrs
16+
17+
.. rubric:: Methods Summary
18+
19+
.. autosummary::
20+
21+
~MonthInput.__call__
22+
~MonthInput.get_field_value
23+
~MonthInput.prepare_attributes
24+
25+
.. rubric:: Attributes Documentation
26+
27+
.. autoattribute:: input_type
28+
.. autoattribute:: tag
29+
.. autoattribute:: validation_attrs
30+
31+
.. rubric:: Methods Documentation
32+
33+
.. automethod:: __call__
34+
.. automethod:: get_field_value
35+
.. automethod:: prepare_attributes

0 commit comments

Comments
 (0)