Skip to content

Commit

Permalink
docs: remove user-api-docs flash (pypi#17212)
Browse files Browse the repository at this point in the history
Signed-off-by: William Woodruff <william@trailofbits.com>
  • Loading branch information
woodruffw authored Dec 3, 2024
1 parent 2258995 commit 9f9413d
Show file tree
Hide file tree
Showing 3 changed files with 0 additions and 15 deletions.
2 changes: 0 additions & 2 deletions docs/user/api/index.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Introduction

<!--[[ preview('user-api-docs') ]]-->

PyPI has several API endpoints and public datasets, each of which is referenced
in the table of contents for this hierarchy.

Expand Down
2 changes: 0 additions & 2 deletions docs/user/api/integrity.md
Original file line number Diff line number Diff line change
@@ -1,7 +1,5 @@
# Integrity API

<!--[[ preview('user-api-docs') ]]-->

The Integrity API provides access to PyPI's implementation of [PEP 740].

## Concepts
Expand Down
11 changes: 0 additions & 11 deletions docs/user/main.py
Original file line number Diff line number Diff line change
Expand Up @@ -17,20 +17,9 @@
and are not yet considered stable.
"""

USER_API_DOCS = """
!!! info
User-level API documentation is a **work in progress**, and is currently
being migrated from PyPI's
[developer documentation](https://warehouse.pypa.io/api-reference/index.html).
Please see [issue #16541](https://github.com/pypi/warehouse/issues/16541)
for more information and status updates.
"""

PREVIEW_FEATURES = {
"org-accounts": ORG_ACCOUNTS,
"index-attestations": INDEX_ATTESTATIONS,
"user-api-docs": USER_API_DOCS,
}

_HERE = Path(__file__).parent.resolve()
Expand Down

0 comments on commit 9f9413d

Please sign in to comment.