reorg cassandra.query doc

Hoping to avoid confusion on statement initializers by removing the signature
and dropping the position of the abstract class.

PYTHON-219
This commit is contained in:
Adam Holmberg 2016-05-09 14:04:00 -05:00
parent fb444ee35a
commit ccb2e6b153

View File

@ -11,9 +11,6 @@
.. autofunction:: ordered_dict_factory
.. autoclass:: Statement
:members:
.. autoclass:: SimpleStatement
:members:
@ -23,6 +20,9 @@
.. autoclass:: BoundStatement
:members:
.. autoclass:: Statement ()
:members:
.. autodata:: UNSET_VALUE
:annotation: