divite api.rst into sections
This commit is contained in:
parent
f7af9f9d39
commit
b726a9fa79
|
@ -1,6 +1,8 @@
|
|||
API
|
||||
***
|
||||
|
||||
Client
|
||||
======
|
||||
.. autoclass:: tsstats.client.Client
|
||||
:members:
|
||||
|
||||
|
@ -12,5 +14,7 @@ API
|
|||
.. automethod:: tsstats.client.Clients.__init__
|
||||
.. automethod:: tsstats.client.Clients.__iter__
|
||||
|
||||
Exceptions
|
||||
==========
|
||||
.. automodule:: tsstats.exceptions
|
||||
:members:
|
||||
|
|
|
@ -56,7 +56,7 @@ author = 'Thor77'
|
|||
# The short X.Y version.
|
||||
version = '0.5'
|
||||
# The full version, including alpha/beta/rc tags.
|
||||
release = '0.5.4'
|
||||
release = '0.5.5'
|
||||
|
||||
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||
# for a list of supported languages.
|
||||
|
|
Loading…
Reference in New Issue