diff --git a/api/app/index.html b/api/app/index.html index 67d62e57e4..b043f238dd 100644 --- a/api/app/index.html +++ b/api/app/index.html @@ -9650,8 +9650,8 @@

- class-attribute instance-attribute + class-attribute

@@ -9676,8 +9676,8 @@

- class-attribute instance-attribute + class-attribute

@@ -9769,8 +9769,8 @@

- class-attribute instance-attribute + class-attribute

@@ -10223,8 +10223,8 @@

- class-attribute instance-attribute + class-attribute

@@ -10255,8 +10255,8 @@

- class-attribute instance-attribute + class-attribute

@@ -13564,6 +13564,10 @@

An asynchronous context manager for testing apps.

+
+

Tip

+

See the guide for testing Textual apps.

+

Use this to run your app in "headless" mode (no output) and drive the app via a Pilot object.

diff --git a/api/binding/index.html b/api/binding/index.html index 5ab24b64ca..9460a81dcc 100644 --- a/api/binding/index.html +++ b/api/binding/index.html @@ -7255,8 +7255,8 @@

- class-attribute instance-attribute + class-attribute

@@ -7302,8 +7302,8 @@

- class-attribute instance-attribute + class-attribute

@@ -7326,8 +7326,8 @@

- class-attribute instance-attribute + class-attribute

@@ -7350,8 +7350,8 @@

- class-attribute instance-attribute + class-attribute

diff --git a/api/color/index.html b/api/color/index.html index 969f80f9e6..24920f9b0d 100644 --- a/api/color/index.html +++ b/api/color/index.html @@ -8906,8 +8906,8 @@

- class-attribute instance-attribute + class-attribute

@@ -9890,8 +9890,8 @@

parse - cached classmethod + cached

diff --git a/api/command/index.html b/api/command/index.html index c3f9339b38..7049790257 100644 --- a/api/command/index.html +++ b/api/command/index.html @@ -8436,8 +8436,8 @@

- class-attribute instance-attribute + class-attribute

@@ -8507,8 +8507,8 @@

- class-attribute instance-attribute + class-attribute

@@ -9248,8 +9248,8 @@

- class-attribute instance-attribute + class-attribute

diff --git a/api/content_switcher/index.html b/api/content_switcher/index.html index 0490cb9a53..6c3792f142 100644 --- a/api/content_switcher/index.html +++ b/api/content_switcher/index.html @@ -7053,8 +7053,8 @@

- class-attribute instance-attribute + class-attribute

diff --git a/api/dom_node/index.html b/api/dom_node/index.html index 365a018b1f..b292bcc683 100644 --- a/api/dom_node/index.html +++ b/api/dom_node/index.html @@ -8218,8 +8218,8 @@

- writable property + writable

@@ -8324,8 +8324,8 @@

- class-attribute instance-attribute + class-attribute

@@ -8541,8 +8541,8 @@

- writable property + writable

@@ -8612,8 +8612,8 @@

- writable property + writable

@@ -8919,8 +8919,8 @@

- writable property + writable

diff --git a/api/errors/index.html b/api/errors/index.html index dded215754..f1bfda7eb5 100644 --- a/api/errors/index.html +++ b/api/errors/index.html @@ -7030,6 +7030,8 @@

Errors

+ +

General exception classes.

diff --git a/api/events/index.html b/api/events/index.html index 8dbce9ab03..a4399f81d5 100644 --- a/api/events/index.html +++ b/api/events/index.html @@ -9187,8 +9187,8 @@

- writable property + writable

diff --git a/api/filter/index.html b/api/filter/index.html index 1985683534..d659e12ce5 100644 --- a/api/filter/index.html +++ b/api/filter/index.html @@ -7276,6 +7276,15 @@

Filter

+ +

Filter classes.

+
+

Note

+

Filters are used internally, and not recommended for use by Textual app developers.

+
+

Filters are used internally to process terminal output after it has been rendered. +Currently this is used internally to convert the application to monochrome, when the NO_COLOR env var is set.

+

In the future, this system will be used to implement accessibility features.

diff --git a/api/fuzzy_matcher/index.html b/api/fuzzy_matcher/index.html index dda466e422..6f82639db7 100644 --- a/api/fuzzy_matcher/index.html +++ b/api/fuzzy_matcher/index.html @@ -7108,6 +7108,9 @@

Fuzzy matcher

+ +

Fuzzy matcher.

+

This class is used by the command palette to match search terms.

diff --git a/api/geometry/index.html b/api/geometry/index.html index cda7921803..2d63bee3d1 100644 --- a/api/geometry/index.html +++ b/api/geometry/index.html @@ -8946,8 +8946,8 @@

- class-attribute instance-attribute + class-attribute

@@ -8970,8 +8970,8 @@

- class-attribute instance-attribute + class-attribute

@@ -9449,8 +9449,8 @@

- class-attribute instance-attribute + class-attribute

@@ -9689,8 +9689,8 @@

- class-attribute instance-attribute + class-attribute

@@ -9713,8 +9713,8 @@

- class-attribute instance-attribute + class-attribute

@@ -9737,8 +9737,8 @@

- class-attribute instance-attribute + class-attribute

@@ -11528,8 +11528,8 @@

- class-attribute instance-attribute + class-attribute

@@ -11598,8 +11598,8 @@

- class-attribute instance-attribute + class-attribute

@@ -11832,8 +11832,8 @@

- class-attribute instance-attribute + class-attribute

@@ -11926,8 +11926,8 @@

- class-attribute instance-attribute + class-attribute

@@ -11950,8 +11950,8 @@

- class-attribute instance-attribute + class-attribute

@@ -11974,8 +11974,8 @@

- class-attribute instance-attribute + class-attribute

diff --git a/api/logger/index.html b/api/logger/index.html index 3851882e1a..604350ff41 100644 --- a/api/logger/index.html +++ b/api/logger/index.html @@ -113,7 +113,7 @@
- + Skip to content @@ -5743,6 +5743,8 @@ + +