Skip to content

Commit fb307f1

Browse files
user-docs: remove index-attestations preview feature (#19162)
Signed-off-by: William Woodruff <[email protected]> Co-authored-by: Mike Fiedler <[email protected]>
1 parent 7678ead commit fb307f1

File tree

5 files changed

+2
-19
lines changed

5 files changed

+2
-19
lines changed

docs/user/attestations/consuming-attestations.md

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Consuming attestations
22

3-
<!--[[ preview('index-attestations') ]]-->
4-
53
PyPI makes a file's attestations available via the simple index (HTML)
64
and simple JSON APIs.
75

@@ -12,7 +10,7 @@ For a full API reference, see the [Integrity API documentation].
1210
Since a distribution file can have multiple attestations, and PyPI serves
1311
these attestations as a single JSON file, this JSON file groups the
1412
attestations into a single [provenance object]. This object contains
15-
bundles of attestations grouped by the Trusted Publisher identity used
13+
bundles of attestations grouped by the Trusted Publisher identity used
1614
to sign them.
1715

1816
To manually verify a PyPI artifact against its provenance object,

docs/user/attestations/index.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
title: Introduction
33
---
44

5-
<!--[[ preview('index-attestations') ]]-->
6-
75
These pages document PyPI's implementation of digital attestations ([PEP 740]),
86
including in-toto attestation predicates specific to PyPI itself.
97

docs/user/attestations/producing-attestations.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,5 @@
11
# Producing attestations
22

3-
<!--[[ preview('index-attestations') ]]-->
4-
53
PyPI allows attestations to be attached to individual *release files*
64
(source and binary distributions within a release) at upload time.
75

docs/user/attestations/publish/v1.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,6 @@
22
title: PyPI Publish Attestation (v1)
33
---
44

5-
<!--[[ preview('index-attestations') ]]-->
6-
75
Type URI: <https://docs.pypi.org/attestations/publish/v1>
86

97
Version 1.0

docs/user/main.py

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,15 +1,6 @@
11
from pathlib import Path
22

3-
INDEX_ATTESTATIONS = """
4-
!!! info
5-
6-
Index attestations are currently under active development,
7-
and are not yet considered stable.
8-
"""
9-
10-
PREVIEW_FEATURES = {
11-
"index-attestations": INDEX_ATTESTATIONS,
12-
}
3+
PREVIEW_FEATURES = {}
134

145
_HERE = Path(__file__).parent.resolve()
156

0 commit comments

Comments
 (0)