Commit graph

363 commits

Author SHA1 Message Date
Will McGugan
73282dd2e4
Merge branch 'master' into richhandler-suppress 2022-02-15 11:51:56 +00:00
Sourajyoti Basak
e00a07966e
docs(style): fix typo 2022-02-12 07:30:07 +00:00
Will McGugan
4302eb3fb9
Merge branch 'master' into richhandler-suppress 2022-02-11 11:16:10 +00:00
Paul McGuire
2334af8df5
Merge branch 'master' into ptmcg/add_DownloadCountsColumn_progress_column_type 2022-02-10 09:59:26 -06:00
ptmcg
93ad00dffb Add MofNCompleteColumn ProgressColumn and Progress.get_default_column notes to docs 2022-02-10 09:33:30 -06:00
losuler
c787271970
Fix keyword argument names 2022-02-10 00:09:25 +11:00
Yuval Ben Arie
1e6fb1876b Table no_wrap documentation fix 2022-01-29 15:50:09 +02:00
Darren Burns
57acc6f4bc Add note about MANPAGER environment variable to docs 2022-01-27 16:21:14 +00:00
Leron Gray
c87b1a0759 update docs for RichHandler suppress 2022-01-25 16:58:56 -08:00
Leron Gray
8f6b52f2df add suppress to RichHandler 2022-01-21 14:25:49 -08:00
Will McGugan
408b3bc688 whitespace 2022-01-08 10:48:06 +00:00
Will McGugan
f5829f7f9f
Merge pull request #1730 from nathanrpage97/feat/docs-add-default-theme-appendix
Docs add default theme appendix
2022-01-06 12:02:36 +00:00
Nathan Page
854638f54e clean up diffs 2022-01-03 11:30:48 -05:00
Nathan Page
ef943a95a2 remove default_styles table from appendix 2022-01-03 11:25:57 -05:00
Aaron Stephens
c3469772a4 docs: fix typos and whitespace 2022-01-03 01:04:35 -08:00
Will McGugan
1d5152ef52 fix code block 2022-01-02 15:50:38 +00:00
Joe Halliwell
23daac5d01 Add documentation 2021-12-31 12:12:56 +00:00
Nathan Page
b47150933e include default styles appendix table 2021-11-29 17:17:58 -08:00
Will McGugan
a6d1d78487
Merge pull request #1706 from 0xDEC0DE/issue/1670
Add a Text.from_ansi helper method
2021-11-28 16:04:03 +00:00
Will McGugan
d6e6a7627e
Merge pull request #1698 from johnthagen/patch-1
Improve formatting of live command
2021-11-28 16:02:41 +00:00
Will McGugan
666d0cf2b2
Merge pull request #1504 from boegel/dynamic_progress_example
add example with dynamic group of progress bars
2021-11-20 10:51:53 +00:00
Nicolas Simonds
62ead7eded Add a Text.from_ansi helper method
Add a simple little helper to run `AnsiDecoder.decode_line` over
"pre-cooked" inputs.

Fixes issue: #1670
2021-11-17 13:25:39 -08:00
johnthagen
caf52348c7
Improve formatting of live command 2021-11-16 11:09:47 -05:00
Raphael Borun Das Gupta
e1c4628ffe capizalize "PyPI" correctly 2021-11-13 12:19:11 +01:00
Raphael Borun Das Gupta
200cca8d73 add LF at EOF 2021-11-13 12:18:02 +01:00
Will McGugan
a597c0ba2b
Merge pull request #1634 from schneiderfelipe/master
Mention the usage of Python's builtin readline module in the documentation
2021-11-07 10:24:01 +00:00
Felipe S. S. Schneider
313ee3fa9b Cross-link the console API from prompts 2021-10-31 13:01:15 -03:00
Felipe S. S. Schneider
eac0767676 Mention Python's buitin readline module in the docs 2021-10-31 13:00:40 -03:00
Felipe S. S. Schneider
8f9131c586 Distinguish input() method from function 2021-10-31 12:38:38 -03:00
Felipe S. S. Schneider
3844ae817b Link to Python's builtin input() 2021-10-31 12:36:52 -03:00
Felipe S. S. Schneider
3949754c43 Add the sphinx.ext.intersphinx plugin 2021-10-31 12:35:58 -03:00
johnthagen
d429b02991
Remove extra space in Theme example 2021-10-28 09:17:57 -04:00
Kenneth Hoste
c875b9c834
add example with dynamic group of progress bars 2021-10-16 13:51:04 +02:00
Will McGugan
1700699b7b
Merge pull request #1546 from 0xflotus/patch-1
fix: small error in docs
2021-10-15 10:03:15 +01:00
Troy Williams
510cec7116 Added section Automatic Traceback Handler to traceback.rst. It describes a method to automatically install the rich.traceback without having to include the code in your modules. 2021-10-09 09:37:08 -04:00
Will McGugan
cf606f0a3c changelog, doc fix 2021-10-06 14:07:20 +01:00
0xflotus
ca8a509d08
fix: small error in docs 2021-10-05 23:56:54 +02:00
Will McGugan
550d391171 docs 2021-09-24 10:02:56 +01:00
Will McGugan
e96d889beb tests 2021-09-24 09:41:23 +01:00
Will McGugan
43d4c4e50c docs 2021-08-28 16:23:18 +01:00
Will McGugan
6910b7e12b added command line tool 2021-08-28 16:17:58 +01:00
Will McGugan
c0941251e0 docs 2021-08-28 15:12:37 +01:00
Will McGugan
6e76b2216f added print_json 2021-08-28 15:04:06 +01:00
kyle pollina
681cf91428 fix parameter
remove extra line in documentation

Update changelog
2021-08-26 16:50:19 -05:00
kyle pollina
fd385853ac Update documentation 2021-08-23 12:10:37 -05:00
Andreas Kanz
6420424b47
fix a typo 2021-08-19 19:04:44 +02:00
Carlton Gibson
5287f8f431
Corrected example description in Progress docs. 2021-08-09 20:35:57 +02:00
Carlton Gibson
32f24fc11f
Corrected typo in Padding docs. 2021-08-09 20:23:56 +02:00
Carlton Gibson
9e8f1b51c4 Whitespace fixes for Pretty Printing docs.
Stripped trailing whitespace and added final newline.
2021-08-09 07:57:46 +02:00
Carlton Gibson
f7bbf59a79 Corrected typo in Pretty Printing docs. 2021-08-09 07:57:03 +02:00