summaryrefslogtreecommitdiff
path: root/docs
diff options
context:
space:
mode:
authorStéphane Bidoul <stephane.bidoul@gmail.com>2023-03-22 10:11:06 +0100
committerStéphane Bidoul <stephane.bidoul@gmail.com>2023-03-22 10:11:06 +0100
commit88b1ce5eec419545eda4f1bfea2c59682f575c17 (patch)
tree842a2f569af059eed31bbfbb0175fd1114935bc9 /docs
parentafb743c01c095fe5f3fed96e0cd92fbea94542af (diff)
downloadpip-88b1ce5eec419545eda4f1bfea2c59682f575c17.tar.gz
Add a few back quotes in docs
Diffstat (limited to 'docs')
-rw-r--r--docs/html/reference/inspect-report.md4
-rw-r--r--docs/html/reference/installation-report.md4
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`.