mirror of
https://github.com/python/cpython.git
synced 2025-10-02 05:12:23 +00:00
[3.11] gh-103960: Dark mode: invert image brightness (GH-103983) (#104358)
Co-authored-by: Hugo van Kemenade <hugovk@users.noreply.github.com>
This commit is contained in:
parent
b2171a2fd4
commit
03abac239c
3 changed files with 3 additions and 0 deletions
|
@ -415,6 +415,7 @@ The flow of log event information in loggers and handlers is illustrated in the
|
||||||
following diagram.
|
following diagram.
|
||||||
|
|
||||||
.. image:: logging_flow.png
|
.. image:: logging_flow.png
|
||||||
|
:class: invert-in-dark-mode
|
||||||
|
|
||||||
Loggers
|
Loggers
|
||||||
^^^^^^^
|
^^^^^^^
|
||||||
|
|
|
@ -436,6 +436,7 @@ Constructor functions also accept the following tree hashing parameters:
|
||||||
|
|
||||||
.. figure:: hashlib-blake2-tree.png
|
.. figure:: hashlib-blake2-tree.png
|
||||||
:alt: Explanation of tree mode parameters.
|
:alt: Explanation of tree mode parameters.
|
||||||
|
:class: invert-in-dark-mode
|
||||||
|
|
||||||
See section 2.10 in `BLAKE2 specification
|
See section 2.10 in `BLAKE2 specification
|
||||||
<https://www.blake2.net/blake2_20130129.pdf>`_ for comprehensive review of tree
|
<https://www.blake2.net/blake2_20130129.pdf>`_ for comprehensive review of tree
|
||||||
|
|
|
@ -21,6 +21,7 @@ inherit from pure paths but also provide I/O operations.
|
||||||
|
|
||||||
.. image:: pathlib-inheritance.png
|
.. image:: pathlib-inheritance.png
|
||||||
:align: center
|
:align: center
|
||||||
|
:class: invert-in-dark-mode
|
||||||
|
|
||||||
If you've never used this module before or just aren't sure which class is
|
If you've never used this module before or just aren't sure which class is
|
||||||
right for your task, :class:`Path` is most likely what you need. It instantiates
|
right for your task, :class:`Path` is most likely what you need. It instantiates
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue