Commit graph

53 commits

Author SHA1 Message Date
Will McGugan
353c03045b
Merge pull request #3742 from TomJGooding/docs-progress-remove-reverted-IterationSpeedColumn
docs(progress): remove reverted IterationSpeedColumn
2025-06-24 11:21:20 +01:00
Will McGugan
5c86dfca3c docs 2025-06-18 15:18:50 +01:00
TomJGooding
669b5006b3 docs(progress): remove reverted IterationSpeedColumn
Remove `IterationSpeedColumn` from the progress documentation, as this
addition was reverted not long after being merged
(see https://github.com/Textualize/rich/pull/3332#issuecomment-2383977334).

Closes #3739.
2025-05-21 10:30:46 +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
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
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
Kyan
c76366873e
add a missing quote to progress.rst 2022-11-18 20:55:58 +08:00
Denis Kataev
e5cb569e06
Render code as code in progress docs 2022-07-07 19:37:49 +04:00
Darren Burns
df775dabb5 Turn "basic usage" progress example into a runnable example 2022-06-07 10:00:45 +01:00
Will McGugan
b5f0b743a7 update progress docs 2022-04-21 09:39:46 +01:00
Will McGugan
b6a83c2dce docs update 2022-04-21 09:24:15 +01:00
Olivier Philippon
052b157858 [progress] The total we pass to a Progress renderable can now be None 2022-04-13 11:02:28 +01:00
Will McGugan
8745ee5a11 progress docs 2022-04-01 14:49:02 +01:00
Will McGugan
56227ab383 docs for new progress feature 2022-04-01 14:17:21 +01:00
Martin Larralde
54d660def1 Update example for wrap_file in rich.progress API documentation 2022-03-30 13:26:37 +02:00
Martin Larralde
1320046537 Split Progress.read into Progress.open and Progress.wrap_file methods 2022-03-13 18:36:47 +01:00
Martin Larralde
f3f1bca230 Reformat rich.progress and document Progress.read in progress.rst 2022-03-13 12:54:40 +01:00
ptmcg
93ad00dffb Add MofNCompleteColumn ProgressColumn and Progress.get_default_column notes to docs 2022-02-10 09:33:30 -06:00
Aaron Stephens
c3469772a4 docs: fix typos and whitespace 2022-01-03 01:04:35 -08:00
Kenneth Hoste
c875b9c834
add example with dynamic group of progress bars 2021-10-16 13:51:04 +02:00
Carlton Gibson
5287f8f431
Corrected example description in Progress docs. 2021-08-09 20:35:57 +02:00
Christian Clauss
9c12a45374 Fix typos discovered by codespell 2021-06-12 15:17:57 +02:00
Will McGugan
a28cf3a97e doc fix 2021-03-29 10:37:25 +01:00
Will McGugan
e4d5eda74b
Update progress.rst 2021-03-29 10:05:05 +01:00
Will McGugan
2558c6fab1
Update progress.rst 2021-03-29 09:56:33 +01:00
Will McGugan
1b1f2d0631 new layout class 2021-02-12 21:59:35 +00:00
Will McGugan
122b8131bb live refactor 2021-02-06 11:49:54 +00:00
Vault108
4c1a1b306f
Fixed simple example
Simple example will not work unless import time is added
2021-01-08 15:13:18 -05:00
Will McGugan
2b1b302498 fix display of locals in Traceback with stdin 2020-12-30 12:52:28 +00:00
Igor Mosyagin
eac49510d6 Add description field and f-string to progress logs example 2020-12-29 17:44:03 +01:00
Will McGugan
df1dc1ddcb docs for spinner and status 2020-12-10 17:07:11 +00:00
Will McGugan
66404e44e6 progress with jupyter 2020-07-09 16:48:10 +01:00
Will McGugan
11c0022439 table improvements 2020-06-30 21:40:11 +01:00
Will McGugan
66363d6709 Merge branch 'master' of github.com:willmcgugan/rich 2020-06-16 16:36:44 +01:00
Will McGugan
1b0e40b5dc doc update 2020-06-16 15:02:18 +01:00
calve
5dab0cabdb
Fix typo 2020-06-16 09:13:09 +02:00
Will McGugan
31d939b392 stdout 2020-06-13 15:05:47 +01:00
Will McGugan
67ae3dac2f redirect stdout, progress tests and docs 2020-06-13 14:48:53 +01:00
Will McGugan
bdf2ca9c38 docs 2020-06-12 10:58:51 +01:00
Will McGugan
7147c60886 fix docs 2020-06-12 10:26:11 +01:00
Will McGugan
c6c197da56 added transient switch to progress and live render 2020-06-11 15:10:32 +01:00
Jakub Wilk
bbac62114a fix typos 2020-06-03 10:39:56 +02:00
Will McGugan
dcbd70bbbb docs 2020-05-24 17:26:34 +01:00
Will McGugan
41c0319ece docs 2020-05-17 12:42:16 +01:00
Will McGugan
5538397047 added justify to print 2020-05-17 12:39:51 +01:00