Skip to content

Commit

Permalink
deploy: 957c28e
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucas-C committed Jun 19, 2023
1 parent 4bff35c commit 65249e1
Show file tree
Hide file tree
Showing 31 changed files with 816 additions and 770 deletions.
32 changes: 25 additions & 7 deletions Links.html

Large diffs are not rendered by default.

26 changes: 13 additions & 13 deletions fpdf/actions.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h1 class="title">Module <code>fpdf.actions</code></h1>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/PyFPDF/fpdf2/blob/4357991e14e5e15c2b04cc5eeaba36f6e1649f79/fpdf/actions.py#L1-L105" class="git-link">Browse git</a>
<a href="https://github.com/PyFPDF/fpdf2/blob/957c28e217d67a7c33a5a576119ae50fe38e8e63/fpdf/actions.py#L1-L105" class="git-link">Browse git</a>
</summary>
<pre><code class="python">from abc import ABC
import warnings
Expand Down Expand Up @@ -155,7 +155,7 @@ <h2 id="args">Args</h2>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/PyFPDF/fpdf2/blob/4357991e14e5e15c2b04cc5eeaba36f6e1649f79/fpdf/actions.py#L7-L24" class="git-link">Browse git</a>
<a href="https://github.com/PyFPDF/fpdf2/blob/957c28e217d67a7c33a5a576119ae50fe38e8e63/fpdf/actions.py#L7-L24" class="git-link">Browse git</a>
</summary>
<pre><code class="python">class Action(ABC):
def __init__(self, next_action=None):
Expand Down Expand Up @@ -198,7 +198,7 @@ <h3>Methods</h3>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/PyFPDF/fpdf2/blob/4357991e14e5e15c2b04cc5eeaba36f6e1649f79/fpdf/actions.py#L15-L16" class="git-link">Browse git</a>
<a href="https://github.com/PyFPDF/fpdf2/blob/957c28e217d67a7c33a5a576119ae50fe38e8e63/fpdf/actions.py#L15-L16" class="git-link">Browse git</a>
</summary>
<pre><code class="python">def serialize(self, _security_handler=None, _obj_id=None):
raise NotImplementedError</code></pre>
Expand All @@ -217,7 +217,7 @@ <h2 id="args">Args</h2>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/PyFPDF/fpdf2/blob/4357991e14e5e15c2b04cc5eeaba36f6e1649f79/fpdf/actions.py#L55-L67" class="git-link">Browse git</a>
<a href="https://github.com/PyFPDF/fpdf2/blob/957c28e217d67a7c33a5a576119ae50fe38e8e63/fpdf/actions.py#L55-L67" class="git-link">Browse git</a>
</summary>
<pre><code class="python">class GoToAction(Action):
&#34;As of 2022, this does not seem honored by neither Adobe Acrobat nor Sumatra readers.&#34;
Expand Down Expand Up @@ -248,7 +248,7 @@ <h3>Methods</h3>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/PyFPDF/fpdf2/blob/4357991e14e5e15c2b04cc5eeaba36f6e1649f79/fpdf/actions.py#L62-L67" class="git-link">Browse git</a>
<a href="https://github.com/PyFPDF/fpdf2/blob/957c28e217d67a7c33a5a576119ae50fe38e8e63/fpdf/actions.py#L62-L67" class="git-link">Browse git</a>
</summary>
<pre><code class="python">def serialize(self, _security_handler=None, _obj_id=None):
return super()._serialize(
Expand All @@ -272,7 +272,7 @@ <h2 id="args">Args</h2>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/PyFPDF/fpdf2/blob/4357991e14e5e15c2b04cc5eeaba36f6e1649f79/fpdf/actions.py#L70-L81" class="git-link">Browse git</a>
<a href="https://github.com/PyFPDF/fpdf2/blob/957c28e217d67a7c33a5a576119ae50fe38e8e63/fpdf/actions.py#L70-L81" class="git-link">Browse git</a>
</summary>
<pre><code class="python">class GoToRemoteAction(Action):
def __init__(self, file, dest, next_action=None):
Expand Down Expand Up @@ -302,7 +302,7 @@ <h3>Methods</h3>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/PyFPDF/fpdf2/blob/4357991e14e5e15c2b04cc5eeaba36f6e1649f79/fpdf/actions.py#L76-L81" class="git-link">Browse git</a>
<a href="https://github.com/PyFPDF/fpdf2/blob/957c28e217d67a7c33a5a576119ae50fe38e8e63/fpdf/actions.py#L76-L81" class="git-link">Browse git</a>
</summary>
<pre><code class="python">def serialize(self, _security_handler=None, _obj_id=None):
return super()._serialize(
Expand All @@ -325,7 +325,7 @@ <h2 id="args">Args</h2>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/PyFPDF/fpdf2/blob/4357991e14e5e15c2b04cc5eeaba36f6e1649f79/fpdf/actions.py#L84-L96" class="git-link">Browse git</a>
<a href="https://github.com/PyFPDF/fpdf2/blob/957c28e217d67a7c33a5a576119ae50fe38e8e63/fpdf/actions.py#L84-L96" class="git-link">Browse git</a>
</summary>
<pre><code class="python">class LaunchAction(Action):
&#34;As of 2022, this does not seem honored by neither Adobe Acrobat nor Sumatra readers.&#34;
Expand Down Expand Up @@ -356,7 +356,7 @@ <h3>Methods</h3>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/PyFPDF/fpdf2/blob/4357991e14e5e15c2b04cc5eeaba36f6e1649f79/fpdf/actions.py#L91-L96" class="git-link">Browse git</a>
<a href="https://github.com/PyFPDF/fpdf2/blob/957c28e217d67a7c33a5a576119ae50fe38e8e63/fpdf/actions.py#L91-L96" class="git-link">Browse git</a>
</summary>
<pre><code class="python">def serialize(self, _security_handler=None, _obj_id=None):
return super()._serialize(
Expand All @@ -380,7 +380,7 @@ <h2 id="args">Args</h2>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/PyFPDF/fpdf2/blob/4357991e14e5e15c2b04cc5eeaba36f6e1649f79/fpdf/actions.py#L40-L52" class="git-link">Browse git</a>
<a href="https://github.com/PyFPDF/fpdf2/blob/957c28e217d67a7c33a5a576119ae50fe38e8e63/fpdf/actions.py#L40-L52" class="git-link">Browse git</a>
</summary>
<pre><code class="python">class NamedAction(Action):
def __init__(self, action_name, next_action=None):
Expand Down Expand Up @@ -411,7 +411,7 @@ <h3>Methods</h3>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/PyFPDF/fpdf2/blob/4357991e14e5e15c2b04cc5eeaba36f6e1649f79/fpdf/actions.py#L47-L52" class="git-link">Browse git</a>
<a href="https://github.com/PyFPDF/fpdf2/blob/957c28e217d67a7c33a5a576119ae50fe38e8e63/fpdf/actions.py#L47-L52" class="git-link">Browse git</a>
</summary>
<pre><code class="python">def serialize(self, _security_handler=None, _obj_id=None):
return super()._serialize(
Expand All @@ -435,7 +435,7 @@ <h2 id="args">Args</h2>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/PyFPDF/fpdf2/blob/4357991e14e5e15c2b04cc5eeaba36f6e1649f79/fpdf/actions.py#L27-L37" class="git-link">Browse git</a>
<a href="https://github.com/PyFPDF/fpdf2/blob/957c28e217d67a7c33a5a576119ae50fe38e8e63/fpdf/actions.py#L27-L37" class="git-link">Browse git</a>
</summary>
<pre><code class="python">class URIAction(Action):
def __init__(self, uri, next_action=None):
Expand Down Expand Up @@ -464,7 +464,7 @@ <h3>Methods</h3>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/PyFPDF/fpdf2/blob/4357991e14e5e15c2b04cc5eeaba36f6e1649f79/fpdf/actions.py#L32-L37" class="git-link">Browse git</a>
<a href="https://github.com/PyFPDF/fpdf2/blob/957c28e217d67a7c33a5a576119ae50fe38e8e63/fpdf/actions.py#L32-L37" class="git-link">Browse git</a>
</summary>
<pre><code class="python">def serialize(self, _security_handler=None, _obj_id=None):
return super()._serialize(
Expand Down
24 changes: 12 additions & 12 deletions fpdf/annotations.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h1 class="title">Module <code>fpdf.annotations</code></h1>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/PyFPDF/fpdf2/blob/4357991e14e5e15c2b04cc5eeaba36f6e1649f79/fpdf/annotations.py#L1-L174" class="git-link">Browse git</a>
<a href="https://github.com/PyFPDF/fpdf2/blob/957c28e217d67a7c33a5a576119ae50fe38e8e63/fpdf/annotations.py#L1-L174" class="git-link">Browse git</a>
</summary>
<pre><code class="python">import hashlib
from datetime import datetime
Expand Down Expand Up @@ -221,7 +221,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/PyFPDF/fpdf2/blob/4357991e14e5e15c2b04cc5eeaba36f6e1649f79/fpdf/annotations.py#L83-L117" class="git-link">Browse git</a>
<a href="https://github.com/PyFPDF/fpdf2/blob/957c28e217d67a7c33a5a576119ae50fe38e8e63/fpdf/annotations.py#L83-L117" class="git-link">Browse git</a>
</summary>
<pre><code class="python">class AnnotationDict(AnnotationMixin):
&#34;A PDF annotation that get serialized as an inline &lt;&lt;dictionnary&gt;&gt;&#34;
Expand Down Expand Up @@ -344,7 +344,7 @@ <h3>Methods</h3>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/PyFPDF/fpdf2/blob/4357991e14e5e15c2b04cc5eeaba36f6e1649f79/fpdf/annotations.py#L105-L111" class="git-link">Browse git</a>
<a href="https://github.com/PyFPDF/fpdf2/blob/957c28e217d67a7c33a5a576119ae50fe38e8e63/fpdf/annotations.py#L105-L111" class="git-link">Browse git</a>
</summary>
<pre><code class="python">def serialize(self, _security_handler=None, _obj_id=None):
obj_dict = build_obj_dict(
Expand All @@ -366,7 +366,7 @@ <h3>Methods</h3>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/PyFPDF/fpdf2/blob/4357991e14e5e15c2b04cc5eeaba36f6e1649f79/fpdf/annotations.py#L25-L73" class="git-link">Browse git</a>
<a href="https://github.com/PyFPDF/fpdf2/blob/957c28e217d67a7c33a5a576119ae50fe38e8e63/fpdf/annotations.py#L25-L73" class="git-link">Browse git</a>
</summary>
<pre><code class="python">class AnnotationMixin:
def __init__(
Expand Down Expand Up @@ -433,7 +433,7 @@ <h3>Subclasses</h3>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/PyFPDF/fpdf2/blob/4357991e14e5e15c2b04cc5eeaba36f6e1649f79/fpdf/annotations.py#L161-L174" class="git-link">Browse git</a>
<a href="https://github.com/PyFPDF/fpdf2/blob/957c28e217d67a7c33a5a576119ae50fe38e8e63/fpdf/annotations.py#L161-L174" class="git-link">Browse git</a>
</summary>
<pre><code class="python">class FileSpec(NamedTuple):
embedded_file: PDFEmbeddedFile
Expand Down Expand Up @@ -479,7 +479,7 @@ <h3>Methods</h3>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/PyFPDF/fpdf2/blob/4357991e14e5e15c2b04cc5eeaba36f6e1649f79/fpdf/annotations.py#L166-L174" class="git-link">Browse git</a>
<a href="https://github.com/PyFPDF/fpdf2/blob/957c28e217d67a7c33a5a576119ae50fe38e8e63/fpdf/annotations.py#L166-L174" class="git-link">Browse git</a>
</summary>
<pre><code class="python">def serialize(self, _security_handler=None, _obj_id=None):
obj_dict = {
Expand All @@ -503,7 +503,7 @@ <h3>Methods</h3>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/PyFPDF/fpdf2/blob/4357991e14e5e15c2b04cc5eeaba36f6e1649f79/fpdf/annotations.py#L76-L80" class="git-link">Browse git</a>
<a href="https://github.com/PyFPDF/fpdf2/blob/957c28e217d67a7c33a5a576119ae50fe38e8e63/fpdf/annotations.py#L76-L80" class="git-link">Browse git</a>
</summary>
<pre><code class="python">class PDFAnnotation(AnnotationMixin, PDFObject):
&#34;A PDF annotation that get serialized as an obj&lt;&lt;/&gt;&gt;endobj block&#34;
Expand Down Expand Up @@ -537,7 +537,7 @@ <h3>Inherited members</h3>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/PyFPDF/fpdf2/blob/4357991e14e5e15c2b04cc5eeaba36f6e1649f79/fpdf/annotations.py#L120-L158" class="git-link">Browse git</a>
<a href="https://github.com/PyFPDF/fpdf2/blob/957c28e217d67a7c33a5a576119ae50fe38e8e63/fpdf/annotations.py#L120-L158" class="git-link">Browse git</a>
</summary>
<pre><code class="python">class PDFEmbeddedFile(PDFContentStream):
def __init__(
Expand Down Expand Up @@ -594,7 +594,7 @@ <h3>Methods</h3>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/PyFPDF/fpdf2/blob/4357991e14e5e15c2b04cc5eeaba36f6e1649f79/fpdf/annotations.py#L154-L155" class="git-link">Browse git</a>
<a href="https://github.com/PyFPDF/fpdf2/blob/957c28e217d67a7c33a5a576119ae50fe38e8e63/fpdf/annotations.py#L154-L155" class="git-link">Browse git</a>
</summary>
<pre><code class="python">def basename(self):
return self._basename</code></pre>
Expand All @@ -608,7 +608,7 @@ <h3>Methods</h3>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/PyFPDF/fpdf2/blob/4357991e14e5e15c2b04cc5eeaba36f6e1649f79/fpdf/annotations.py#L157-L158" class="git-link">Browse git</a>
<a href="https://github.com/PyFPDF/fpdf2/blob/957c28e217d67a7c33a5a576119ae50fe38e8e63/fpdf/annotations.py#L157-L158" class="git-link">Browse git</a>
</summary>
<pre><code class="python">def file_spec(self):
return FileSpec(self, self._basename, self._desc)</code></pre>
Expand All @@ -622,7 +622,7 @@ <h3>Methods</h3>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/PyFPDF/fpdf2/blob/4357991e14e5e15c2b04cc5eeaba36f6e1649f79/fpdf/annotations.py#L148-L149" class="git-link">Browse git</a>
<a href="https://github.com/PyFPDF/fpdf2/blob/957c28e217d67a7c33a5a576119ae50fe38e8e63/fpdf/annotations.py#L148-L149" class="git-link">Browse git</a>
</summary>
<pre><code class="python">def globally_enclosed(self):
return self._globally_enclosed</code></pre>
Expand All @@ -636,7 +636,7 @@ <h3>Methods</h3>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/PyFPDF/fpdf2/blob/4357991e14e5e15c2b04cc5eeaba36f6e1649f79/fpdf/annotations.py#L151-L152" class="git-link">Browse git</a>
<a href="https://github.com/PyFPDF/fpdf2/blob/957c28e217d67a7c33a5a576119ae50fe38e8e63/fpdf/annotations.py#L151-L152" class="git-link">Browse git</a>
</summary>
<pre><code class="python">def set_globally_enclosed(self, value):
self._globally_enclosed = value</code></pre>
Expand Down
4 changes: 2 additions & 2 deletions fpdf/deprecation.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ <h1 class="title">Module <code>fpdf.deprecation</code></h1>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/PyFPDF/fpdf2/blob/4357991e14e5e15c2b04cc5eeaba36f6e1649f79/fpdf/deprecation.py#L1-L38" class="git-link">Browse git</a>
<a href="https://github.com/PyFPDF/fpdf2/blob/957c28e217d67a7c33a5a576119ae50fe38e8e63/fpdf/deprecation.py#L1-L38" class="git-link">Browse git</a>
</summary>
<pre><code class="python">import warnings
from types import ModuleType
Expand Down Expand Up @@ -86,7 +86,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
<details class="source">
<summary>
<span>Expand source code</span>
<a href="https://github.com/PyFPDF/fpdf2/blob/4357991e14e5e15c2b04cc5eeaba36f6e1649f79/fpdf/deprecation.py#L5-L38" class="git-link">Browse git</a>
<a href="https://github.com/PyFPDF/fpdf2/blob/957c28e217d67a7c33a5a576119ae50fe38e8e63/fpdf/deprecation.py#L5-L38" class="git-link">Browse git</a>
</summary>
<pre><code class="python">class WarnOnDeprecatedModuleAttributes(ModuleType):
def __call__(self):
Expand Down
Loading

0 comments on commit 65249e1

Please sign in to comment.