From 88b1ce5eec419545eda4f1bfea2c59682f575c17 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?St=C3=A9phane=20Bidoul?= Date: Wed, 22 Mar 2023 10:11:06 +0100 Subject: [PATCH] Add a few back quotes in docs --- docs/html/reference/inspect-report.md | 4 ++-- docs/html/reference/installation-report.md | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/docs/html/reference/inspect-report.md b/docs/html/reference/inspect-report.md index 2bbef6e17..1355e5d42 100644 --- a/docs/html/reference/inspect-report.md +++ b/docs/html/reference/inspect-report.md @@ -23,7 +23,7 @@ The report is a JSON object with the following properties: - `pip_version`: a string with the version of pip used to produce the report. -- `installed`: an array of [InspectReportItem](InspectReportItem) representing the +- `installed`: an array of [`InspectReportItem`](InspectReportItem) representing the distribution packages that are installed. - `environment`: an object describing the environment where the installation report was @@ -53,7 +53,7 @@ the following properties: using the [direct URL data structure](https://packaging.python.org/en/latest/specifications/direct-url-data-structure/). In most case, this field corresponds to the - [direct_url.json](https://packaging.python.org/en/latest/specifications/direct-url) + [`direct_url.json`](https://packaging.python.org/en/latest/specifications/direct-url) metadata, except for legacy editable installs, where it is emulated. - `requested`: `true` if the `REQUESTED` metadata is present, `false` otherwise. This diff --git a/docs/html/reference/installation-report.md b/docs/html/reference/installation-report.md index 983ec48e7..cc2e23b2a 100644 --- a/docs/html/reference/installation-report.md +++ b/docs/html/reference/installation-report.md @@ -36,7 +36,7 @@ The report is a JSON object with the following properties: - `pip_version`: a string with the version of pip used to produce the report. -- `install`: an array of [InstallationReportItem](InstallationReportItem) representing +- `install`: an array of [`InstallationReportItem`](InstallationReportItem) representing the distribution packages (to be) installed. - `environment`: an object describing the environment where the installation report was @@ -61,7 +61,7 @@ package with the following properties: using the [direct URL data structure](https://packaging.python.org/en/latest/specifications/direct-url-data-structure/). When `is_direct` is `true`, this field is the same as the - [direct_url.json](https://packaging.python.org/en/latest/specifications/direct-url) + [`direct_url.json`](https://packaging.python.org/en/latest/specifications/direct-url) metadata, otherwise it represents the URL of the artifact obtained from the index or `--find-links`.