We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fd12c23 commit b75b994Copy full SHA for b75b994
docs/index.rst
@@ -15,13 +15,20 @@ Links
15
- Statsd: https://github.com/etsy/statsd
16
- Graphite: http://graphite.wikidot.com
17
18
-Contents:
+API
19
+---
20
21
.. toctree::
22
:maxdepth: 2
23
- usage
24
- statsd
+ statsd.connection
25
+ statsd.client
26
+ statsd.timer
27
+ statsd.counter
28
+ statsd.gauge
29
+ statsd.raw
30
+
31
+.. include :: ../README.rst
32
33
Indices and tables
34
==================
docs/statsd.rst
docs/usage.rst
0 commit comments