Skip to content

Commit 660bf45

Browse files
docs/header.rst: added macros to use for show/hide history info.
Usage: |history_begin| v1.2.3: implemented foo. v.2.3.4: fixed bar |history_end| By default appears as: > Show/hide history When shown: > Show/hide history v1.2.3: implemented foo. v.2.3.4: fixed bar Clicking toggles display of content.
1 parent ca9014f commit 660bf45

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/header.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
:description: PyMuPDF is a high-performance Python library for data extraction, analysis, conversion & manipulation of PDF (and other) documents.
44
:keywords: PDF Text Extraction, PDF Image Extraction, PDF Conversion, PDF Tables, PDF Splitting, PDF Creation, Pyodide, PyScript
55

6+
7+
.. |history_begin| raw:: html
8+
9+
<details>
10+
<summary><small style="cursor:pointer;">Show/hide history</small></summary><small>
11+
12+
.. |history_end| raw:: html
13+
14+
</small></details>
15+
16+
17+
618
.. raw:: html
719

820
<link rel="stylesheet" type="text/css" href="_static/prism/prism.css">

0 commit comments

Comments
 (0)