mirror of
https://github.com/Thor77/TeamspeakStats.git
synced 2025-03-12 17:44:32 -04:00
* move documentation-source from /docs/source to /docs/ and build in /docs/_build instead of /docs/build * convert README to rst and remove information also present in documentation and refer to it * regenerate conf.py/Makefile with most recent Sphinx-version * add development.rst with information for contributors
44 lines
574 B
ReStructuredText
44 lines
574 B
ReStructuredText
API
|
|
===
|
|
|
|
Log
|
|
---
|
|
|
|
.. automodule:: tsstats.log
|
|
:members:
|
|
|
|
Client
|
|
------
|
|
.. autoclass:: tsstats.client.Client
|
|
:members:
|
|
|
|
.. automethod:: tsstats.client.Client.__init__
|
|
|
|
.. autoclass:: tsstats.client.Clients
|
|
:members:
|
|
|
|
.. automethod:: tsstats.client.Clients.__init__
|
|
.. automethod:: tsstats.client.Clients.__iter__
|
|
|
|
Template
|
|
--------
|
|
|
|
.. automodule:: tsstats.template
|
|
:members:
|
|
|
|
Config
|
|
------
|
|
|
|
.. automodule:: tsstats.config
|
|
:members:
|
|
|
|
Exceptions
|
|
----------
|
|
.. automodule:: tsstats.exceptions
|
|
:members:
|
|
|
|
Utils
|
|
-----
|
|
|
|
.. automodule:: tsstats.utils
|
|
:members:
|