Commit Graph

297 Commits

Author SHA1 Message Date
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
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
Carlton Gibson 99e5d0b2a0
Correct typo in Console Markup docs. 2021-08-08 21:54:57 +02:00
Will McGugan c7b733321d doc 2021-08-05 21:39:03 +01:00
Will McGugan dd53faa04b Add typing 2021-08-05 21:36:09 +01:00
Will McGugan a46f8352df Merge branch 'master' into 10.7.0 2021-08-05 21:08:06 +01:00
Will McGugan 338d6468be version bump 2021-08-05 17:01:07 +01:00
Will McGugan c41b654d75 traceback doc update 2021-08-03 17:27:42 +01:00
Will McGugan 774c7c224d
Merge pull request #1381 from simonw/patch-2
Improved example code for trackback
2021-08-03 17:03:23 +01:00
Simon Willison 121d72721f
Improved example code for trackback
- Show how to create a `console` object
- Demonstrate the `show_locals=True` parameter

Refs #1380
2021-08-03 08:51:39 -07:00
Will McGugan 45191783b4 meta params 2021-08-03 13:25:18 +01:00
Chris Laws 38b2f0adb3 Fix trivial typo and grammar in live docs 2021-08-02 22:23:52 +09:30
Will McGugan ff43bae4eb .on methods and name changes 2021-07-28 09:10:23 +01:00
Will McGugan 78b8c4422c emoji variant 2021-07-12 19:09:08 +01:00
Will McGugan eecded871f doc fix 2021-06-18 20:49:41 +01:00
Will McGugan 3281af6f3b auto repr 2021-06-18 20:24:05 +01:00
Christian Clauss 9c12a45374 Fix typos discovered by codespell 2021-06-12 15:17:57 +02:00
bobatsar 5709c5d1bb
Update group.rst
Fix typo
2021-06-11 10:13:09 +02:00