mirror of
https://github.com/Thor77/TeamspeakStats.git
synced 2025-04-03 04:05:13 -04:00
divite api.rst into sections
This commit is contained in:
parent
f7af9f9d39
commit
b726a9fa79
3 changed files with 6 additions and 2 deletions
|
@ -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.
|
||||
|
|
2
setup.py
2
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',
|
||||
|
|
Loading…
Add table
Reference in a new issue