mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-19 23:14:09 +02:00
docs: render --convert and --functions literally in install section
The double dashes were hitting Sphinx's smartquotes inside the `:ref:` display text and coming out as en-dashes. Move them into inline code spans and reword the sentence around the links so smartquotes never sees them. Closes #493. Signed-off-by: Charlie Tonneslan <cst0520@gmail.com>
This commit is contained in:
parent
8d74ffc932
commit
18d2ef341e
1 changed files with 1 additions and 1 deletions
|
|
@ -2786,7 +2786,7 @@ See this `SpatiaLite Cookbook recipe <http://www.gaia-gis.it/gaia-sins/spatialit
|
||||||
Installing packages
|
Installing packages
|
||||||
===================
|
===================
|
||||||
|
|
||||||
The :ref:`convert command <cli_convert>` and the :ref:`insert -\\-convert <cli_insert_convert>` and :ref:`query -\\-functions <cli_query_functions>` options can be provided with a Python script that imports additional modules from the ``sqlite-utils`` environment.
|
The :ref:`convert command <cli_convert>`, the ``--convert`` option to :ref:`insert <cli_insert_convert>`, and the ``--functions`` option to :ref:`query <cli_query_functions>` can be provided with a Python script that imports additional modules from the ``sqlite-utils`` environment.
|
||||||
|
|
||||||
You can install packages from PyPI directly into the correct environment using ``sqlite-utils install <package>``. This is a wrapper around ``pip install``.
|
You can install packages from PyPI directly into the correct environment using ``sqlite-utils install <package>``. This is a wrapper around ``pip install``.
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue