summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorJames R. Barlow <james@purplerock.ca>2022-07-16 15:11:10 -0700
committerJames R. Barlow <james@purplerock.ca>2022-07-16 15:11:10 -0700
commit17fd833f7725eeac7a5c30d700972930e45fe9ba (patch)
treeac87406be83ce7244e41b1215c9734e115eeb90f /docs
parentdea495efe7fd2dc72cbdb66486b1fc7dd3a53577 (diff)
docs: add missing inherited-members for some models
Diffstat (limited to 'docs')
-rw-r--r--docs/api/models.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/docs/api/models.rst b/docs/api/models.rst
index 000e3d1..427d96b 100644
--- a/docs/api/models.rst
+++ b/docs/api/models.rst
@@ -15,6 +15,7 @@ Version 3.x automatically applies support models to ``/Page`` objects.
.. autoclass:: pikepdf.Page
:members:
+ :inherited-members:
Support model wrapper around a page dictionary object.
@@ -116,6 +117,7 @@ Version 3.x automatically applies support models to ``/Page`` objects.
.. autoclass:: pikepdf.AttachedFileSpec
:members:
+ :inherited-members:
:special-members: __init__
In a PDF, a file specification provides name and metadata for a target file.
@@ -158,6 +160,7 @@ Version 3.x automatically applies support models to ``/Page`` objects.
.. autoclass:: pikepdf._qpdf.AttachedFile
:members:
+ :inherited-members:
An object that contains an actual attached file. These objects do not need
to be created manually; they are normally part of an AttachedFileSpec.