File: drop-save-pike.patch

package info (click to toggle)
pikepdf 10.0.0%2Bdfsg-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 8,868 kB
  • sloc: python: 12,039; cpp: 4,440; makefile: 260; sh: 82
file content (22 lines) | stat: -rw-r--r-- 518 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Forwarded: not-needed
Description: Drop non-DFSG-compatible image from docs
Author: Sean Whitton <spwhitton@spwhitton.name>
Last-Update: 2025-08-13

--- a/docs/tutorial.md
+++ b/docs/tutorial.md
@@ -254,14 +254,6 @@
 
 ## Saving changes
 
-:::{figure} /images/save-pike.jpg
-:align: right
-:alt: Sign that reads "Help the pike survive"
-:figwidth: 40%
-
-Saving pike.
-:::
-
 Naturally, you can save your changes with {meth}`pikepdf.Pdf.save`.
 `filename` can be a {class}`pathlib.Path`, which we accept everywhere.