diff options
author | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2022-03-11 18:52:02 +0100 |
---|---|---|
committer | Elena ``of Valhalla'' Grandi <valhalla@trueelena.org> | 2022-03-11 18:52:02 +0100 |
commit | 5b4aa1dd8fe6d52392c127be8ca53d54796255bc (patch) | |
tree | 360a4b3bead2c5be13bcbaae5390a990004d04b1 /docs | |
parent | f4c22652444d481e03ce27adc0317f324177609e (diff) |
Fix doc8 issues in the docs
Diffstat (limited to 'docs')
-rw-r--r-- | docs/field_types.rst | 2 | ||||
-rw-r--r-- | docs/source/man/lesana-export.rst | 3 | ||||
-rw-r--r-- | docs/source/man/lesana-search.rst | 2 |
3 files changed, 4 insertions, 3 deletions
diff --git a/docs/field_types.rst b/docs/field_types.rst index 91eda44..0d8dfc1 100644 --- a/docs/field_types.rst +++ b/docs/field_types.rst @@ -5,7 +5,7 @@ string: a string of unicode text. text: - a longer block of unicode text; + a longer block of unicode text; integer: . float: diff --git a/docs/source/man/lesana-export.rst b/docs/source/man/lesana-export.rst index 89e2c5c..b4f13a0 100644 --- a/docs/source/man/lesana-export.rst +++ b/docs/source/man/lesana-export.rst @@ -5,7 +5,8 @@ lesana-export SYNOPSIS ======== -lesana export [-h] [--collection COLLECTION] [--query QUERY] destination template +lesana export [-h] [--collection COLLECTION] [--query QUERY] \ + destination template DESCRIPTION =========== diff --git a/docs/source/man/lesana-search.rst b/docs/source/man/lesana-search.rst index f7bcf9c..3a45b98 100644 --- a/docs/source/man/lesana-search.rst +++ b/docs/source/man/lesana-search.rst @@ -51,6 +51,6 @@ OPTIONS This option can be added multiple times; prefix the name of the field with ``-`` to reverse the results (e.g. ``--sort='-date'``). -expand-query-template +--expand-query-template Render search_aliases in the query as a jinja2 template |