From b87c11fa9b5a28161833ee428fbba8a5b6467e8a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl>
Date: Mon, 2 Jan 2023 00:35:04 +0100
Subject: [PATCH] fixes in docs

---
 docs/coding/functions.rst | 15 +++++++--------
 1 file changed, 7 insertions(+), 8 deletions(-)

diff --git a/docs/coding/functions.rst b/docs/coding/functions.rst
index 43e04dd2..05c7a01a 100644
--- a/docs/coding/functions.rst
+++ b/docs/coding/functions.rst
@@ -66,19 +66,18 @@ You can also decorate given callables in order not to be wrapped with
 Function overloading
 --------------------
 
+.. warning:: This is coded for cases where the function prototypes differ significantly, for ex. matches
+            only one prototype. For cases where a single call might match multiple prototypes, and if it's
+            desired that the implementation tells them apart, this implementation might not be of sufficient complexity.
+        Go file a ticket that you cannot use Satella with some implementation. Just type down what kind of implementation
+        that was.
+
 .. autoclass:: satella.coding.overload
     :members:
 
-.. autoclass:: satella.coding.ARGS
+.. autoclass:: satella.coding.TypeSignature
     :members:
 
-.. autofunction:: satella.coding.is_signature_a_more_generic_than_b
-
-
-.. autofunction:: satella.coding.is_type_a_more_generic_than_b
-
-
-.. autofunction:: satella.coding.extract_type_signature_from
 
 DocsFromParent
 --------------
-- 
GitLab