1
0
mirror of https://github.com/python-escpos/python-escpos synced 2025-09-13 09:09:58 +00:00

improve linkage in documentation

This commit is contained in:
Patrick Kanzler
2023-07-11 23:39:32 +02:00
parent 41d800c757
commit bf804edbba
2 changed files with 27 additions and 26 deletions

View File

@@ -507,10 +507,10 @@ class Escpos(object):
:raises: :py:exc:`~escpos.exceptions.BarcodeCodeError`,
:py:exc:`~escpos.exceptions.BarcodeTypeError`
.. tip::
.. note::
Get all supported formats at:
- Hardware: `~escpos.constants.BARCODE_FORMATS`
- Software: `https://python-barcode.readthedocs.io/en/stable/supported-formats.html`
- Hardware: :py:const:`~escpos.constants.BARCODE_FORMATS`
- Software: `Python barcode documentation <https://python-barcode.readthedocs.io/en/stable/supported-formats.html>`_
"""
hw_modes = ["barcodeA", "barcodeB"]
sw_modes = ["graphics", "bitImageColumn", "bitImageRaster"]