divite api.rst into sections
This commit is contained in:
parent
f7af9f9d39
commit
b726a9fa79
|
@ -1,6 +1,8 @@
|
||||||
API
|
API
|
||||||
***
|
***
|
||||||
|
|
||||||
|
Client
|
||||||
|
======
|
||||||
.. autoclass:: tsstats.client.Client
|
.. autoclass:: tsstats.client.Client
|
||||||
:members:
|
:members:
|
||||||
|
|
||||||
|
@ -12,5 +14,7 @@ API
|
||||||
.. automethod:: tsstats.client.Clients.__init__
|
.. automethod:: tsstats.client.Clients.__init__
|
||||||
.. automethod:: tsstats.client.Clients.__iter__
|
.. automethod:: tsstats.client.Clients.__iter__
|
||||||
|
|
||||||
|
Exceptions
|
||||||
|
==========
|
||||||
.. automodule:: tsstats.exceptions
|
.. automodule:: tsstats.exceptions
|
||||||
:members:
|
:members:
|
||||||
|
|
|
@ -56,7 +56,7 @@ author = 'Thor77'
|
||||||
# The short X.Y version.
|
# The short X.Y version.
|
||||||
version = '0.5'
|
version = '0.5'
|
||||||
# The full version, including alpha/beta/rc tags.
|
# 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
|
# The language for content autogenerated by Sphinx. Refer to documentation
|
||||||
# for a list of supported languages.
|
# for a list of supported languages.
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -2,7 +2,7 @@ from setuptools import setup
|
||||||
|
|
||||||
setup(
|
setup(
|
||||||
name='tsstats',
|
name='tsstats',
|
||||||
version='0.5.4',
|
version='0.5.5',
|
||||||
author='Thor77',
|
author='Thor77',
|
||||||
author_email='thor77@thor77.org',
|
author_email='thor77@thor77.org',
|
||||||
description='A simple Teamspeak stats-generator',
|
description='A simple Teamspeak stats-generator',
|
||||||
|
|
Loading…
Reference in New Issue