mirror of
https://github.com/python-escpos/python-escpos
synced 2025-09-13 09:09:58 +00:00
improve spelling
This commit is contained in:
@@ -317,7 +317,7 @@ spelling_ignore_wiki_words = True
|
||||
spelling_ignore_python_builtins = True
|
||||
spelling_ignore_importable_modules = True
|
||||
spelling_ignore_contributor_names = True
|
||||
spelling_word_list_filename = "spelling_wordlist.txt"
|
||||
spelling_word_list_filename = ["spelling_wordlist.txt", "../AUTHORS"]
|
||||
spelling_show_suggestions = True
|
||||
spelling_suggestion_limit = 3
|
||||
spelling_warning = True
|
||||
|
@@ -21,6 +21,6 @@ The identifier can be found in :ref:`available-profiles`.
|
||||
This documentation describes the profiles in the database file that
|
||||
is bundled with this release.
|
||||
If another configuration is to be used, this chapter can be followed
|
||||
for information on how to sideload another `capabilities`-database:
|
||||
for information on how to side-load another `capabilities`-database:
|
||||
:ref:`advanced-usage-change-capabilities-profile`.
|
||||
|
||||
|
@@ -6,18 +6,82 @@ Escpos
|
||||
Escpos
|
||||
escpos
|
||||
|
||||
bitImageColumn
|
||||
bitImageRaster
|
||||
ep
|
||||
pc
|
||||
cp
|
||||
|
||||
csoft
|
||||
Frédéric
|
||||
Headcrash
|
||||
Krispy
|
||||
primax
|
||||
Tahri
|
||||
reck
|
||||
mrwunderbar
|
||||
zouppen
|
||||
kedare
|
||||
Foaly
|
||||
brendanhowell
|
||||
der
|
||||
fvdsn
|
||||
Marull
|
||||
Paretas
|
||||
Kakistocrat
|
||||
|
||||
barcode
|
||||
barcodes
|
||||
baudrate
|
||||
Bashlinux
|
||||
capabilities
|
||||
cashdraw
|
||||
charcode
|
||||
changelog
|
||||
cheque
|
||||
codebase
|
||||
codecov
|
||||
codepages
|
||||
config
|
||||
del
|
||||
dev
|
||||
dialout
|
||||
docstrings
|
||||
ean
|
||||
Ean
|
||||
encodable
|
||||
fff
|
||||
io
|
||||
json
|
||||
latin
|
||||
libusb
|
||||
lp
|
||||
lsusb
|
||||
natively
|
||||
php
|
||||
pre
|
||||
prefilled
|
||||
printcap
|
||||
programmatically
|
||||
py
|
||||
pypy
|
||||
pyyaml
|
||||
px
|
||||
qrcode
|
||||
Raspbian
|
||||
rebase
|
||||
rebased
|
||||
resetted
|
||||
rst
|
||||
submodule
|
||||
src
|
||||
testcases
|
||||
th
|
||||
Todo
|
||||
traceback
|
||||
udev
|
||||
udev
|
||||
usb
|
||||
usec
|
||||
virtualenvs
|
||||
whitespaces
|
||||
xml
|
@@ -11,7 +11,7 @@ rendering can be performed externally by software and then sent
|
||||
to the printer as an image.
|
||||
As a drawback, this operation is much slower and the user needs
|
||||
to know and choose the image implementation method supported by
|
||||
the printer's commandset.
|
||||
the printer's command-set.
|
||||
|
||||
barcode-method
|
||||
~~~~~~~~~~~~~~
|
||||
|
@@ -49,7 +49,8 @@ Setup udev for USB-Printers
|
||||
|
||||
Enabling tab-completion in CLI
|
||||
------------------------------
|
||||
python-escpos has a CLI with tab-completion. This is realised with ``argcomplete``.
|
||||
python-escpos has a CLI with tab-completion.
|
||||
This is realized with ``argcomplete``.
|
||||
In order for this to work you have to enable tab-completion, which is described in
|
||||
the `manual of argcomplete <https://argcomplete.readthedocs.io>`__.
|
||||
|
||||
|
@@ -146,7 +146,7 @@ And for linux::
|
||||
|
||||
$HOME/.config/python-escpos/config.yaml
|
||||
|
||||
If you aren't sure, run::
|
||||
If you are not sure, run::
|
||||
|
||||
from escpos import config
|
||||
c = config.Config()
|
||||
|
Reference in New Issue
Block a user