Commit Graph

381 Commits

Author SHA1 Message Date
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
Will McGugan f0cbc468ca
Merge branch 'master' into tuple-rich-repr-positional 2022-09-19 10:57:41 +01:00
Abdur-Rahmaan Janhangeer c0aad1315c docs: rm copyright year 2022-09-01 15:00:36 +04:00
Abdur-Rahmaan Janhangeer f019a373a6
docs: update copyright yea 2022-09-01 14:34:29 +04:00
Will McGugan 3fbf53acf0 box docs 2022-08-02 16:33:14 +01:00
Will McGugan b1368b61a4
Merge pull request #2301 from tomers/iso8601-highlighter
Add Iso8601Highlighter
2022-07-11 11:46:37 +01:00
Will McGugan 65c138088a
Merge pull request #2356 from tonybaloney/patch-1
Add Github flavoured markdown box type
2022-07-11 11:43:31 +01:00
Denis Kataev e5cb569e06
Render code as code in progress docs 2022-07-07 19:37:49 +04:00
Saul Shanabrook 833c912b41
Add support for tuples as positional arguments in rich repr
Currently, it isn't possible to use tuples as positional arguments from `__rich_repr__`, because they are special cased to support adding a key and a default value.

This adds support for them, by allowing `None` as a key.
2022-07-05 09:44:49 -04:00
Sebastián Ramírez 743f65aecc
✏ Fix micro typo "in to" to "into" 2022-07-04 11:28:33 +02:00
Anthony Shaw 2e0af2d572
Update RST 2022-06-28 09:00:44 +10:00
Tomer Shalev 8443505e21
Merge branch 'master' into iso8601-highlighter 2022-06-14 15:03:00 +03:00
Tomer Shalev 2707a73435 Add Iso8601Highlighter
Add ability to highlight date and time strings according to ISO8601 [1]

[1] https://en.wikipedia.org/wiki/ISO_8601
2022-06-14 15:02:35 +03:00
Antony Milne 29294b82d6 Add to docs 2022-06-09 23:13:31 +01:00
Darren Burns df775dabb5 Turn "basic usage" progress example into a runnable example 2022-06-07 10:00:45 +01:00