From 2517b0ea345366fed75146039bcbad2d9c9748cc Mon Sep 17 00:00:00 2001
From: Erik Reid <erik.reid@geant.org>
Date: Sun, 28 Mar 2021 09:44:13 +0200
Subject: [PATCH] added /poller/eumetsat-multicast to docs

---
 docs/source/protocol/poller.rst     | 6 ++++++
 inventory_provider/routes/poller.py | 2 +-
 2 files changed, 7 insertions(+), 1 deletion(-)

diff --git a/docs/source/protocol/poller.rst b/docs/source/protocol/poller.rst
index 64628fc0..7b9040ad 100644
--- a/docs/source/protocol/poller.rst
+++ b/docs/source/protocol/poller.rst
@@ -18,3 +18,9 @@ These endpoints are intended for use by BRIAN.
 ---------------------------------
 
 .. autofunction:: inventory_provider.routes.poller.interface_speeds
+
+
+/poller/eumetsat-multicast
+---------------------------------
+
+.. autofunction:: inventory_provider.routes.poller.eumetsat_multicast
diff --git a/inventory_provider/routes/poller.py b/inventory_provider/routes/poller.py
index a27bde39..4ce45cd9 100644
--- a/inventory_provider/routes/poller.py
+++ b/inventory_provider/routes/poller.py
@@ -435,7 +435,7 @@ def eumetsat_multicast(hostname=None):
     .. asjson::
        inventory_provider.routes.poller.MULTICAST_SUBSCRIPTION_LIST_SCHEMA
 
-    This method is basically hard-coded data,
+    This method returns essentially hard-coded data,
     based on the information in POL1-395.
 
     :return:
-- 
GitLab