mirror of
https://github.com/python-escpos/python-escpos
synced 2025-12-02 09:43:30 +00:00
DOC transfered wiki to sphinx-doc
* changed structure of index-file * copied the WIKI at commit 67601b2d33f5a3cf8e9633e6ad92cca286840680 * adapted the markdown to rst
This commit is contained in:
32
doc/api.rst
Normal file
32
doc/api.rst
Normal file
@@ -0,0 +1,32 @@
|
||||
API reference
|
||||
=============
|
||||
|
||||
The main class and abstract implementation of an Esc/Pos printer.
|
||||
|
||||
escpos
|
||||
======
|
||||
.. automodule:: escpos.escpos
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
printer
|
||||
=======
|
||||
.. automodule:: escpos.printer
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
exceptions
|
||||
==========
|
||||
.. automodule:: escpos.exceptions
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
|
||||
constants
|
||||
=========
|
||||
.. automodule:: escpos.constants
|
||||
:members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
Reference in New Issue
Block a user