From b726a9fa793f0663dc42029de8df67af9ae73340 Mon Sep 17 00:00:00 2001 From: Thor77 Date: Sun, 29 May 2016 00:26:25 +0200 Subject: [PATCH] divite api.rst into sections --- docs/source/api.rst | 4 ++++ docs/source/conf.py | 2 +- setup.py | 2 +- 3 files changed, 6 insertions(+), 2 deletions(-) diff --git a/docs/source/api.rst b/docs/source/api.rst index dc248c9..29bbcc7 100644 --- a/docs/source/api.rst +++ b/docs/source/api.rst @@ -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: diff --git a/docs/source/conf.py b/docs/source/conf.py index 3325fe3..93c4e5f 100644 --- a/docs/source/conf.py +++ b/docs/source/conf.py @@ -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. diff --git a/setup.py b/setup.py index 9a585b0..c524fa6 100644 --- a/setup.py +++ b/setup.py @@ -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',