Commit graph

3376 commits

Author SHA1 Message Date
Will McGugan
d39643d182
Merge pull request #1365 from p0lux/master
Translation of the README into French
2021-07-27 15:02:29 +01:00
p0lux
7c7cdc2381
Update codespell.yml 2021-07-27 15:56:24 +02:00
p0lux
bb55e1fc61
Update README.md 2021-07-27 15:55:06 +02:00
dependabot[bot]
4a1c919388
Bump sphinx from 4.1.1 to 4.1.2
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.1.1 to 4.1.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.1.1...v4.1.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-07-27 13:03:16 +00:00
p0lux
a6f5d8a8c1
Update CONTRIBUTORS.md 2021-07-27 14:26:49 +02:00
p0lux
0e8aae51b8
Create French README 2021-07-26 23:27:07 +02:00
Will McGugan
f3e8184936
Merge pull request #1364 from sobolevn/patch-1
Adds missing prop to `__slots__` of `Emoji`
2021-07-25 22:01:40 +01:00
Nikita Sobolev
ae5a57ea73
Update jupyter.py 2021-07-25 19:52:58 +03:00
Nikita Sobolev
7f7265ec4f
Sorry! :) 2021-07-25 19:27:25 +03:00
Nikita Sobolev
2daff6fe0f
Adds __slots__ to JupiterMixin
I am using `[]` for consistency with other `__slots__` definitions
2021-07-24 22:21:25 +03:00
Nikita Sobolev
7f2253f61d
Adds missing prop to __slots__ of Emoji
Refs https://github.com/python/mypy/pull/10864
2021-07-24 22:05:43 +03:00
Will McGugan
8ae1d4ad0a docstrings black 2021-07-19 21:50:22 +01:00
Will McGugan
383b8c51af simplify link id format 2021-07-19 21:37:06 +01:00
Will McGugan
c323d3a6ef test new meta methods 2021-07-19 21:34:41 +01:00
Will McGugan
f70eb3cac2 fix hash again 2021-07-18 17:35:34 +01:00
Will McGugan
eb37031873 fix hash 2021-07-18 17:34:21 +01:00
Will McGugan
96fcfb2222 meta helpers 2021-07-18 17:32:46 +01:00
Will McGugan
d7885078cc added meta_id 2021-07-18 12:06:46 +01:00
Will McGugan
8ecd34de26 add random id to meta 2021-07-18 11:03:23 +01:00
Will McGugan
4e5b2b602d restore 2021-07-18 10:06:10 +01:00
Will McGugan
c4c00a2d04 always generate link id 2021-07-18 09:55:40 +01:00
Will McGugan
2e64170bae
Merge pull request #1351 from willmcgugan/dependabot/pip/sphinx-4.1.1
Bump sphinx from 4.1.0 to 4.1.1
2021-07-15 21:37:55 +01:00
Will McGugan
df64b7cb8f
Merge pull request #1352 from mustafaquraish/patch-1
Fix Markdown() documentation
2021-07-15 21:37:39 +01:00
Mustafa Quraish
cd402ac248
Fix Markdown() documentation
Quick fix for #1350
2021-07-15 13:34:02 -04:00
dependabot[bot]
a2adbe3b07
Bump sphinx from 4.1.0 to 4.1.1
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.1.0 to 4.1.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.1.0...v4.1.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-07-15 13:01:42 +00:00
Will McGugan
e7a5bf56e9 version bump 2021-07-12 19:21:15 +01:00
Will McGugan
2ea7e58679
Merge pull request #1346 from willmcgugan/height-fixes
Height fixes
2021-07-12 19:20:20 +01:00
Will McGugan
836a474597 update 2021-07-12 19:12:34 +01:00
Will McGugan
78b8c4422c emoji variant 2021-07-12 19:09:08 +01:00
Will McGugan
62b00db0d2
Merge pull request #1344 from lodagro/patch-1
Fix docstring typo
2021-07-12 17:15:24 +01:00
Will McGugan
32deebaefc
Merge pull request #1345 from willmcgugan/dependabot/pip/sphinx-4.1.0
Bump sphinx from 4.0.3 to 4.1.0
2021-07-12 17:14:03 +01:00
dependabot[bot]
e84aa0af86
Bump sphinx from 4.0.3 to 4.1.0
Bumps [sphinx](https://github.com/sphinx-doc/sphinx) from 4.0.3 to 4.1.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.0.3...v4.1.0)

---
updated-dependencies:
- dependency-name: sphinx
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-07-12 13:03:23 +00:00
Wouter Overmeire
b5654c9257
Fix docstring typo 2021-07-12 10:23:24 +02:00
Will McGugan
bf72103321 Added _rich_traceback_guard 2021-07-11 17:04:50 +01:00
Will McGugan
aba4c7b623 Added max height 2021-07-11 14:25:14 +01:00
Will McGugan
1e73828ec5 options only 2021-07-11 08:58:49 +01:00
Will McGugan
356b289f3e set height 2021-07-11 08:52:54 +01:00
Will McGugan
3e838d13bd Set height 2021-07-11 08:20:10 +01:00
Will McGugan
230af6ef70
Merge pull request #1336 from paw-lu/add_column-docstring
Add missing overflow arg in add_column docstring
2021-07-11 08:11:13 +01:00
Paulo S. Costa
45f8ad182c Add missing overflow arg in add_column docstring 2021-07-09 21:27:01 -07:00
Will McGugan
8a8a4635da
Merge pull request #1335 from willmcgugan/span-sort
fix for markup span sorting
2021-07-09 22:09:16 +01:00
Will McGugan
b671b34748 whitespace 2021-07-09 22:04:01 +01:00
Will McGugan
d04a812372 fix for markup span sorting 2021-07-09 22:02:14 +01:00
Will McGugan
0c0c90a66d
Merge pull request #1333 from pd93/decimal-formatting
Decimal formatting
2021-07-09 12:58:03 +01:00
Pete Davison
5ec8cfba1f Make precision and separator keyword-only args 2021-07-09 11:37:05 +00:00
Pete Davison
9846e5552f Formatting 2021-07-09 11:25:43 +00:00
Pete Davison
74ae964858 Added optional type hinting 2021-07-09 10:33:09 +00:00
Pete Davison
9564ac5462 Updated changelog and contributors 2021-07-09 10:15:37 +00:00
Pete Davison
42cf9f8266 Black formatting 2021-07-09 10:04:49 +00:00
Pete Davison
bad2fea8a3 Add some tests for new decimal() params 2021-07-09 09:57:31 +00:00