Skip to content

Commit 72f6c82

Browse files
committed
Small documentation updates to fix warnings
1 parent 0e4e270 commit 72f6c82

File tree

3 files changed

+2
-3
lines changed

3 files changed

+2
-3
lines changed

docs/changelog.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ This release introduces a new :ref:`plugin system <plugins>`. Read more about th
111111
3.32 (2023-05-21)
112112
-----------------
113113

114-
- New experimental ``sqlite-utils tui`` interface for interactively building command-line invocations, powered by `Trogon <https://github.com/Textualize/trogon>`__. This requires an optional dependency, installed using ``sqlite-utils install trogon``. There is a screenshot :ref:`in the documentation <cli_tui>`. (:issue:`545`)
114+
- New experimental ``sqlite-utils tui`` interface for interactively building command-line invocations, powered by `Trogon <https://github.com/Textualize/trogon>`__. This requires an optional dependency, installed using ``sqlite-utils install trogon``. (:issue:`545`)
115115
- ``sqlite-utils analyze-tables`` command (:ref:`documentation <cli_analyze_tables>`) now has a ``--common-limit 20`` option for changing the number of common/least-common values shown for each column. (:issue:`544`)
116116
- ``sqlite-utils analyze-tables --no-most`` and ``--no-least`` options for disabling calculation of most-common and least-common values.
117117
- If a column contains only ``null`` values, ``analyze-tables`` will no longer attempt to calculate the most common and least common values for that column. (:issue:`547`)

docs/cli-reference.rst

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ This page lists the ``--help`` for every ``sqlite-utils`` CLI sub-command.
6565
"create-spatial-index": "cli_spatialite_indexes",
6666
"install": "cli_install",
6767
"uninstall": "cli_uninstall",
68-
"tui": "cli_tui",
6968
}
7069
commands.sort(key = lambda command: go_first.index(command) if command in go_first else 999)
7170
cog.out("\n")

docs/cli.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1285,7 +1285,7 @@ You can set the ``SQLITE_UTILS_DETECT_TYPES`` environment variable if you want `
12851285
12861286
If a CSV or TSV file includes empty cells, like this one:
12871287

1288-
.. code-block:: csv
1288+
::
12891289

12901290
name,age,weight
12911291
Cleo,6,

0 commit comments

Comments
 (0)