authors can be taken from version control better
This commit is contained in:
parent
1072d1aa5d
commit
f168c73dc8
@ -5,7 +5,7 @@ This module contains constants that are described in the esc/pos-documentation.
|
|||||||
Since there is no definitive and unified specification for all esc/pos-like printers the constants could later be
|
Since there is no definitive and unified specification for all esc/pos-like printers the constants could later be
|
||||||
moved to `capabilities` as in `escpos-php by @mike42 <https://github.com/mike42/escpos-php>`_.
|
moved to `capabilities` as in `escpos-php by @mike42 <https://github.com/mike42/escpos-php>`_.
|
||||||
|
|
||||||
:author: `Manuel F Martinez <manpaz@bashlinux.com>`_ and others
|
:author: python-escpos developers
|
||||||
:organization: Bashlinux and `python-escpos <https://github.com/python-escpos>`_
|
:organization: Bashlinux and `python-escpos <https://github.com/python-escpos>`_
|
||||||
:copyright: Copyright (c) 2012-2017 Bashlinux and python-escpos
|
:copyright: Copyright (c) 2012-2017 Bashlinux and python-escpos
|
||||||
:license: MIT
|
:license: MIT
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
|
|
||||||
This module contains the abstract base class :py:class:`Escpos`.
|
This module contains the abstract base class :py:class:`Escpos`.
|
||||||
|
|
||||||
:author: `Manuel F Martinez <manpaz@bashlinux.com>`_ and others
|
:author: python-escpos developers
|
||||||
:organization: Bashlinux and `python-escpos <https://github.com/python-escpos>`_
|
:organization: Bashlinux and `python-escpos <https://github.com/python-escpos>`_
|
||||||
:copyright: Copyright (c) 2012-2017 Bashlinux and python-escpos
|
:copyright: Copyright (c) 2012-2017 Bashlinux and python-escpos
|
||||||
:license: MIT
|
:license: MIT
|
||||||
|
@ -19,7 +19,7 @@ Result/Exit codes:
|
|||||||
- `210` = Configuration syntax error :py:exc:`~escpos.exceptions.ConfigSyntaxError`
|
- `210` = Configuration syntax error :py:exc:`~escpos.exceptions.ConfigSyntaxError`
|
||||||
- `220` = Configuration section not found :py:exc:`~escpos.exceptions.ConfigSectionMissingError`
|
- `220` = Configuration section not found :py:exc:`~escpos.exceptions.ConfigSectionMissingError`
|
||||||
|
|
||||||
:author: `Manuel F Martinez <manpaz@bashlinux.com>`_ and others
|
:author: python-escpos developers
|
||||||
:organization: Bashlinux and `python-escpos <https://github.com/python-escpos>`_
|
:organization: Bashlinux and `python-escpos <https://github.com/python-escpos>`_
|
||||||
:copyright: Copyright (c) 2012-2017 Bashlinux and python-escpos
|
:copyright: Copyright (c) 2012-2017 Bashlinux and python-escpos
|
||||||
:license: MIT
|
:license: MIT
|
||||||
|
@ -2,7 +2,7 @@
|
|||||||
# -*- coding: utf-8 -*-
|
# -*- coding: utf-8 -*-
|
||||||
"""This module contains the implementations of abstract base class :py:class:`Escpos`.
|
"""This module contains the implementations of abstract base class :py:class:`Escpos`.
|
||||||
|
|
||||||
:author: `Manuel F Martinez <manpaz@bashlinux.com>`_ and others
|
:author: python-escpos developers
|
||||||
:organization: Bashlinux and `python-escpos <https://github.com/python-escpos>`_
|
:organization: Bashlinux and `python-escpos <https://github.com/python-escpos>`_
|
||||||
:copyright: Copyright (c) 2012-2017 Bashlinux and python-escpos
|
:copyright: Copyright (c) 2012-2017 Bashlinux and python-escpos
|
||||||
:license: MIT
|
:license: MIT
|
||||||
|
Loading…
x
Reference in New Issue
Block a user