Skip to content

Commit

Permalink
2.0.0 - Material Design 3
Browse files Browse the repository at this point in the history
Fix `Sphinx` warnings.
  • Loading branch information
HeaTTheatR committed Jan 11, 2024
1 parent d2bb837 commit f7dde78
Show file tree
Hide file tree
Showing 4 changed files with 7 additions and 2 deletions.
3 changes: 2 additions & 1 deletion kivymd/uix/hero.py
Original file line number Diff line number Diff line change
Expand Up @@ -30,12 +30,13 @@
- On screen **A**, place the :class:`~MDHeroFrom` container.
- Sets a tag (string) for the :class:`~MDHeroFrom` container.
- Place a hero in the :class:`~MDHeroFrom` container.
- On screen **B**, place the :class:`~MDHeroTo` container - our hero from screen **A **will fly into this container.
- On screen **B**, place the :class:`~MDHeroTo` container - our hero from screen **A** will fly into this container.
.. image:: https://github.com/HeaTTheatR/KivyMD-data/raw/master/gallery/kivymddoc/hero-base.png
:align: center
.. warning::
:class:`~MDHeroFrom` container cannot have more than one child widget.
Base example
Expand Down
2 changes: 2 additions & 0 deletions kivymd/uix/label/label.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
- MDIcon_
.. MDLabel:
MDLabel
-------
Expand Down Expand Up @@ -440,6 +441,7 @@ def open_context_menu(self, instance_label: CopyLabel) -> None:
:align: center
.. MDIcon:
MDIcon
-------
Expand Down
2 changes: 1 addition & 1 deletion kivymd/uix/list/list.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ def build(self):
:align: center
List item with trailing check
----------------------------
-----------------------------
.. tabs::
Expand Down
2 changes: 2 additions & 0 deletions kivymd/uix/menu/menu.py
Original file line number Diff line number Diff line change
Expand Up @@ -205,6 +205,7 @@ def build(self):
:align: center
.. Header:
Header
------
Expand Down Expand Up @@ -338,6 +339,7 @@ def menu_callback(self, text_item):
:align: center
.. Position:
Position
========
Expand Down

0 comments on commit f7dde78

Please sign in to comment.