From 8b3f8e41a103eee0a2f632a5af193fb7fb324e79 Mon Sep 17 00:00:00 2001 From: Patrick Kanzler Date: Tue, 8 Aug 2023 22:54:12 +0200 Subject: [PATCH] change heading levels --- README.rst | 10 +++++----- doc/index.rst | 6 ++++-- 2 files changed, 9 insertions(+), 7 deletions(-) diff --git a/README.rst b/README.rst index e873f1a..4db6d5a 100644 --- a/README.rst +++ b/README.rst @@ -8,7 +8,7 @@ python-escpos - Python library to manipulate ESC/POS Printers Description ------------ +""""""""""" 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. @@ -27,7 +27,7 @@ settings for the printer that you set. These settings are handled by `escpos-php `_. Dependencies ------------- +"""""""""""" This library makes use of: @@ -38,7 +38,7 @@ This library makes use of: * `python-barcode `_ for the generation of barcodes Documentation and Usage ------------------------ +""""""""""""""""""""""" The basic usage is: @@ -89,7 +89,7 @@ The full project-documentation is available on `Read the Docs `_. Contributing ------------- +"""""""""""" This project is open for any contribution! Please see `CONTRIBUTING.rst `_ @@ -97,7 +97,7 @@ for more information. Disclaimer ----------- +"""""""""" None of the vendors cited in this project agree or endorse any of the patterns or implementations. diff --git a/doc/index.rst b/doc/index.rst index 07ce151..fa1e949 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -5,8 +5,9 @@ .. include:: ../README.rst +####### Content -------- +####### .. toctree:: :maxdepth: 1 @@ -52,8 +53,9 @@ Content api/codepages api/katakana +################## Indices and tables -================== +################## * :ref:`genindex` * :ref:`modindex`