From e6ed251301e72a5129bc4eb2e08403c0bb6bb3c5 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl>
Date: Thu, 9 Jul 2020 18:42:12 +0200
Subject: [PATCH] update docs

---
 docs/coolamqp/cluster.rst | 5 +++++
 docs/index.rst            | 1 +
 2 files changed, 6 insertions(+)
 create mode 100644 docs/coolamqp/cluster.rst

diff --git a/docs/coolamqp/cluster.rst b/docs/coolamqp/cluster.rst
new file mode 100644
index 0000000..73af6b0
--- /dev/null
+++ b/docs/coolamqp/cluster.rst
@@ -0,0 +1,5 @@
+CoolAMQP cluster
+================
+
+.. autoclass:: coolamqp.clustering.Cluster
+    :members:
diff --git a/docs/index.rst b/docs/index.rst
index 8c37645..0a6c28a 100644
--- a/docs/index.rst
+++ b/docs/index.rst
@@ -5,6 +5,7 @@ Welcome to CoolAMQP's documentation!
     :maxdepth: 2
     :caption: Contents
 
+    coolamqp/cluster
     tutorial
     caveats
     frames
-- 
GitLab