Skip to content

Commit

Permalink
fix doc (missing pool section)
Browse files Browse the repository at this point in the history
  • Loading branch information
thefab committed Sep 26, 2016
1 parent 34a7bb8 commit 0fcfa52
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@

- add support for automatic db selection in Client or Pool object (thanks
to Sergey Orlov)
- fix missing doc section about ClientPool

## Release 0.7.1

Expand Down
1 change: 1 addition & 0 deletions docs/api.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,6 @@ API
api_client
api_pubsub
api_pipeline
api_pool
api_exceptions
api_connection
11 changes: 11 additions & 0 deletions docs/api_pool.rst
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
Pool API
========

.. automodule:: tornadis

.. autoclass:: ClientPool
:members:
:inherited-members:
:show-inheritance:

.. automethod:: __init__

0 comments on commit 0fcfa52

Please sign in to comment.