Darren Burns
6e7074b4cb
Merge branch 'master' of github.com:Textualize/rich into capture-echo
2022-06-22 11:49:26 +01:00
Darren Burns
29eae49217
Add docs on Console.capture(echo=True)
2022-06-21 10:16:23 +01:00
Will McGugan
fc4af2752a
Merge pull request #2332 from AntonyMilneQB/master
...
Allow Jupyter to vary width/height using COLUMNS/LINES
2022-06-20 11:50:02 +01:00
dependabot[bot]
b4a441d3e3
Bump sphinx from 4.5.0 to 5.0.2
...
Bumps [sphinx](https://github.com/sphinx-doc/sphinx ) from 4.5.0 to 5.0.2.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases )
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/5.x/CHANGES )
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.5.0...v5.0.2 )
---
updated-dependencies:
- dependency-name: sphinx
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-06-17 10:08:28 +00: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
Will McGugan
95db6abced
made dim less dim
2022-05-03 10:32:13 +01:00
Will McGugan
5c268f363d
simplify svg
2022-05-03 10:15:16 +01:00
Will McGugan
ced921b94e
docs
2022-05-02 18:06:50 +01:00
Will McGugan
11f3122939
docs
2022-05-02 18:03:05 +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
Olivier Philippon
303e9b5563
Bump minimum Python version to 3.6.3
(from 3.6.1
)
...
The `OrderedDict[CacheKey, CacheValue]` code we use in the LRUCache class doesn't work with Python versions `3.6.1` and `3.6.2`, unfortunately
2022-04-04 16:24:29 +01:00
Will McGugan
489fafc63e
Merge pull request #2141 from Textualize/progress-docs
...
Progress docs
2022-04-03 14:48:15 +01:00
Will McGugan
6b9adfa9c2
docs
2022-04-02 14:22:22 +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
Darren Burns
7a870e4a4b
Merge branch 'master' into progress-reader
2022-03-30 13:42:58 +01:00
Martin Larralde
54d660def1
Update example for wrap_file
in rich.progress
API documentation
2022-03-30 13:26:37 +02:00
Darren Burns
9f43cccfce
Exporting console content to SVG ( #2101 )
...
* Add skeleton export_svg and save_svg methods to Console
* Exporting SVG
* SVG export - Writing HTML foreign object into naively calculated SVG rect background
* Exporting as foreign object SVG
* Working with drop-shadow
* Update terminal output style to include tab and background/border
* Add more terminal themes, support dim, reverse in SVG output
* Fix some HTML export tests
* Allow for templating of SVG output
* Fix mypy issue involving shadowed variable in SVG export
* Remove unused code from main block in console.py
* Remove unused record=True in __main__.py Console init
* Small tidy ups in console.py SVG export
* Add test for exporting to SVG
* Add tests for export SVG and save SVG
* Update docs with info on SVG exports
* Add support for blink and blink2 to SVG export, use Fira Code webfont fallback
* Update tests for SVG exporting
* Add more information to docs about SVG exporting
* Update SVG exporting tests
* Explain how to use different terminal theme in SVG export docs
* Remove some development testing code
* Remove some more testing code
* Improve docs, fix typo
* Fixing a typo
* Add note to changelog about SVG export functionality
* Use CSS styling instead of inline styles on SVG export
* Fix issues noted in code review, fix reverse style
* Update SVG used in Rich docs
2022-03-29 17:34:14 +01:00
dependabot[bot]
7825454915
Bump sphinx from 4.4.0 to 4.5.0
...
Bumps [sphinx](https://github.com/sphinx-doc/sphinx ) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases )
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES )
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.4.0...v4.5.0 )
---
updated-dependencies:
- dependency-name: sphinx
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-03-28 13:36:28 +00: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
Will McGugan
c1b43f0f18
better typehints in docs
2022-03-11 16:08:49 +00:00
Will McGugan
75f4637cdd
Merge branch 'master' into richhandler-suppress
2022-02-27 10:57:53 +00:00
Will McGugan
21432b4c6a
docs
2022-02-22 10:37:16 +00:00
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
Will McGugan
3be88c0896
Merge pull request #1929 from Textualize/dependabot/pip/sphinx-copybutton-0.5.0
...
Bump sphinx-copybutton from 0.4.0 to 0.5.0
2022-02-10 11:51:07 +00:00
losuler
c787271970
Fix keyword argument names
2022-02-10 00:09:25 +11:00
dependabot[bot]
232fade573
Bump sphinx-copybutton from 0.4.0 to 0.5.0
...
Bumps [sphinx-copybutton](https://github.com/executablebooks/sphinx-copybutton ) from 0.4.0 to 0.5.0.
- [Release notes](https://github.com/executablebooks/sphinx-copybutton/releases )
- [Changelog](https://github.com/executablebooks/sphinx-copybutton/blob/master/CHANGELOG.md )
- [Commits](https://github.com/executablebooks/sphinx-copybutton/compare/v0.4.0...v0.5.0 )
---
updated-dependencies:
- dependency-name: sphinx-copybutton
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-02-07 13:31:20 +00: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
dependabot[bot]
12ecab7400
Bump sphinx from 4.3.2 to 4.4.0
...
Bumps [sphinx](https://github.com/sphinx-doc/sphinx ) from 4.3.2 to 4.4.0.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases )
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES )
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.3.2...v4.4.0 )
---
updated-dependencies:
- dependency-name: sphinx
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-01-17 13:30:43 +00: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
dependabot[bot]
58018cd4fe
Bump sphinx from 4.3.1 to 4.3.2
...
Bumps [sphinx](https://github.com/sphinx-doc/sphinx ) from 4.3.1 to 4.3.2.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases )
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES )
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.3.1...v4.3.2 )
---
updated-dependencies:
- dependency-name: sphinx
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-12-20 13:03:08 +00:00
Nathan Page
b47150933e
include default styles appendix table
2021-11-29 17:17:58 -08:00
dependabot[bot]
0f07f0a615
Bump sphinx from 4.3.0 to 4.3.1
...
Bumps [sphinx](https://github.com/sphinx-doc/sphinx ) from 4.3.0 to 4.3.1.
- [Release notes](https://github.com/sphinx-doc/sphinx/releases )
- [Changelog](https://github.com/sphinx-doc/sphinx/blob/4.x/CHANGES )
- [Commits](https://github.com/sphinx-doc/sphinx/compare/v4.3.0...v4.3.1 )
---
updated-dependencies:
- dependency-name: sphinx
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2021-11-29 13:02:51 +00:00