From 291258228b3e59bb9b61484d60433a5b7f56283a Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Piotr=20Ma=C5=9Blanka?= <piotr.maslanka@henrietta.com.pl>
Date: Fri, 1 Mar 2024 11:26:47 +0100
Subject: [PATCH] Docs fixed

---
 docs/coding/decorators.rst | 2 --
 docs/exceptions.rst        | 2 +-
 docs/posix.rst             | 2 --
 3 files changed, 1 insertion(+), 5 deletions(-)

diff --git a/docs/coding/decorators.rst b/docs/coding/decorators.rst
index ffa3727f..52020b49 100644
--- a/docs/coding/decorators.rst
+++ b/docs/coding/decorators.rst
@@ -17,8 +17,6 @@ Decorators
 
 .. autofunction:: satella.coding.decorators.cache_memoize
 
-.. autofunction:: satella.coding.decorators.call_with_arguments
-
 .. autofunction:: satella.coding.decorators.queue_get
 
 .. autofunction:: satella.coding.decorators.copy_arguments
diff --git a/docs/exceptions.rst b/docs/exceptions.rst
index d5571979..adc6f202 100644
--- a/docs/exceptions.rst
+++ b/docs/exceptions.rst
@@ -176,7 +176,7 @@ ConfigurationValidationError
 Empty
 ~~~~~
 
-.. autoclass:: satella.exceptions.empty
+.. autoclass:: satella.exceptions.Empty
     :members:
 
 MetricAlreadyExists
diff --git a/docs/posix.rst b/docs/posix.rst
index 3ca49ba7..b4826572 100644
--- a/docs/posix.rst
+++ b/docs/posix.rst
@@ -49,5 +49,3 @@ This is meant to acquire a lock on a file.
 
 .. autoclass:: satella.os.PIDFileLock
     :members:
-
-.. autoclass:: satella.exceptions.LockIsHeld
-- 
GitLab