From d855f28a692837a6e65cc1247c54f3f630c7ac78 Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Thu, 10 Aug 2023 00:35:24 +0200 Subject: [PATCH] document CupsPrinter --- doc/user/printers.rst | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/doc/user/printers.rst b/doc/user/printers.rst index 0918ccc..051ef3b 100644 --- a/doc/user/printers.rst +++ b/doc/user/printers.rst @@ -82,7 +82,10 @@ Supports both local and remote CUPS printers and servers. The printer must be properly configured in CUPS administration. The connector generates a print job that is added to the CUPS queue. -.. todo:: fix import in documentation +.. autoclass:: escpos.printer.CupsPrinter + :members: + :member-order: bysource + :noindex: LP ----