Commit graph

3376 commits

Author SHA1 Message Date
Will McGugan
ca7d0e695c fix mypy 2021-12-31 10:48:12 +00:00
Will McGugan
18cccde154
Merge pull request #1768 from willmcgugan/dependabot/pip/sphinx-4.3.2
Bump sphinx from 4.3.1 to 4.3.2
2021-12-31 10:28:10 +00:00
Will McGugan
0022336c5c
Merge pull request #1783 from willmcgugan/dependabot/pip/types-dataclasses-0.6.2
Bump types-dataclasses from 0.6.1 to 0.6.2
2021-12-31 10:25:26 +00:00
AaronBeaudoin
e202448264
Fix flipped traceback border styles 2021-12-29 12:51:13 -06:00
dependabot[bot]
c395254ed3
Bump types-dataclasses from 0.6.1 to 0.6.2
Bumps [types-dataclasses](https://github.com/python/typeshed) from 0.6.1 to 0.6.2.
- [Release notes](https://github.com/python/typeshed/releases)
- [Commits](https://github.com/python/typeshed/commits)

---
updated-dependencies:
- dependency-name: types-dataclasses
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-28 13:03:55 +00:00
Max Görner
f1bdd3040d Use "sh" code block language specification
In order to indicate that a block contains shell code one should use
e.g. "sh". Under
https://github.com/github/linguist/blob/master/lib/linguist/languages.yml#L5602
the exhaustive list can be found.

The one file that already used "shell" was corrected. The indicator
"shell" is used for interactive session snippets. See
https://stackoverflow.com/a/49004070/8831116 for a reference.
2021-12-27 08:32:34 +01:00
Max Görner
5422537585 Use python -m pip as install snippet
It is advised to not use `pip` plain, it should always be
`python -m pip`. One important benefit is that this way one always
installs packages to the currently active virtual environment.

The topic is covered in depth at
https://snarky.ca/why-you-should-use-python-m-pip/.
2021-12-27 08:30:31 +01:00
Max Görner
288e8e2d83 Fix import command in German README 2021-12-27 08:25:26 +01: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
Will McGugan
b72e002a00
Merge pull request #1760 from willmcgugan/dependabot/pip/mypy-0.920
Bump mypy from 0.910 to 0.920
2021-12-16 16:38:09 +00:00
dependabot[bot]
53b88a6d63
Bump mypy from 0.910 to 0.920
Bumps [mypy](https://github.com/python/mypy) from 0.910 to 0.920.
- [Release notes](https://github.com/python/mypy/releases)
- [Commits](https://github.com/python/mypy/compare/v0.910...v0.920)

---
updated-dependencies:
- dependency-name: mypy
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-12-16 13:04:09 +00:00
Will McGugan
f285601d57
Merge pull request #1728 from willmcgugan/dependabot/pip/sphinx-4.3.1
Bump sphinx from 4.3.0 to 4.3.1
2021-12-15 21:08:41 +00:00
Will McGugan
df2ec293e6 changes 2021-12-15 10:24:43 +00:00
Will McGugan
1442dd7759
Merge pull request #1756 from willmcgugan/overlap-markup
fix for overlapping markup
2021-12-15 09:31:40 +00:00
Will McGugan
a4c9fdb12c version bump 2021-12-15 09:26:05 +00:00
Will McGugan
c3e0f7de57 optimization 2021-12-14 21:56:30 +00:00
Will McGugan
c2c506f03c optimization 2021-12-14 21:51:48 +00:00
Will McGugan
a1dd33912f formatting 2021-12-14 21:48:37 +00:00
Will McGugan
6957cebe72 optimize tweak 2021-12-14 21:43:40 +00:00
Will McGugan
5c28249100 alpha build 2021-12-14 21:32:27 +00:00
Will McGugan
6035a800ea more efficient divide 2021-12-14 21:29:59 +00:00
Will McGugan
df61680a10 simplify 2021-12-14 18:02:35 +00:00
Will McGugan
7e64cc0b88 typo 2021-12-14 18:00:41 +00:00
Will McGugan
260508bfa0 fix for overlapping markip 2021-12-14 17:57:11 +00:00
Patrick Arminio
6c2510ed11
Use only one argument for passing a lexer 2021-12-12 12:31:40 +00:00
Will McGugan
c57e1f508a text tweak 2021-12-12 11:09:48 +00:00
Will McGugan
a61164da5c version bump 2021-12-12 11:08:30 +00:00
Will McGugan
c82f6c7f74
Merge pull request #1752 from willmcgugan/jupyter-progress
Jupyter progress
2021-12-12 10:49:38 +00:00
Will McGugan
99387cf28f remove extra chars 2021-12-12 10:27:19 +00:00
Patrick Arminio
6e930a30c3
Add myself to contributors 2021-12-11 22:15:47 +00:00
Patrick Arminio
17ba9574a4
Remove unused import 2021-12-11 22:05:38 +00:00
Patrick Arminio
2d5675b71a
Split lexer check 2021-12-11 22:03:17 +00:00
Patrick Arminio
5ab8b9fa1d
Simplify check for lexer 2021-12-11 22:03:06 +00:00
Will McGugan
bb674b5baa diff links 2021-12-11 18:25:30 +00:00
Will McGugan
f7f0a4f96a version bump 2021-12-11 18:24:40 +00:00
Will McGugan
a38c21a993 formatting 2021-12-11 16:45:50 +00:00
Will McGugan
1c543b746d tests for markup property 2021-12-11 16:41:19 +00:00
Will McGugan
67f1c7ab29 simplify sort 2021-12-11 16:29:21 +00:00
Will McGugan
a8e188ffc9 added markup property 2021-12-11 16:15:24 +00:00
Will McGugan
215597a3fc fix for double progress 2021-12-11 15:28:56 +00:00
Will McGugan
bed81cfa59
Merge pull request #1750 from sanders41/download-example
Update example url
2021-12-11 12:24:35 +00:00
Paul Sanders
e125fc909e Update example url 2021-12-10 19:20:46 -05:00
Patrick Arminio
0a27887ff1
Fix typing 2021-12-09 19:17:09 +00:00
Patrick Arminio
7d03118a9e
Add lexer parameter to Syntax 2021-12-09 19:15:25 +00:00
Will McGugan
3827b4ae01
Merge pull request #1736 from willmcgugan/v10.15.2
fix for deadlock
2021-12-02 13:52:37 +00:00
Will McGugan
40dbc0a616 fix for deadlock 2021-12-02 13:46:10 +00:00
Will McGugan
eff8da6193
Diff for 10.15.1 2021-11-30 13:34:34 +00:00
Will McGugan
ad08aee48f
Merge pull request #1727 from glensc/patch-1
Fix missing reflinks from changelog
2021-11-30 13:06:07 +00:00
Nathan Page
b47150933e include default styles appendix table 2021-11-29 17:17:58 -08:00
Nathan Page
7015e5260b add rendering of the default styles 2021-11-29 17:17:41 -08:00