Skip to content

Commit 8787f9d

Browse files
committed
deploy: 294029e
1 parent 685b403 commit 8787f9d

36 files changed

+1074
-1205
lines changed

Diff for: contributors.html

+7-7
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,13 @@ <h1>Contributors of the <a href="https://github.com/py-pdf/fpdf2">py-pdf/fpdf2</
2121
const EMOJI_KEY = {"a11y": "\ufe0f\u267f\ufe0f", "audio": "\ud83d\udd0a", "blog": "\ud83d\udcdd", "bug": "\ud83d\udc1b", "business": "\ud83d\udcbc", "code": "\ud83d\udcbb", "content": "\ud83d\udd8b", "data": "\ud83d\udd23", "design": "\ud83c\udfa8", "doc": "\ud83d\udcd6", "eventOrganizing": "\ud83d\udccb", "example": "\ud83d\udca1", "financial": "\ud83d\udcb5", "fundingFinding": "\ud83d\udd0d", "ideas": "\ud83e\udd14", "infra": "\ud83d\ude87", "maintenance": "\ud83d\udea7", "mentoring": "\ud83e\uddd1\u200d\ud83c\udfeb", "platform": "\ud83d\udce6", "plugin": "\ud83d\udd0c", "projectManagement": "\ud83d\udcc6", "question": "\ud83d\udcac", "research": "\ud83d\udd2c", "review": "\ud83d\udc40", "security": "\ud83d\udee1\ufe0f", "talk": "\ud83d\udce2", "test": "\u26a0\ufe0f", "tool": "\ud83d\udd27", "translation": "\ud83c\udf0d", "tutorial": "\u2705"};
2222

2323
const contributors = [
24+
{
25+
name: 'andersonhc',
26+
contributions: ['question', 'code', 'research', 'bug', 'doc', 'ideas', 'maintenance'],
27+
location: 'Montreal, Canada',
28+
pulls: 38,
29+
issues: 4,
30+
},
2431
{
2532
name: 'Lucas-C',
2633
contributions: ['blog', 'code', 'doc', 'infra', 'maintenance', 'question', 'bug'],
@@ -63,13 +70,6 @@ <h1>Contributors of the <a href="https://github.com/py-pdf/fpdf2">py-pdf/fpdf2</
6370
pulls: 1,
6471
issues: 0,
6572
},
66-
{
67-
name: 'andersonhc',
68-
contributions: ['question', 'code', 'research', 'bug', 'doc', 'ideas', 'maintenance'],
69-
location: 'Montreal, Canada',
70-
pulls: 37,
71-
issues: 4,
72-
},
7373
{
7474
name: 'viniciustozzi',
7575
contributions: [],

Diff for: fpdf/actions.html

+12-12
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ <h2 class="section-title" id="header-classes">Classes</h2>
5454
<details class="source">
5555
<summary>
5656
<span>Expand source code</span>
57-
<a href="https://github.com/py-pdf/fpdf2/blob/d07a6a7321a760dd349d749f8d43a9b2c929e853/fpdf/actions.py#L7-L24" class="git-link" target="_blank">Browse git</a>
57+
<a href="https://github.com/py-pdf/fpdf2/blob/294029ed1796b8ca0f6f9ff37fd07bb73ab006ba/fpdf/actions.py#L7-L24" class="git-link" target="_blank">Browse git</a>
5858
</summary>
5959
<pre><code class="python">class Action(ABC):
6060
def __init__(self, next_action=None):
@@ -103,7 +103,7 @@ <h3>Methods</h3>
103103
<details class="source">
104104
<summary>
105105
<span>Expand source code</span>
106-
<a href="https://github.com/py-pdf/fpdf2/blob/d07a6a7321a760dd349d749f8d43a9b2c929e853/fpdf/actions.py#L15-L16" class="git-link" target="_blank">Browse git</a>
106+
<a href="https://github.com/py-pdf/fpdf2/blob/294029ed1796b8ca0f6f9ff37fd07bb73ab006ba/fpdf/actions.py#L15-L16" class="git-link" target="_blank">Browse git</a>
107107
</summary>
108108
<pre><code class="python">def serialize(self, _security_handler=None, _obj_id=None):
109109
raise NotImplementedError</code></pre>
@@ -120,7 +120,7 @@ <h3>Methods</h3>
120120
<details class="source">
121121
<summary>
122122
<span>Expand source code</span>
123-
<a href="https://github.com/py-pdf/fpdf2/blob/d07a6a7321a760dd349d749f8d43a9b2c929e853/fpdf/actions.py#L55-L67" class="git-link" target="_blank">Browse git</a>
123+
<a href="https://github.com/py-pdf/fpdf2/blob/294029ed1796b8ca0f6f9ff37fd07bb73ab006ba/fpdf/actions.py#L55-L67" class="git-link" target="_blank">Browse git</a>
124124
</summary>
125125
<pre><code class="python">class GoToAction(Action):
126126
&#34;As of 2022, this does not seem honored by neither Adobe Acrobat nor Sumatra readers.&#34;
@@ -156,7 +156,7 @@ <h3>Methods</h3>
156156
<details class="source">
157157
<summary>
158158
<span>Expand source code</span>
159-
<a href="https://github.com/py-pdf/fpdf2/blob/d07a6a7321a760dd349d749f8d43a9b2c929e853/fpdf/actions.py#L62-L67" class="git-link" target="_blank">Browse git</a>
159+
<a href="https://github.com/py-pdf/fpdf2/blob/294029ed1796b8ca0f6f9ff37fd07bb73ab006ba/fpdf/actions.py#L62-L67" class="git-link" target="_blank">Browse git</a>
160160
</summary>
161161
<pre><code class="python">def serialize(self, _security_handler=None, _obj_id=None):
162162
return super()._serialize(
@@ -177,7 +177,7 @@ <h3>Methods</h3>
177177
<details class="source">
178178
<summary>
179179
<span>Expand source code</span>
180-
<a href="https://github.com/py-pdf/fpdf2/blob/d07a6a7321a760dd349d749f8d43a9b2c929e853/fpdf/actions.py#L70-L81" class="git-link" target="_blank">Browse git</a>
180+
<a href="https://github.com/py-pdf/fpdf2/blob/294029ed1796b8ca0f6f9ff37fd07bb73ab006ba/fpdf/actions.py#L70-L81" class="git-link" target="_blank">Browse git</a>
181181
</summary>
182182
<pre><code class="python">class GoToRemoteAction(Action):
183183
def __init__(self, file, dest, next_action=None):
@@ -213,7 +213,7 @@ <h3>Methods</h3>
213213
<details class="source">
214214
<summary>
215215
<span>Expand source code</span>
216-
<a href="https://github.com/py-pdf/fpdf2/blob/d07a6a7321a760dd349d749f8d43a9b2c929e853/fpdf/actions.py#L76-L81" class="git-link" target="_blank">Browse git</a>
216+
<a href="https://github.com/py-pdf/fpdf2/blob/294029ed1796b8ca0f6f9ff37fd07bb73ab006ba/fpdf/actions.py#L76-L81" class="git-link" target="_blank">Browse git</a>
217217
</summary>
218218
<pre><code class="python">def serialize(self, _security_handler=None, _obj_id=None):
219219
return super()._serialize(
@@ -234,7 +234,7 @@ <h3>Methods</h3>
234234
<details class="source">
235235
<summary>
236236
<span>Expand source code</span>
237-
<a href="https://github.com/py-pdf/fpdf2/blob/d07a6a7321a760dd349d749f8d43a9b2c929e853/fpdf/actions.py#L84-L96" class="git-link" target="_blank">Browse git</a>
237+
<a href="https://github.com/py-pdf/fpdf2/blob/294029ed1796b8ca0f6f9ff37fd07bb73ab006ba/fpdf/actions.py#L84-L96" class="git-link" target="_blank">Browse git</a>
238238
</summary>
239239
<pre><code class="python">class LaunchAction(Action):
240240
&#34;As of 2022, this does not seem honored by neither Adobe Acrobat nor Sumatra readers.&#34;
@@ -270,7 +270,7 @@ <h3>Methods</h3>
270270
<details class="source">
271271
<summary>
272272
<span>Expand source code</span>
273-
<a href="https://github.com/py-pdf/fpdf2/blob/d07a6a7321a760dd349d749f8d43a9b2c929e853/fpdf/actions.py#L91-L96" class="git-link" target="_blank">Browse git</a>
273+
<a href="https://github.com/py-pdf/fpdf2/blob/294029ed1796b8ca0f6f9ff37fd07bb73ab006ba/fpdf/actions.py#L91-L96" class="git-link" target="_blank">Browse git</a>
274274
</summary>
275275
<pre><code class="python">def serialize(self, _security_handler=None, _obj_id=None):
276276
return super()._serialize(
@@ -291,7 +291,7 @@ <h3>Methods</h3>
291291
<details class="source">
292292
<summary>
293293
<span>Expand source code</span>
294-
<a href="https://github.com/py-pdf/fpdf2/blob/d07a6a7321a760dd349d749f8d43a9b2c929e853/fpdf/actions.py#L40-L52" class="git-link" target="_blank">Browse git</a>
294+
<a href="https://github.com/py-pdf/fpdf2/blob/294029ed1796b8ca0f6f9ff37fd07bb73ab006ba/fpdf/actions.py#L40-L52" class="git-link" target="_blank">Browse git</a>
295295
</summary>
296296
<pre><code class="python">class NamedAction(Action):
297297
def __init__(self, action_name, next_action=None):
@@ -328,7 +328,7 @@ <h3>Methods</h3>
328328
<details class="source">
329329
<summary>
330330
<span>Expand source code</span>
331-
<a href="https://github.com/py-pdf/fpdf2/blob/d07a6a7321a760dd349d749f8d43a9b2c929e853/fpdf/actions.py#L47-L52" class="git-link" target="_blank">Browse git</a>
331+
<a href="https://github.com/py-pdf/fpdf2/blob/294029ed1796b8ca0f6f9ff37fd07bb73ab006ba/fpdf/actions.py#L47-L52" class="git-link" target="_blank">Browse git</a>
332332
</summary>
333333
<pre><code class="python">def serialize(self, _security_handler=None, _obj_id=None):
334334
return super()._serialize(
@@ -349,7 +349,7 @@ <h3>Methods</h3>
349349
<details class="source">
350350
<summary>
351351
<span>Expand source code</span>
352-
<a href="https://github.com/py-pdf/fpdf2/blob/d07a6a7321a760dd349d749f8d43a9b2c929e853/fpdf/actions.py#L27-L37" class="git-link" target="_blank">Browse git</a>
352+
<a href="https://github.com/py-pdf/fpdf2/blob/294029ed1796b8ca0f6f9ff37fd07bb73ab006ba/fpdf/actions.py#L27-L37" class="git-link" target="_blank">Browse git</a>
353353
</summary>
354354
<pre><code class="python">class URIAction(Action):
355355
def __init__(self, uri, next_action=None):
@@ -384,7 +384,7 @@ <h3>Methods</h3>
384384
<details class="source">
385385
<summary>
386386
<span>Expand source code</span>
387-
<a href="https://github.com/py-pdf/fpdf2/blob/d07a6a7321a760dd349d749f8d43a9b2c929e853/fpdf/actions.py#L32-L37" class="git-link" target="_blank">Browse git</a>
387+
<a href="https://github.com/py-pdf/fpdf2/blob/294029ed1796b8ca0f6f9ff37fd07bb73ab006ba/fpdf/actions.py#L32-L37" class="git-link" target="_blank">Browse git</a>
388388
</summary>
389389
<pre><code class="python">def serialize(self, _security_handler=None, _obj_id=None):
390390
return super()._serialize(

0 commit comments

Comments
 (0)