Will McGugan
|
589dc00b6e
|
text
|
2025-06-23 16:56:33 +01:00 |
|
Will McGugan
|
0ab2467297
|
TTY_INTERACTIVE env var
|
2025-06-20 21:23:40 +01:00 |
|
Will McGugan
|
6ae321ad86
|
Merge branch 'master' into remove-typing-extensions-runtime
|
2025-06-18 18:49:34 +01:00 |
|
Will McGugan
|
5c86dfca3c
|
docs
|
2025-06-18 15:18:50 +01:00 |
|
Damian Shaw
|
27fe68c85f
|
Remove all sys.version_info >= (3, 8) checks as Python 3.7 is no longer supported
|
2025-06-15 11:02:57 -04:00 |
|
Will McGugan
|
8c4d3d1d50
|
Merge pull request #3716 from TomJGooding/docs-readme-update-python-versions-badge
docs: update supported python versions
|
2025-05-19 18:03:49 +01:00 |
|
TomJGooding
|
c45f73ae26
|
docs(introduction): update minimum python version
|
2025-04-30 20:02:51 +01:00 |
|
TomJGooding
|
a648cdcec2
|
docs: fix search not working
Fix the documentation search not working after a recent Read the Docs
upgrade.
This adds `sphinx_rtd_theme` to the extensions as recommended in the
install guide: https://sphinx-rtd-theme.readthedocs.io/en/stable/installing.html
Fixes: #3697
|
2025-04-15 12:07:03 +01:00 |
|
Will McGugan
|
d43db99418
|
wording
|
2025-03-28 14:54:48 +00:00 |
|
Will McGugan
|
27ec1cfb15
|
note
|
2025-03-28 12:18:25 +00:00 |
|
Will McGugan
|
07aaca6093
|
words
|
2025-03-28 12:14:24 +00:00 |
|
Will McGugan
|
7e8ab33065
|
words
|
2025-03-28 12:12:13 +00:00 |
|
Will McGugan
|
9175392a5c
|
New environment var
|
2025-03-28 11:37:27 +00:00 |
|
Kâmuran İmran
|
0d0ed7bc86
|
fix typo
|
2025-03-07 16:49:10 +11:00 |
|
TomJGooding
|
0176befbba
|
docs(table): add column highlight option
|
2024-10-03 16:34:41 +01:00 |
|
Will McGugan
|
2954fccfd9
|
Merge branch 'master' into master
|
2024-09-30 15:16:34 +01:00 |
|
Louis Sautier
|
4c19cacb59
|
Doc: fix some typos
Signed-off-by: Louis Sautier <sautier.louis@gmail.com>
|
2024-08-15 07:19:41 +02:00 |
|
chthollyphile
|
74445d76c3
|
Merge branch 'master' of https://github.com/chthollyphile/rich
|
2024-07-06 01:06:37 +08:00 |
|
chthollyphile
|
0d45a34862
|
docs
|
2024-07-06 01:03:57 +08:00 |
|
Will McGugan
|
927d06669d
|
docs
|
2024-07-01 20:46:14 +01:00 |
|
Will McGugan
|
855cdbe2ab
|
Merge pull request #3052 from seapagan/case-insensitive-prompt-choices
Case insensitive prompt choices
|
2024-07-01 14:27:21 +01:00 |
|
Ofek Lev
|
eb357884ad
|
Fix warning in test suite
|
2024-05-01 09:18:57 -04:00 |
|
Rodrigo Girão Serrão
|
26152e9cc9
|
Export TextType into the docs. (#3257)
|
2024-01-31 13:05:27 +00:00 |
|
Grant Ramsay
|
15cc59b1a2
|
refactor to 'case_sensitive' with default True
|
2023-11-08 08:12:49 +00:00 |
|
Darren Burns
|
9038abed04
|
Merge branch 'master' into case-insensitive-prompt-choices
|
2023-11-07 17:44:21 +00:00 |
|
plotski
|
7a168a27c5
|
[docs] Fix typos and other small stuff (#3094)
* [docs.text] Fix typo ("follow" -> "following")
* [docs.text] Fix ANSI/assemble examples
* [rich.pretty] Make `python -m rich.pretty` from the examples work
* [docs.progress] Fix typo ("updated" -> "setting")
* [docs.progress] Fix reference to cp_progress.py
* [docs.table] Fix typo ("show above" -> "shown above")
* [docs.table] Add reference to "Padding" for "padding" argument
---------
Co-authored-by: Anonymous <you@example.com>
|
2023-11-07 17:37:25 +00:00 |
|
Darren Burns
|
b3877fe11b
|
Merge branch 'master' into case-insensitive-prompt-choices
|
2023-11-07 12:01:46 +00:00 |
|
Darren Burns
|
c7d6215cfe
|
Fix a few typos in the repository that were resulting in the codespel… (#3181)
|
2023-11-01 17:04:37 +00:00 |
|
jiaosenvip
|
0379ab83a9
|
Fix markup.rst
Fix a minor problem in the document.
There is an extra closing bracket in the document
|
2023-07-29 03:14:11 +08:00 |
|
Grant Ramsay
|
10705a43b2
|
fix typo in docs
|
2023-06-30 20:57:03 +01:00 |
|
Grant Ramsay
|
6df890cdce
|
update docs with new prompt option
|
2023-06-30 20:42:15 +01:00 |
|
Aaron Lichtman
|
8e008c6d99
|
Update tables.rst
|
2023-06-21 07:00:44 -07:00 |
|
Eren Güven
|
97a7addc7f
|
add missing import to doc example
|
2023-01-25 21:42:10 +01:00 |
|
Jakub Wilk
|
e94d98df87
|
Fix typos
|
2023-01-23 19:17:03 +01:00 |
|
Dave Pearson
|
ef5dbf4828
|
Link format string in docs to Python string formatting mini-language
See #2584.
|
2023-01-18 14:11:33 +00:00 |
|
Will McGugan
|
80188f22a0
|
doc
|
2023-01-13 22:17:04 +00:00 |
|
Will McGugan
|
50d7df770c
|
docs on highlighters
|
2023-01-13 22:14:47 +00:00 |
|
Kyan
|
c76366873e
|
add a missing quote to progress.rst
|
2022-11-18 20:55:58 +08:00 |
|
Will McGugan
|
4001aa9179
|
Merge pull request #2601 from davep/2559/console
Docs review of Console
|
2022-10-20 14:42:55 +01:00 |
|
Dave Pearson
|
e27258dd10
|
stop -> stops
|
2022-10-20 10:26:42 +01:00 |
|
Dave Pearson
|
74c5d2d6d0
|
Swap to "an out method" rather than "a out method"
|
2022-10-20 10:23:30 +01:00 |
|
Dave Pearson
|
293b32ce20
|
methods -> method
|
2022-10-20 10:21:44 +01:00 |
|
Dave Pearson
|
b25c4d6d94
|
Update the minimum-supported Python mentioned in the intro
|
2022-10-20 09:42:58 +01:00 |
|
Dave Pearson
|
d856be8e1c
|
OSX -> macOS
|
2022-10-20 09:41:44 +01:00 |
|
Will McGugan
|
84e628655a
|
edit
|
2022-10-04 10:57:25 +01:00 |
|
Will McGugan
|
3006b2788a
|
italics
|
2022-10-04 10:54:55 +01:00 |
|
Will McGugan
|
07e3793784
|
env var docs
|
2022-10-04 10:33:00 +01:00 |
|
Will McGugan
|
0bdbe550c4
|
quote extras
|
2022-09-23 16:10:33 +01:00 |
|
Will McGugan
|
36fa43da75
|
sections docs and test
|
2022-09-23 15:21:28 +01:00 |
|
Will McGugan
|
c6001e5226
|
added line about end_section
|
2022-09-23 15:10:19 +01:00 |
|