Skip to content

Commit

Permalink
divite api.rst into sections
Browse files Browse the repository at this point in the history
  • Loading branch information
Thor77 committed May 28, 2016
1 parent f7af9f9 commit b726a9f
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 2 deletions.
4 changes: 4 additions & 0 deletions docs/source/api.rst
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
API
***

Client
======
.. autoclass:: tsstats.client.Client
:members:

Expand All @@ -12,5 +14,7 @@ API
.. automethod:: tsstats.client.Clients.__init__
.. automethod:: tsstats.client.Clients.__iter__

Exceptions
==========
.. automodule:: tsstats.exceptions
:members:
2 changes: 1 addition & 1 deletion docs/source/conf.py
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@
# 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.
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

setup(
name='tsstats',
version='0.5.4',
version='0.5.5',
author='Thor77',
author_email='thor77@thor77.org',
description='A simple Teamspeak stats-generator',
Expand Down

0 comments on commit b726a9f

Please sign in to comment.