Skip to content

Commit

Permalink
docs: update automodapi docs
Browse files Browse the repository at this point in the history
  • Loading branch information
alexrudy committed Jan 1, 2025
1 parent bdf7248 commit 0ec47bf
Show file tree
Hide file tree
Showing 16 changed files with 12 additions and 40 deletions.
2 changes: 2 additions & 0 deletions docs/api/bootlace.links.View.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,7 @@ View

~View.a
~View.active
~View.blueprint
~View.enabled
~View.endpoint
~View.text
Expand All @@ -27,6 +28,7 @@ View

.. autoattribute:: a
.. autoattribute:: active
.. autoattribute:: blueprint
.. autoattribute:: enabled
.. autoattribute:: endpoint
.. autoattribute:: text
Expand Down
4 changes: 0 additions & 4 deletions docs/api/bootlace.nav.elements.Brand.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ Brand
.. autosummary::

~Brand.__tag__
~Brand.deserialize
~Brand.element_state
~Brand.serialize
~Brand.with_url
~Brand.with_view

Expand All @@ -40,8 +38,6 @@ Brand
.. rubric:: Methods Documentation

.. automethod:: __tag__
.. automethod:: deserialize
.. automethod:: element_state
.. automethod:: serialize
.. automethod:: with_url
.. automethod:: with_view
4 changes: 0 additions & 4 deletions docs/api/bootlace.nav.elements.Dropdown.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ Dropdown
.. autosummary::

~Dropdown.__tag__
~Dropdown.deserialize
~Dropdown.element_state
~Dropdown.serialize

.. rubric:: Attributes Documentation

Expand All @@ -44,6 +42,4 @@ Dropdown
.. rubric:: Methods Documentation

.. automethod:: __tag__
.. automethod:: deserialize
.. automethod:: element_state
.. automethod:: serialize
4 changes: 0 additions & 4 deletions docs/api/bootlace.nav.elements.Link.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,7 @@ Link
.. autosummary::

~Link.__tag__
~Link.deserialize
~Link.element_state
~Link.serialize
~Link.with_url
~Link.with_view

Expand All @@ -40,8 +38,6 @@ Link
.. rubric:: Methods Documentation

.. automethod:: __tag__
.. automethod:: deserialize
.. automethod:: element_state
.. automethod:: serialize
.. automethod:: with_url
.. automethod:: with_view
4 changes: 0 additions & 4 deletions docs/api/bootlace.nav.elements.Nav.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ Nav
.. autosummary::

~Nav.__tag__
~Nav.deserialize
~Nav.element_state
~Nav.serialize

.. rubric:: Attributes Documentation

Expand All @@ -42,6 +40,4 @@ Nav
.. rubric:: Methods Documentation

.. automethod:: __tag__
.. automethod:: deserialize
.. automethod:: element_state
.. automethod:: serialize
4 changes: 0 additions & 4 deletions docs/api/bootlace.nav.elements.NavBar.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,7 @@ NavBar
.. autosummary::

~NavBar.__tag__
~NavBar.deserialize
~NavBar.element_state
~NavBar.serialize

.. rubric:: Attributes Documentation

Expand All @@ -44,6 +42,4 @@ NavBar
.. rubric:: Methods Documentation

.. automethod:: __tag__
.. automethod:: deserialize
.. automethod:: element_state
.. automethod:: serialize
4 changes: 0 additions & 4 deletions docs/api/bootlace.nav.elements.NavBarCollapse.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,9 +23,7 @@ NavBarCollapse
.. autosummary::

~NavBarCollapse.__tag__
~NavBarCollapse.deserialize
~NavBarCollapse.element_state
~NavBarCollapse.serialize

.. rubric:: Attributes Documentation

Expand All @@ -40,6 +38,4 @@ NavBarCollapse
.. rubric:: Methods Documentation

.. automethod:: __tag__
.. automethod:: deserialize
.. automethod:: element_state
.. automethod:: serialize
4 changes: 0 additions & 4 deletions docs/api/bootlace.nav.elements.NavBarNav.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,7 @@ NavBarNav
.. autosummary::

~NavBarNav.__tag__
~NavBarNav.deserialize
~NavBarNav.element_state
~NavBarNav.serialize

.. rubric:: Attributes Documentation

Expand All @@ -42,6 +40,4 @@ NavBarNav
.. rubric:: Methods Documentation

.. automethod:: __tag__
.. automethod:: deserialize
.. automethod:: element_state
.. automethod:: serialize
4 changes: 0 additions & 4 deletions docs/api/bootlace.nav.elements.NavBarSearch.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,7 @@ NavBarSearch
.. autosummary::

~NavBarSearch.__tag__
~NavBarSearch.deserialize
~NavBarSearch.element_state
~NavBarSearch.serialize

.. rubric:: Attributes Documentation

Expand All @@ -46,6 +44,4 @@ NavBarSearch
.. rubric:: Methods Documentation

.. automethod:: __tag__
.. automethod:: deserialize
.. automethod:: element_state
.. automethod:: serialize
4 changes: 0 additions & 4 deletions docs/api/bootlace.nav.elements.Separator.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,9 +19,7 @@ Separator
.. autosummary::

~Separator.__tag__
~Separator.deserialize
~Separator.element_state
~Separator.serialize

.. rubric:: Attributes Documentation

Expand All @@ -32,6 +30,4 @@ Separator
.. rubric:: Methods Documentation

.. automethod:: __tag__
.. automethod:: deserialize
.. automethod:: element_state
.. automethod:: serialize
4 changes: 0 additions & 4 deletions docs/api/bootlace.nav.elements.Text.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,9 +20,7 @@ Text
.. autosummary::

~Text.__tag__
~Text.deserialize
~Text.element_state
~Text.serialize

.. rubric:: Attributes Documentation

Expand All @@ -34,6 +32,4 @@ Text
.. rubric:: Methods Documentation

.. automethod:: __tag__
.. automethod:: deserialize
.. automethod:: element_state
.. automethod:: serialize
2 changes: 2 additions & 0 deletions docs/api/bootlace.table.ActionColumn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ ActionColumn

.. autosummary::

~ActionColumn.attribute_value
~ActionColumn.cell
~ActionColumn.contents

Expand All @@ -39,5 +40,6 @@ ActionColumn

.. rubric:: Methods Documentation

.. automethod:: attribute_value
.. automethod:: cell
.. automethod:: contents
2 changes: 2 additions & 0 deletions docs/api/bootlace.table.CheckColumn.rst
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,7 @@ CheckColumn

.. autosummary::

~CheckColumn.attribute_value
~CheckColumn.cell
~CheckColumn.contents

Expand All @@ -37,5 +38,6 @@ CheckColumn

.. rubric:: Methods Documentation

.. automethod:: attribute_value
.. automethod:: cell
.. automethod:: contents
2 changes: 2 additions & 0 deletions docs/api/bootlace.table.Column.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Column

.. autosummary::

~Column.attribute_value
~Column.cell
~Column.contents

Expand All @@ -35,5 +36,6 @@ Column

.. rubric:: Methods Documentation

.. automethod:: attribute_value
.. automethod:: cell
.. automethod:: contents
2 changes: 2 additions & 0 deletions docs/api/bootlace.table.ColumnBase.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ ColumnBase

.. autosummary::

~ColumnBase.attribute_value
~ColumnBase.cell
~ColumnBase.contents

Expand All @@ -33,5 +34,6 @@ ColumnBase

.. rubric:: Methods Documentation

.. automethod:: attribute_value
.. automethod:: cell
.. automethod:: contents
2 changes: 2 additions & 0 deletions docs/api/bootlace.table.Datetime.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@ Datetime

.. autosummary::

~Datetime.attribute_value
~Datetime.cell
~Datetime.contents

Expand All @@ -35,5 +36,6 @@ Datetime

.. rubric:: Methods Documentation

.. automethod:: attribute_value
.. automethod:: cell
.. automethod:: contents

0 comments on commit 0ec47bf

Please sign in to comment.