diff --git a/README.rst b/README.rst index 5a6bcd9..855446b 100644 --- a/README.rst +++ b/README.rst @@ -47,22 +47,26 @@ And the correct metadata:: Creator: 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 -====== ====== -fit Default fit of the bookmark. Can be overwritten per bookmark. See `Wiki `_ for more details. -author PDF Author -keywords PDF Keywords -subject PDF Subject -title PDF Title. If left unspecified, first Heading (h1) in the document is used. -existing_bookmarks What to do with existing bookmarks in individual files. Options are ``keep``, ``flatten``, and ``remove``. See `Wiki `_ for more details. - -.. _pyscaffold-notes: - -Note -==== - -This project has been set up using PyScaffold 4.0.2. For details and usage -information on PyScaffold see https://pyscaffold.org/. ++---------------------+--------------------------------------------------------------------------+ +| Option | Notes | ++=====================+==========================================================================+ +| fit | Default fit of the bookmark. Can be overwritten per bookmark | +| | See `Wiki `_ | +| | for more details. | ++---------------------+--------------------------------------------------------------------------+ +| author | PDF Author | ++---------------------+--------------------------------------------------------------------------+ +| keywords | PDF Keywords | ++---------------------+--------------------------------------------------------------------------+ +| subject | PDF Subject | ++---------------------+--------------------------------------------------------------------------+ +| title | PDF Title. If left unspecified, first Heading (h1) | +| | in the document is used. | ++---------------------+--------------------------------------------------------------------------+ +| existing_bookmarks | What to do with existing bookmarks in individual files. | +| | Options are ``keep``, ``flatten``, and ``remove``. See | +| | `Wiki `_ | +| | for more details. | ++---------------------+--------------------------------------------------------------------------+