Skip to content

Commit 0ec47bf

Browse files
committed
docs: update automodapi docs
1 parent bdf7248 commit 0ec47bf

16 files changed

+12
-40
lines changed

docs/api/bootlace.links.View.rst

+2
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@ View
1212

1313
~View.a
1414
~View.active
15+
~View.blueprint
1516
~View.enabled
1617
~View.endpoint
1718
~View.text
@@ -27,6 +28,7 @@ View
2728

2829
.. autoattribute:: a
2930
.. autoattribute:: active
31+
.. autoattribute:: blueprint
3032
.. autoattribute:: enabled
3133
.. autoattribute:: endpoint
3234
.. autoattribute:: text

docs/api/bootlace.nav.elements.Brand.rst

-4
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ Brand
2222
.. autosummary::
2323

2424
~Brand.__tag__
25-
~Brand.deserialize
2625
~Brand.element_state
27-
~Brand.serialize
2826
~Brand.with_url
2927
~Brand.with_view
3028

@@ -40,8 +38,6 @@ Brand
4038
.. rubric:: Methods Documentation
4139

4240
.. automethod:: __tag__
43-
.. automethod:: deserialize
4441
.. automethod:: element_state
45-
.. automethod:: serialize
4642
.. automethod:: with_url
4743
.. automethod:: with_view

docs/api/bootlace.nav.elements.Dropdown.rst

-4
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ Dropdown
2525
.. autosummary::
2626

2727
~Dropdown.__tag__
28-
~Dropdown.deserialize
2928
~Dropdown.element_state
30-
~Dropdown.serialize
3129

3230
.. rubric:: Attributes Documentation
3331

@@ -44,6 +42,4 @@ Dropdown
4442
.. rubric:: Methods Documentation
4543

4644
.. automethod:: __tag__
47-
.. automethod:: deserialize
4845
.. automethod:: element_state
49-
.. automethod:: serialize

docs/api/bootlace.nav.elements.Link.rst

-4
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,7 @@ Link
2222
.. autosummary::
2323

2424
~Link.__tag__
25-
~Link.deserialize
2625
~Link.element_state
27-
~Link.serialize
2826
~Link.with_url
2927
~Link.with_view
3028

@@ -40,8 +38,6 @@ Link
4038
.. rubric:: Methods Documentation
4139

4240
.. automethod:: __tag__
43-
.. automethod:: deserialize
4441
.. automethod:: element_state
45-
.. automethod:: serialize
4642
.. automethod:: with_url
4743
.. automethod:: with_view

docs/api/bootlace.nav.elements.Nav.rst

-4
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ Nav
2424
.. autosummary::
2525

2626
~Nav.__tag__
27-
~Nav.deserialize
2827
~Nav.element_state
29-
~Nav.serialize
3028

3129
.. rubric:: Attributes Documentation
3230

@@ -42,6 +40,4 @@ Nav
4240
.. rubric:: Methods Documentation
4341

4442
.. automethod:: __tag__
45-
.. automethod:: deserialize
4643
.. automethod:: element_state
47-
.. automethod:: serialize

docs/api/bootlace.nav.elements.NavBar.rst

-4
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,7 @@ NavBar
2525
.. autosummary::
2626

2727
~NavBar.__tag__
28-
~NavBar.deserialize
2928
~NavBar.element_state
30-
~NavBar.serialize
3129

3230
.. rubric:: Attributes Documentation
3331

@@ -44,6 +42,4 @@ NavBar
4442
.. rubric:: Methods Documentation
4543

4644
.. automethod:: __tag__
47-
.. automethod:: deserialize
4845
.. automethod:: element_state
49-
.. automethod:: serialize

docs/api/bootlace.nav.elements.NavBarCollapse.rst

-4
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,7 @@ NavBarCollapse
2323
.. autosummary::
2424

2525
~NavBarCollapse.__tag__
26-
~NavBarCollapse.deserialize
2726
~NavBarCollapse.element_state
28-
~NavBarCollapse.serialize
2927

3028
.. rubric:: Attributes Documentation
3129

@@ -40,6 +38,4 @@ NavBarCollapse
4038
.. rubric:: Methods Documentation
4139

4240
.. automethod:: __tag__
43-
.. automethod:: deserialize
4441
.. automethod:: element_state
45-
.. automethod:: serialize

docs/api/bootlace.nav.elements.NavBarNav.rst

-4
Original file line numberDiff line numberDiff line change
@@ -24,9 +24,7 @@ NavBarNav
2424
.. autosummary::
2525

2626
~NavBarNav.__tag__
27-
~NavBarNav.deserialize
2827
~NavBarNav.element_state
29-
~NavBarNav.serialize
3028

3129
.. rubric:: Attributes Documentation
3230

@@ -42,6 +40,4 @@ NavBarNav
4240
.. rubric:: Methods Documentation
4341

4442
.. automethod:: __tag__
45-
.. automethod:: deserialize
4643
.. automethod:: element_state
47-
.. automethod:: serialize

docs/api/bootlace.nav.elements.NavBarSearch.rst

-4
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ NavBarSearch
2626
.. autosummary::
2727

2828
~NavBarSearch.__tag__
29-
~NavBarSearch.deserialize
3029
~NavBarSearch.element_state
31-
~NavBarSearch.serialize
3230

3331
.. rubric:: Attributes Documentation
3432

@@ -46,6 +44,4 @@ NavBarSearch
4644
.. rubric:: Methods Documentation
4745

4846
.. automethod:: __tag__
49-
.. automethod:: deserialize
5047
.. automethod:: element_state
51-
.. automethod:: serialize

docs/api/bootlace.nav.elements.Separator.rst

-4
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,7 @@ Separator
1919
.. autosummary::
2020

2121
~Separator.__tag__
22-
~Separator.deserialize
2322
~Separator.element_state
24-
~Separator.serialize
2523

2624
.. rubric:: Attributes Documentation
2725

@@ -32,6 +30,4 @@ Separator
3230
.. rubric:: Methods Documentation
3331

3432
.. automethod:: __tag__
35-
.. automethod:: deserialize
3633
.. automethod:: element_state
37-
.. automethod:: serialize

docs/api/bootlace.nav.elements.Text.rst

-4
Original file line numberDiff line numberDiff line change
@@ -20,9 +20,7 @@ Text
2020
.. autosummary::
2121

2222
~Text.__tag__
23-
~Text.deserialize
2423
~Text.element_state
25-
~Text.serialize
2624

2725
.. rubric:: Attributes Documentation
2826

@@ -34,6 +32,4 @@ Text
3432
.. rubric:: Methods Documentation
3533

3634
.. automethod:: __tag__
37-
.. automethod:: deserialize
3835
.. automethod:: element_state
39-
.. automethod:: serialize

docs/api/bootlace.table.ActionColumn.rst

+2
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ ActionColumn
2323

2424
.. autosummary::
2525

26+
~ActionColumn.attribute_value
2627
~ActionColumn.cell
2728
~ActionColumn.contents
2829

@@ -39,5 +40,6 @@ ActionColumn
3940

4041
.. rubric:: Methods Documentation
4142

43+
.. automethod:: attribute_value
4244
.. automethod:: cell
4345
.. automethod:: contents

docs/api/bootlace.table.CheckColumn.rst

+2
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@ CheckColumn
2222

2323
.. autosummary::
2424

25+
~CheckColumn.attribute_value
2526
~CheckColumn.cell
2627
~CheckColumn.contents
2728

@@ -37,5 +38,6 @@ CheckColumn
3738

3839
.. rubric:: Methods Documentation
3940

41+
.. automethod:: attribute_value
4042
.. automethod:: cell
4143
.. automethod:: contents

docs/api/bootlace.table.Column.rst

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Column
2121

2222
.. autosummary::
2323

24+
~Column.attribute_value
2425
~Column.cell
2526
~Column.contents
2627

@@ -35,5 +36,6 @@ Column
3536

3637
.. rubric:: Methods Documentation
3738

39+
.. automethod:: attribute_value
3840
.. automethod:: cell
3941
.. automethod:: contents

docs/api/bootlace.table.ColumnBase.rst

+2
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ ColumnBase
2020

2121
.. autosummary::
2222

23+
~ColumnBase.attribute_value
2324
~ColumnBase.cell
2425
~ColumnBase.contents
2526

@@ -33,5 +34,6 @@ ColumnBase
3334

3435
.. rubric:: Methods Documentation
3536

37+
.. automethod:: attribute_value
3638
.. automethod:: cell
3739
.. automethod:: contents

docs/api/bootlace.table.Datetime.rst

+2
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ Datetime
2121

2222
.. autosummary::
2323

24+
~Datetime.attribute_value
2425
~Datetime.cell
2526
~Datetime.contents
2627

@@ -35,5 +36,6 @@ Datetime
3536

3637
.. rubric:: Methods Documentation
3738

39+
.. automethod:: attribute_value
3840
.. automethod:: cell
3941
.. automethod:: contents

0 commit comments

Comments
 (0)