From 25d88cb727be4a976ecdd1ef1951212fb778f813 Mon Sep 17 00:00:00 2001 From: Simon Willison Date: Wed, 7 May 2025 17:54:29 -0700 Subject: [PATCH] Small documentation updates to fix warnings --- docs/changelog.rst | 2 +- docs/cli-reference.rst | 1 - docs/cli.rst | 2 +- 3 files changed, 2 insertions(+), 3 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index b4af0f9..abe2cc5 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -111,7 +111,7 @@ This release introduces a new :ref:`plugin system `. Read more about th 3.32 (2023-05-21) ----------------- -- New experimental ``sqlite-utils tui`` interface for interactively building command-line invocations, powered by `Trogon `__. This requires an optional dependency, installed using ``sqlite-utils install trogon``. There is a screenshot :ref:`in the documentation `. (:issue:`545`) +- New experimental ``sqlite-utils tui`` interface for interactively building command-line invocations, powered by `Trogon `__. This requires an optional dependency, installed using ``sqlite-utils install trogon``. (:issue:`545`) - ``sqlite-utils analyze-tables`` command (:ref:`documentation `) now has a ``--common-limit 20`` option for changing the number of common/least-common values shown for each column. (:issue:`544`) - ``sqlite-utils analyze-tables --no-most`` and ``--no-least`` options for disabling calculation of most-common and least-common values. - 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`) diff --git a/docs/cli-reference.rst b/docs/cli-reference.rst index b057264..d0a7c05 100644 --- a/docs/cli-reference.rst +++ b/docs/cli-reference.rst @@ -65,7 +65,6 @@ This page lists the ``--help`` for every ``sqlite-utils`` CLI sub-command. "create-spatial-index": "cli_spatialite_indexes", "install": "cli_install", "uninstall": "cli_uninstall", - "tui": "cli_tui", } commands.sort(key = lambda command: go_first.index(command) if command in go_first else 999) cog.out("\n") diff --git a/docs/cli.rst b/docs/cli.rst index 5f3b7c1..19ea6d3 100644 --- a/docs/cli.rst +++ b/docs/cli.rst @@ -1285,7 +1285,7 @@ You can set the ``SQLITE_UTILS_DETECT_TYPES`` environment variable if you want ` If a CSV or TSV file includes empty cells, like this one: -.. code-block:: csv +:: name,age,weight Cleo,6,