-
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.
more documentation for usage and modules
- Loading branch information
1 parent
35ba74d
commit 7733fe3
Showing
5 changed files
with
145 additions
and
30 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,38 @@ | ||
jwt_apns_client package | ||
======================= | ||
|
||
Submodules | ||
---------- | ||
|
||
jwt_apns_client.cli module | ||
-------------------------- | ||
|
||
.. automodule:: jwt_apns_client.cli | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
jwt_apns_client.jwt_apns_client module | ||
-------------------------------------- | ||
|
||
.. automodule:: jwt_apns_client.jwt_apns_client | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
jwt_apns_client.utils module | ||
---------------------------- | ||
|
||
.. automodule:: jwt_apns_client.utils | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: jwt_apns_client | ||
: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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
jwt_apns_client | ||
=============== | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
jwt_apns_client |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -5,4 +5,4 @@ watchdog==0.8.3 | |
flake8==3.3.0 | ||
tox==2.6.0 | ||
coverage==4.3 | ||
Sphinx==1.4.8 | ||
Sphinx==1.5.2 |