Skip to content

Commit

Permalink
Regenerate the docs
Browse files Browse the repository at this point in the history
sphinx-apidoc -f -o docs trello

Signed-off-by: Andrew Berezovskyi <[email protected]>
  • Loading branch information
berezovskyi committed Jun 30, 2017
1 parent 0944cd2 commit d9e3a5c
Show file tree
Hide file tree
Showing 3 changed files with 121 additions and 9 deletions.
5 changes: 3 additions & 2 deletions docs/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
# If extensions (or modules to document with autodoc) are in another directory,
# add these directories to sys.path here. If the directory is relative to the
# documentation root, use os.path.abspath to make it absolute, like shown here.
#sys.path.insert(0, os.path.abspath('.'))
sys.path.insert(0, os.path.abspath('../'))

# -- General configuration ------------------------------------------------

Expand Down Expand Up @@ -116,7 +116,8 @@

# The theme to use for HTML and HTML Help pages. See the documentation for
# a list of builtin themes.
html_theme = 'alabaster'
# html_theme = 'alabaster'
html_theme = 'default'

# Theme options are theme-specific and customize the look and feel of a theme
# further. For a list of options available for each theme, see the
Expand Down
7 changes: 7 additions & 0 deletions docs/modules.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
trello
======

.. toctree::
:maxdepth: 4

trello
118 changes: 111 additions & 7 deletions docs/trello.rst
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:

0 comments on commit d9e3a5c

Please sign in to comment.