forked from Yubico/yubikey-manager
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Add documentation for
yubikit
and ykman
- Loading branch information
Showing
23 changed files
with
806 additions
and
79 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
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,12 @@ | ||
yubikey-manager | ||
=============== | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
yubikit | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
ykman |
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,77 @@ | ||
ykman package | ||
============= | ||
|
||
Submodules | ||
---------- | ||
|
||
ykman.base module | ||
----------------- | ||
|
||
.. automodule:: ykman.base | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
ykman.device module | ||
------------------- | ||
|
||
.. automodule:: ykman.device | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
ykman.fido module | ||
----------------- | ||
|
||
.. automodule:: ykman.fido | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
ykman.hsmauth module | ||
-------------------- | ||
|
||
.. automodule:: ykman.hsmauth | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
ykman.oath module | ||
----------------- | ||
|
||
.. automodule:: ykman.oath | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
ykman.openpgp module | ||
-------------------- | ||
|
||
.. automodule:: ykman.openpgp | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
ykman.piv module | ||
----------------- | ||
|
||
.. automodule:: ykman.piv | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
ykman.scripting module | ||
---------------------- | ||
|
||
.. automodule:: ykman.scripting | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: ykman | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |
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 |
---|---|---|
|
@@ -5,7 +5,7 @@ Subpackages | |
----------- | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
:maxdepth: 1 | ||
|
||
yubikit.core | ||
|
||
|
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
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.