-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Changed | to Union or Optional as sphinx cannot handle it Changed list and dict to List and Dict Changed tuple to Tuple fixed docs
- Loading branch information
1 parent
e88ea16
commit 0ed2166
Showing
30 changed files
with
390 additions
and
374 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
Item Processor | ||
============== | ||
|
||
Class which process input push items and based on their metadata produce various information | ||
needed for the push process. | ||
|
||
.. py.module pubtools._quay.item_processor | ||
.. autoclass:: SignEntry | ||
:members: | ||
|
||
.. autoclass:: ManifestArchDigest | ||
:members: | ||
|
||
.. autoclass:: ContentExtractor | ||
:members: | ||
|
||
.. autoclass:: ReferenceProcessorInternal | ||
:members: | ||
|
||
.. autoclass:: ReferenceProcessorExternal | ||
:members: | ||
|
||
.. autoclass ItemProcessor | ||
:members: | ||
""" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
Signer Wrapper | ||
============== | ||
|
||
Set of signing wrappers which wraps functionality of pubtools-sign projects and provides extra methods needed for the signign process. | ||
|
||
.. py:module:: pubtools._quay.signer_wrapper | ||
.. autoclass:: MsgSignerSettingsSchema | ||
:members: | ||
|
||
.. autoclass:: SignerWrapper | ||
:members: | ||
|
||
.. autoclass:: MsgSignerWrapper | ||
:members: | ||
|
||
.. autoclass:: CosignSignerSettingsSchema | ||
:members: | ||
|
||
.. autoclass:: CosignSignerWrapper |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.