From 9159916a9ef8614674abb97a17276bd73d9510b4 Mon Sep 17 00:00:00 2001 From: Jamie Lemon Date: Fri, 21 Oct 2022 12:49:38 +0100 Subject: [PATCH] Updates some links in tutorial.rst which could be cited from the External Links section --- docs/tutorial.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/tutorial.rst b/docs/tutorial.rst index 49caba5ba..6c7907dc5 100644 --- a/docs/tutorial.rst +++ b/docs/tutorial.rst @@ -340,7 +340,7 @@ Embedding Data PDFs can be used as containers for abitrary data (executables, other PDFs, text or binary files, etc.) much like ZIP archives. -PyMuPDF fully supports this feature via :ref:`Document` *embfile_** methods and attributes. For some detail read :ref:`Appendix 3`, consult the Wiki on `dealing with embedding files`_, or the example scripts `embedded-copy.py `_, `embedded-export.py `_, `embedded-import.py `_, and `embedded-list.py `_. +PyMuPDF fully supports this feature via :ref:`Document` *embfile_** methods and attributes. For some detail read :ref:`Appendix 3`, consult the Wiki on `dealing with embedding files`_, or the example scripts `embedded-copy.py`_, `embedded-export.py`_, `embedded-import.py`_, and `embedded-list.py`_. Saving