-
Notifications
You must be signed in to change notification settings - Fork 328
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
sphinx-apidoc -f -o docs trello Signed-off-by: Andrew Berezovskyi <[email protected]>
- Loading branch information
1 parent
0944cd2
commit d9e3a5c
Showing
3 changed files
with
121 additions
and
9 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,7 @@ | ||
trello | ||
====== | ||
|
||
.. toctree:: | ||
:maxdepth: 4 | ||
|
||
trello |
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 |
---|---|---|
@@ -1,22 +1,126 @@ | ||
trello package | ||
============== | ||
|
||
Module contents | ||
--------------- | ||
Submodules | ||
---------- | ||
|
||
.. automodule:: trello | ||
trello\.attachments module | ||
-------------------------- | ||
|
||
.. automodule:: trello.attachments | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
Submodules | ||
---------- | ||
trello\.base module | ||
------------------- | ||
|
||
.. automodule:: trello.base | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
trello\.board module | ||
-------------------- | ||
|
||
.. automodule:: trello.board | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
trello\.card module | ||
------------------- | ||
|
||
.. automodule:: trello.card | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
trello\.checklist module | ||
------------------------ | ||
|
||
.. automodule:: trello.checklist | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
trello.util module | ||
------------------ | ||
trello\.compat module | ||
--------------------- | ||
|
||
.. automodule:: trello.compat | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
trello\.exceptions module | ||
------------------------- | ||
|
||
.. automodule:: trello.exceptions | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
trello\.label module | ||
-------------------- | ||
|
||
.. automodule:: trello.label | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
trello\.member module | ||
--------------------- | ||
|
||
.. automodule:: trello.member | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
trello\.organization module | ||
--------------------------- | ||
|
||
.. automodule:: trello.organization | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
trello\.trelloclient module | ||
--------------------------- | ||
|
||
.. automodule:: trello.trelloclient | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
trello\.trellolist module | ||
------------------------- | ||
|
||
.. automodule:: trello.trellolist | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
trello\.util module | ||
------------------- | ||
|
||
.. automodule:: trello.util | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
trello\.webhook module | ||
---------------------- | ||
|
||
.. automodule:: trello.webhook | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: | ||
|
||
|
||
Module contents | ||
--------------- | ||
|
||
.. automodule:: trello | ||
:members: | ||
:undoc-members: | ||
:show-inheritance: |