Commit Graph

203 Commits

Author SHA1 Message Date
Will McGugan e45d3d98ff docs 2021-01-07 10:47:36 +00:00
Will McGugan 71266af184 docs 2021-01-06 21:59:24 +00: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 f96e62c011
Merge pull request #858 from willmcgugan/time-elapsed
added time elapsed column
2020-12-28 17:32:25 +00:00
Will McGugan aeec6b03fe added time elapsed column 2020-12-28 16:24:30 +00:00
dependabot[bot] 5a82e7a5ae
Bump sphinx from 3.4.0 to 3.4.1
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.4.0 to 3.4.1.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/3.x/CHANGES)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.4.0...v3.4.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-25 05:52:03 +00:00
dependabot[bot] fa7d7faba6
Bump sphinx from 3.3.1 to 3.4.0
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.3.1 to 3.4.0.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/3.x/CHANGES)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.3.1...v3.4.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-12-21 06:47:23 +00:00
Will McGugan 6b748283c2
Merge pull request #837 from iisaka51/master
fix typo in docs
2020-12-19 14:10:59 +00:00
Goichi Iisaka 7ae55ac2ee fix typo in docs 2020-12-19 08:13:34 +09:00
Will McGugan ccd6b3cdbb docs 2020-12-17 17:54:22 +00:00
Will McGugan 0c34ddcb67 fix black 2020-12-17 17:39:54 +00:00
Will McGugan 7747025280 console style 2020-12-17 17:05:37 +00:00
Hamel Husain ab6f9f97a3
File needs to be in read mode 2020-12-16 12:36:13 -08:00
Will McGugan c8fac003f0 rearrange docs 2020-12-13 13:05:24 +00:00
Will McGugan da6c9a283d spinner reference 2020-12-10 17:09:00 +00:00
Will McGugan df1dc1ddcb docs for spinner and status 2020-12-10 17:07:11 +00:00
Will McGugan be47b3f899 status tests 2020-12-08 12:57:06 +00:00
Will McGugan f018047c25 spinner column 2020-12-05 15:56:08 +00:00
Will McGugan bf93e45dbc rules 2020-12-03 17:17:24 +00:00
Nathan Page 1020405830 Merge branch 'master' of github.com:willmcgugan/rich into feat/add-live-table-proposal 2020-12-02 23:46:02 -08:00
Nathan Page 7a82414c62 consolidate table_movie_live and table_movie into one file and update refs 2020-12-02 23:41:52 -08:00
Will McGugan ae9a125db6 abc docs 2020-11-19 18:47:50 +00:00
Will McGugan c3b2c40c5b removed is_rich_object, so as not to have 2 ways of doing it. 2020-11-19 18:47:37 +00:00
Will McGugan ecc42312fa rich abc 2020-11-19 18:23:20 +00:00
Will McGugan 084860050b protocol and abc 2020-11-19 18:22:10 +00:00
dependabot[bot] beadd6b0e4
Bump sphinx from 3.3.0 to 3.3.1
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/3.x/CHANGES)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.3.0...v3.3.1)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-13 05:56:02 +00:00
Will McGugan 4508ed3a43
Merge pull request #431 from willmcgugan/ansi-decoder
Ansi decoder
2020-11-07 15:30:41 +00:00
Will McGugan 8294fee361 ansi and tests 2020-11-05 18:41:49 +00:00
dependabot[bot] 0704ad96b1
Bump sphinx from 3.2.1 to 3.3.0
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 3.2.1 to 3.3.0.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases)
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/3.x/CHANGES)
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v3.2.1...v3.3.0)

Signed-off-by: dependabot[bot] <support@github.com>
2020-11-03 05:59:04 +00:00
Florian Bruhin 2b21d94564
doc: Fix styles=True typo for pager
According to the code (and reference), the argument is "styles=True" rather than "style=True".
2020-11-02 15:35:15 +01:00
Nathan Page a509961e14 add reference to complex examples of live display in repo 2020-11-01 13:38:07 -05:00
Nathan Page 7514708a9d fix typo in live vertial overflow 2020-11-01 12:10:40 -05:00
Nathan Page c4e9241c17 clean up documentation and remove un-needed re-shaping 2020-11-01 10:46:08 -05:00
Nathan Page e0337f5060 simplify live demo example 2020-10-31 12:34:29 -04:00
Nathan Page 4ac0cb8990 remove old code from live docs 2020-10-25 22:40:15 -04:00
Nathan Page 98c1d58ba4 add usage documentation for the live module 2020-10-25 22:15:37 -04:00
Nathan Page 34f13668ca add reference documentation for the live module 2020-10-25 13:11:01 -04:00
Will McGugan 509decea2b docs 2020-10-16 12:19:31 +01:00
Will McGugan 447ed72fe3 bar refactor 2020-10-16 10:56:08 +01:00
Will McGugan 6d56cfad90 console out 2020-10-11 17:33:16 +01:00
Will McGugan e11800a288 docs 2020-10-11 15:38:04 +01:00
Will McGugan 327d642b84 docs 2020-10-10 17:11:33 +01:00
Will McGugan 31423ad5e9 changelog 2020-10-09 15:36:17 +01:00
Will McGugan f484e4707f docs 2020-10-08 14:35:12 +01:00
Will McGugan c30d4ed280 relax test for Py39 2020-10-07 10:59:53 +01:00
Will McGugan e545326c62 doc 2020-10-03 14:37:56 +01:00
Will McGugan 57b2dcd2ee docs and version bump 2020-10-03 13:33:25 +01:00
Will McGugan ebb4eaa26f themed tracebacks 2020-10-03 12:06:19 +01:00
Will McGugan 2c783040e8 Console.bell 2020-09-30 09:34:12 +01:00