mirror of
https://github.com/python/cpython.git
synced 2025-12-15 21:44:50 +00:00
gh-103960: Dark mode: invert image brightness (#103983)
This commit is contained in:
parent
b8f7ab5783
commit
13ac1766bc
3 changed files with 3 additions and 0 deletions
|
|
@ -418,6 +418,7 @@ The flow of log event information in loggers and handlers is illustrated in the
|
|||
following diagram.
|
||||
|
||||
.. image:: logging_flow.png
|
||||
:class: invert-in-dark-mode
|
||||
|
||||
Loggers
|
||||
^^^^^^^
|
||||
|
|
|
|||
|
|
@ -430,6 +430,7 @@ Constructor functions also accept the following tree hashing parameters:
|
|||
|
||||
.. figure:: hashlib-blake2-tree.png
|
||||
:alt: Explanation of tree mode parameters.
|
||||
:class: invert-in-dark-mode
|
||||
|
||||
See section 2.10 in `BLAKE2 specification
|
||||
<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
|
||||
:align: center
|
||||
:class: invert-in-dark-mode
|
||||
|
||||
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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue