File tree 3 files changed +3
-0
lines changed
3 files changed +3
-0
lines changed Original file line number Diff line number Diff line change @@ -415,6 +415,7 @@ The flow of log event information in loggers and handlers is illustrated in the
415
415
following diagram.
416
416
417
417
.. image :: logging_flow.png
418
+ :class: invert-in-dark-mode
418
419
419
420
Loggers
420
421
^^^^^^^
Original file line number Diff line number Diff line change @@ -436,6 +436,7 @@ Constructor functions also accept the following tree hashing parameters:
436
436
437
437
.. figure :: hashlib-blake2-tree.png
438
438
:alt: Explanation of tree mode parameters.
439
+ :class: invert-in-dark-mode
439
440
440
441
See section 2.10 in `BLAKE2 specification
441
442
<https://www.blake2.net/blake2_20130129.pdf> `_ for comprehensive review of tree
Original file line number Diff line number Diff line change @@ -21,6 +21,7 @@ inherit from pure paths but also provide I/O operations.
21
21
22
22
.. image :: pathlib-inheritance.png
23
23
:align: center
24
+ :class: invert-in-dark-mode
24
25
25
26
If you've never used this module before or just aren't sure which class is
26
27
right for your task, :class: `Path ` is most likely what you need. It instantiates
You can’t perform that action at this time.
0 commit comments