Skip to content

Commit 88b1ce5

Browse files
committed
Add a few back quotes in docs
1 parent afb743c commit 88b1ce5

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

docs/html/reference/inspect-report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ The report is a JSON object with the following properties:
2323

2424
- `pip_version`: a string with the version of pip used to produce the report.
2525

26-
- `installed`: an array of [InspectReportItem](InspectReportItem) representing the
26+
- `installed`: an array of [`InspectReportItem`](InspectReportItem) representing the
2727
distribution packages that are installed.
2828

2929
- `environment`: an object describing the environment where the installation report was
@@ -53,7 +53,7 @@ the following properties:
5353
using the [direct URL data
5454
structure](https://packaging.python.org/en/latest/specifications/direct-url-data-structure/).
5555
In most case, this field corresponds to the
56-
[direct_url.json](https://packaging.python.org/en/latest/specifications/direct-url)
56+
[`direct_url.json`](https://packaging.python.org/en/latest/specifications/direct-url)
5757
metadata, except for legacy editable installs, where it is emulated.
5858

5959
- `requested`: `true` if the `REQUESTED` metadata is present, `false` otherwise. This

docs/html/reference/installation-report.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ The report is a JSON object with the following properties:
3636

3737
- `pip_version`: a string with the version of pip used to produce the report.
3838

39-
- `install`: an array of [InstallationReportItem](InstallationReportItem) representing
39+
- `install`: an array of [`InstallationReportItem`](InstallationReportItem) representing
4040
the distribution packages (to be) installed.
4141

4242
- `environment`: an object describing the environment where the installation report was
@@ -61,7 +61,7 @@ package with the following properties:
6161
using the [direct URL data
6262
structure](https://packaging.python.org/en/latest/specifications/direct-url-data-structure/).
6363
When `is_direct` is `true`, this field is the same as the
64-
[direct_url.json](https://packaging.python.org/en/latest/specifications/direct-url)
64+
[`direct_url.json`](https://packaging.python.org/en/latest/specifications/direct-url)
6565
metadata, otherwise it represents the URL of the artifact obtained from the index or
6666
`--find-links`.
6767

0 commit comments

Comments
 (0)