Fix RST table

This commit is contained in:
Nemo 2021-05-28 23:12:48 +05:30
parent ead8c30acf
commit a6b7813c2a
1 changed files with 22 additions and 18 deletions

View File

@ -47,22 +47,26 @@ And the correct metadata::
Creator: pystitcher/0.0.1 Creator: pystitcher/0.0.1
Producer: pystitcher/0.0.1 Producer: pystitcher/0.0.1
Configuration options can be specified with Meta data at the top of the file. These include: Configuration options can be specified with Meta data at the top of the file.
====== ====== +---------------------+--------------------------------------------------------------------------+
Option Notes | Option | Notes |
====== ====== +=====================+==========================================================================+
fit Default fit of the bookmark. Can be overwritten per bookmark. See `Wiki <https://github.com/captn3m0/pystitcher/wiki/Zoom-Levels>`_ for more details. | fit | Default fit of the bookmark. Can be overwritten per bookmark |
author PDF Author | | See `Wiki <https://github.com/captn3m0/pystitcher/wiki/Zoom-Levels>`_ |
keywords PDF Keywords | | for more details. |
subject PDF Subject +---------------------+--------------------------------------------------------------------------+
title PDF Title. If left unspecified, first Heading (h1) in the document is used. | author | PDF Author |
existing_bookmarks What to do with existing bookmarks in individual files. Options are ``keep``, ``flatten``, and ``remove``. See `Wiki <https://github.com/captn3m0/pystitcher/wiki/Existing-Bookmarks>`_ for more details. +---------------------+--------------------------------------------------------------------------+
| keywords | PDF Keywords |
.. _pyscaffold-notes: +---------------------+--------------------------------------------------------------------------+
| subject | PDF Subject |
Note +---------------------+--------------------------------------------------------------------------+
==== | title | PDF Title. If left unspecified, first Heading (h1) |
| | in the document is used. |
This project has been set up using PyScaffold 4.0.2. For details and usage +---------------------+--------------------------------------------------------------------------+
information on PyScaffold see https://pyscaffold.org/. | existing_bookmarks | What to do with existing bookmarks in individual files. |
| | Options are ``keep``, ``flatten``, and ``remove``. See |
| | `Wiki <https://github.com/captn3m0/pystitcher/wiki/Existing-Bookmarks>`_ |
| | for more details. |
+---------------------+--------------------------------------------------------------------------+