divite api.rst into sections

This commit is contained in:
Thor77 2016-05-29 00:26:25 +02:00
parent f7af9f9d39
commit b726a9fa79
3 changed files with 6 additions and 2 deletions

View File

@ -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:

View File

@ -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.

View File

@ -2,7 +2,7 @@ from setuptools import setup
setup(
name='tsstats',
version='0.5.4',
version='0.5.5',
author='Thor77',
author_email='thor77@thor77.org',
description='A simple Teamspeak stats-generator',