change heading levels
This commit is contained in:
parent
37da7eefbd
commit
8b3f8e41a1
10
README.rst
10
README.rst
@ -8,7 +8,7 @@ python-escpos - Python library to manipulate ESC/POS Printers
|
|||||||
|
|
||||||
|
|
||||||
Description
|
Description
|
||||||
-----------
|
"""""""""""
|
||||||
|
|
||||||
Python ESC/POS is a library which lets the user have access to all those printers handled
|
Python ESC/POS is a library which lets the user have access to all those printers handled
|
||||||
by ESC/POS commands, as defined by Epson, from a Python application.
|
by ESC/POS commands, as defined by Epson, from a Python application.
|
||||||
@ -27,7 +27,7 @@ settings for the printer that you set. These settings are handled by
|
|||||||
`escpos-php <https://github.com/mike42/escpos-php>`_.
|
`escpos-php <https://github.com/mike42/escpos-php>`_.
|
||||||
|
|
||||||
Dependencies
|
Dependencies
|
||||||
------------
|
""""""""""""
|
||||||
|
|
||||||
This library makes use of:
|
This library makes use of:
|
||||||
|
|
||||||
@ -38,7 +38,7 @@ This library makes use of:
|
|||||||
* `python-barcode <https://github.com/WhyNotHugo/python-barcode>`_ for the generation of barcodes
|
* `python-barcode <https://github.com/WhyNotHugo/python-barcode>`_ for the generation of barcodes
|
||||||
|
|
||||||
Documentation and Usage
|
Documentation and Usage
|
||||||
-----------------------
|
"""""""""""""""""""""""
|
||||||
|
|
||||||
The basic usage is:
|
The basic usage is:
|
||||||
|
|
||||||
@ -89,7 +89,7 @@ The full project-documentation is available on
|
|||||||
`Read the Docs <https://python-escpos.readthedocs.io>`_.
|
`Read the Docs <https://python-escpos.readthedocs.io>`_.
|
||||||
|
|
||||||
Contributing
|
Contributing
|
||||||
------------
|
""""""""""""
|
||||||
|
|
||||||
This project is open for any contribution! Please see
|
This project is open for any contribution! Please see
|
||||||
`CONTRIBUTING.rst <https://python-escpos.readthedocs.io/en/latest/dev/contributing.html>`_
|
`CONTRIBUTING.rst <https://python-escpos.readthedocs.io/en/latest/dev/contributing.html>`_
|
||||||
@ -97,7 +97,7 @@ for more information.
|
|||||||
|
|
||||||
|
|
||||||
Disclaimer
|
Disclaimer
|
||||||
----------
|
""""""""""
|
||||||
|
|
||||||
None of the vendors cited in this project agree or endorse any of the
|
None of the vendors cited in this project agree or endorse any of the
|
||||||
patterns or implementations.
|
patterns or implementations.
|
||||||
|
@ -5,8 +5,9 @@
|
|||||||
|
|
||||||
.. include:: ../README.rst
|
.. include:: ../README.rst
|
||||||
|
|
||||||
|
#######
|
||||||
Content
|
Content
|
||||||
-------
|
#######
|
||||||
|
|
||||||
.. toctree::
|
.. toctree::
|
||||||
:maxdepth: 1
|
:maxdepth: 1
|
||||||
@ -52,8 +53,9 @@ Content
|
|||||||
api/codepages
|
api/codepages
|
||||||
api/katakana
|
api/katakana
|
||||||
|
|
||||||
|
##################
|
||||||
Indices and tables
|
Indices and tables
|
||||||
==================
|
##################
|
||||||
|
|
||||||
* :ref:`genindex`
|
* :ref:`genindex`
|
||||||
* :ref:`modindex`
|
* :ref:`modindex`
|
||||||
|
Loading…
x
Reference in New Issue
Block a user