mirror of
https://github.com/python-escpos/python-escpos
synced 2025-08-24 09:03:34 +00:00
DOC improve the documentation
* make API-doc more legible * improve comments in methods
This commit is contained in:
10
doc/api/constants.rst
Normal file
10
doc/api/constants.rst
Normal file
@@ -0,0 +1,10 @@
|
||||
Constants
|
||||
---------
|
||||
Module :py:mod:`escpos.constants`
|
||||
|
||||
.. automodule:: escpos.constants
|
||||
:members:
|
||||
:inherited-members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
:member-order: bysource
|
10
doc/api/escpos.rst
Normal file
10
doc/api/escpos.rst
Normal file
@@ -0,0 +1,10 @@
|
||||
Esc/Pos
|
||||
-------
|
||||
Module :py:mod:`escpos.escpos`
|
||||
|
||||
.. automodule:: escpos.escpos
|
||||
:members:
|
||||
:inherited-members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
:member-order: bysource
|
9
doc/api/exceptions.rst
Normal file
9
doc/api/exceptions.rst
Normal file
@@ -0,0 +1,9 @@
|
||||
Exceptions
|
||||
----------
|
||||
Module :py:mod:`escpos.exceptions`
|
||||
|
||||
.. automodule:: escpos.exceptions
|
||||
:members:
|
||||
:inherited-members:
|
||||
:show-inheritance:
|
||||
:member-order: bysource
|
10
doc/api/printer.rst
Normal file
10
doc/api/printer.rst
Normal file
@@ -0,0 +1,10 @@
|
||||
Printer implementations
|
||||
-----------------------
|
||||
Module :py:mod:`escpos.printer`
|
||||
|
||||
.. automodule:: escpos.printer
|
||||
:members:
|
||||
:inherited-members:
|
||||
:undoc-members:
|
||||
:show-inheritance:
|
||||
:member-order: bysource
|
Reference in New Issue
Block a user