mirror of
https://github.com/Textualize/textual.git
synced 2025-10-17 02:38:12 +03:00
Export types & doc improvements (#2329)
* Export types used in app.py * Export more linked types/errors/classes. * Remove custom template. * Address review comments. We need to have explicit 'Returns:' sections in properties if we want to link to the return type while https://github.com/mkdocstrings/python/issues/65 is open. * Improve docs.
This commit is contained in:
committed by
GitHub
parent
911ffdb144
commit
914e50a70f
1
docs/api/errors.md
Normal file
1
docs/api/errors.md
Normal file
@@ -0,0 +1 @@
|
||||
::: textual.errors
|
||||
1
docs/api/filter.md
Normal file
1
docs/api/filter.md
Normal file
@@ -0,0 +1 @@
|
||||
::: textual.filter
|
||||
1
docs/api/scrollbar.md
Normal file
1
docs/api/scrollbar.md
Normal file
@@ -0,0 +1 @@
|
||||
::: textual.scrollbar
|
||||
1
docs/api/types.md
Normal file
1
docs/api/types.md
Normal file
@@ -0,0 +1 @@
|
||||
::: textual.types
|
||||
Reference in New Issue
Block a user