-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Adds documentation for additional reference topics
- Loading branch information
Showing
51 changed files
with
861 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
Image | ||
===== | ||
|
||
.. currentmodule:: bootlace.image | ||
|
||
.. autoclass:: Image | ||
:show-inheritance: | ||
|
||
.. rubric:: Attributes Summary | ||
|
||
.. autosummary:: | ||
|
||
~Image.alt | ||
~Image.height | ||
~Image.src | ||
~Image.width | ||
|
||
.. rubric:: Attributes Documentation | ||
|
||
.. autoattribute:: alt | ||
.. autoattribute:: height | ||
.. autoattribute:: src | ||
.. autoattribute:: width |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Link | ||
==== | ||
|
||
.. currentmodule:: bootlace.links | ||
|
||
.. autoclass:: Link | ||
:show-inheritance: | ||
|
||
.. rubric:: Attributes Summary | ||
|
||
.. autosummary:: | ||
|
||
~Link.active | ||
~Link.enabled | ||
~Link.url | ||
|
||
.. rubric:: Attributes Documentation | ||
|
||
.. autoattribute:: active | ||
.. autoattribute:: enabled | ||
.. autoattribute:: url |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
View | ||
==== | ||
|
||
.. currentmodule:: bootlace.links | ||
|
||
.. autoclass:: View | ||
:show-inheritance: | ||
|
||
.. rubric:: Attributes Summary | ||
|
||
.. autosummary:: | ||
|
||
~View.active | ||
~View.enabled | ||
~View.endpoint | ||
~View.ignore_query | ||
~View.url | ||
~View.url_kwargs | ||
|
||
.. rubric:: Attributes Documentation | ||
|
||
.. autoattribute:: active | ||
.. autoattribute:: enabled | ||
.. autoattribute:: endpoint | ||
.. autoattribute:: ignore_query | ||
.. autoattribute:: url | ||
.. autoattribute:: url_kwargs |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
NavAlignment | ||
============ | ||
|
||
.. currentmodule:: bootlace.nav | ||
|
||
.. autoclass:: NavAlignment | ||
:show-inheritance: | ||
|
||
.. rubric:: Attributes Summary | ||
|
||
.. autosummary:: | ||
|
||
~NavAlignment.DEFAULT | ||
~NavAlignment.FILL | ||
~NavAlignment.JUSTIFIED | ||
|
||
.. rubric:: Attributes Documentation | ||
|
||
.. autoattribute:: DEFAULT | ||
.. autoattribute:: FILL | ||
.. autoattribute:: JUSTIFIED |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
NavStyle | ||
======== | ||
|
||
.. currentmodule:: bootlace.nav | ||
|
||
.. autoclass:: NavStyle | ||
:show-inheritance: | ||
|
||
.. rubric:: Attributes Summary | ||
|
||
.. autosummary:: | ||
|
||
~NavStyle.PILLS | ||
~NavStyle.PLAIN | ||
~NavStyle.TABS | ||
~NavStyle.UNDERLINE | ||
|
||
.. rubric:: Attributes Documentation | ||
|
||
.. autoattribute:: PILLS | ||
.. autoattribute:: PLAIN | ||
.. autoattribute:: TABS | ||
.. autoattribute:: UNDERLINE |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
Brand | ||
===== | ||
|
||
.. currentmodule:: bootlace.nav.elements | ||
|
||
.. autoclass:: Brand | ||
:show-inheritance: | ||
|
||
.. rubric:: Attributes Summary | ||
|
||
.. autosummary:: | ||
|
||
~Brand.id | ||
|
||
.. rubric:: Attributes Documentation | ||
|
||
.. autoattribute:: id |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Dropdown | ||
======== | ||
|
||
.. currentmodule:: bootlace.nav.elements | ||
|
||
.. autoclass:: Dropdown | ||
:show-inheritance: | ||
|
||
.. rubric:: Attributes Summary | ||
|
||
.. autosummary:: | ||
|
||
~Dropdown.id | ||
~Dropdown.title | ||
|
||
.. rubric:: Attributes Documentation | ||
|
||
.. autoattribute:: id | ||
.. autoattribute:: title |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
Link | ||
==== | ||
|
||
.. currentmodule:: bootlace.nav.elements | ||
|
||
.. autoclass:: Link | ||
:show-inheritance: | ||
|
||
.. rubric:: Attributes Summary | ||
|
||
.. autosummary:: | ||
|
||
~Link.active | ||
~Link.enabled | ||
~Link.id | ||
~Link.link | ||
~Link.url | ||
|
||
.. rubric:: Methods Summary | ||
|
||
.. autosummary:: | ||
|
||
~Link.with_url | ||
~Link.with_view | ||
|
||
.. rubric:: Attributes Documentation | ||
|
||
.. autoattribute:: active | ||
.. autoattribute:: enabled | ||
.. autoattribute:: id | ||
.. autoattribute:: link | ||
.. autoattribute:: url | ||
|
||
.. rubric:: Methods Documentation | ||
|
||
.. automethod:: with_url | ||
.. automethod:: with_view |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,21 @@ | ||
Nav | ||
=== | ||
|
||
.. currentmodule:: bootlace.nav.elements | ||
|
||
.. autoclass:: Nav | ||
:show-inheritance: | ||
|
||
.. rubric:: Attributes Summary | ||
|
||
.. autosummary:: | ||
|
||
~Nav.alignment | ||
~Nav.id | ||
~Nav.style | ||
|
||
.. rubric:: Attributes Documentation | ||
|
||
.. autoattribute:: alignment | ||
.. autoattribute:: id | ||
.. autoattribute:: style |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
NavBar | ||
====== | ||
|
||
.. currentmodule:: bootlace.nav.elements | ||
|
||
.. autoclass:: NavBar | ||
:show-inheritance: | ||
|
||
.. rubric:: Attributes Summary | ||
|
||
.. autosummary:: | ||
|
||
~NavBar.color | ||
~NavBar.expand | ||
~NavBar.fluid | ||
~NavBar.id | ||
~NavBar.items | ||
|
||
.. rubric:: Attributes Documentation | ||
|
||
.. autoattribute:: color | ||
.. autoattribute:: expand | ||
.. autoattribute:: fluid | ||
.. autoattribute:: id | ||
.. autoattribute:: items |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
NavBarCollapse | ||
============== | ||
|
||
.. currentmodule:: bootlace.nav.elements | ||
|
||
.. autoclass:: NavBarCollapse | ||
:show-inheritance: | ||
|
||
.. rubric:: Attributes Summary | ||
|
||
.. autosummary:: | ||
|
||
~NavBarCollapse.id | ||
|
||
.. rubric:: Attributes Documentation | ||
|
||
.. autoattribute:: id |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,17 @@ | ||
NavBarNav | ||
========= | ||
|
||
.. currentmodule:: bootlace.nav.elements | ||
|
||
.. autoclass:: NavBarNav | ||
:show-inheritance: | ||
|
||
.. rubric:: Attributes Summary | ||
|
||
.. autosummary:: | ||
|
||
~NavBarNav.id | ||
|
||
.. rubric:: Attributes Documentation | ||
|
||
.. autoattribute:: id |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,25 @@ | ||
NavBarSearch | ||
============ | ||
|
||
.. currentmodule:: bootlace.nav.elements | ||
|
||
.. autoclass:: NavBarSearch | ||
:show-inheritance: | ||
|
||
.. rubric:: Attributes Summary | ||
|
||
.. autosummary:: | ||
|
||
~NavBarSearch.action | ||
~NavBarSearch.button | ||
~NavBarSearch.id | ||
~NavBarSearch.method | ||
~NavBarSearch.placeholder | ||
|
||
.. rubric:: Attributes Documentation | ||
|
||
.. autoattribute:: action | ||
.. autoattribute:: button | ||
.. autoattribute:: id | ||
.. autoattribute:: method | ||
.. autoattribute:: placeholder |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
Separator | ||
========= | ||
|
||
.. currentmodule:: bootlace.nav.elements | ||
|
||
.. autoclass:: Separator | ||
:show-inheritance: |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
Text | ||
==== | ||
|
||
.. currentmodule:: bootlace.nav.elements | ||
|
||
.. autoclass:: Text | ||
:show-inheritance: | ||
|
||
.. rubric:: Attributes Summary | ||
|
||
.. autosummary:: | ||
|
||
~Text.enabled | ||
~Text.text | ||
|
||
.. rubric:: Attributes Documentation | ||
|
||
.. autoattribute:: enabled | ||
.. autoattribute:: text |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,37 @@ | ||
SizeClass | ||
========= | ||
|
||
.. currentmodule:: bootlace.size | ||
|
||
.. autoclass:: SizeClass | ||
:show-inheritance: | ||
|
||
.. rubric:: Attributes Summary | ||
|
||
.. autosummary:: | ||
|
||
~SizeClass.EXTRA_EXTRA_LARGE | ||
~SizeClass.EXTRA_LARGE | ||
~SizeClass.EXTRA_SMALL | ||
~SizeClass.LARGE | ||
~SizeClass.MEDIUM | ||
~SizeClass.SMALL | ||
|
||
.. rubric:: Methods Summary | ||
|
||
.. autosummary:: | ||
|
||
~SizeClass.add_to_class | ||
|
||
.. rubric:: Attributes Documentation | ||
|
||
.. autoattribute:: EXTRA_EXTRA_LARGE | ||
.. autoattribute:: EXTRA_LARGE | ||
.. autoattribute:: EXTRA_SMALL | ||
.. autoattribute:: LARGE | ||
.. autoattribute:: MEDIUM | ||
.. autoattribute:: SMALL | ||
|
||
.. rubric:: Methods Documentation | ||
|
||
.. automethod:: add_to_class |
Oops, something went wrong.