mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Increase the coverage of API documentation
See #1364 -- rather than pull in specific classes, this pulls in every publicly-documented item (function, class, type, "constant", etc) that can be found in each of the modules. This should help improve the linkage of types within the documentation.
This commit is contained in:
@@ -1 +1 @@
|
||||
::: textual.binding.Binding
|
||||
::: textual.binding
|
||||
|
||||
@@ -1 +1 @@
|
||||
::: textual.coordinate.Coordinate
|
||||
::: textual.coordinate
|
||||
|
||||
@@ -1 +1 @@
|
||||
::: textual.dom.DOMNode
|
||||
::: textual.dom
|
||||
|
||||
@@ -1 +1 @@
|
||||
::: textual.message.Message
|
||||
::: textual.message
|
||||
|
||||
@@ -2,4 +2,4 @@ A message pump is a class that processes messages.
|
||||
|
||||
It is a base class for the `App`, `Screen`, and `Widget` classes.
|
||||
|
||||
::: textual.message_pump.MessagePump
|
||||
::: textual.message_pump
|
||||
|
||||
@@ -1 +1 @@
|
||||
::: textual.scroll_view.ScrollView
|
||||
::: textual.scroll_view
|
||||
|
||||
@@ -1 +1 @@
|
||||
::: textual.strip.Strip
|
||||
::: textual.strip
|
||||
|
||||
@@ -1 +1 @@
|
||||
::: textual.widget.Widget
|
||||
::: textual.widget
|
||||
|
||||
Reference in New Issue
Block a user