Skip to content

Commit 2fc92a0

Browse files
committed
Improve directory listing
1 parent 80bcb60 commit 2fc92a0

File tree

2 files changed

+24
-22
lines changed

2 files changed

+24
-22
lines changed

docs/api-reference/legacy.rst

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -124,6 +124,8 @@ The Simple API implements the HTML-based package index API as specified in `PEP
124124
.. _`pypi-legacy`: https://pypi.python.org/
125125
.. _`PEP 503`: https://www.python.org/dev/peps/pep-0503/
126126

127+
.. _upload-api-forklift:
128+
127129
Upload API
128130
----------
129131

docs/application.rst

Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -80,28 +80,28 @@ The top-level directory of the Warehouse repo contains files including:
8080

8181
Directories within the repository:
8282

83-
::
84-
85-
bin/ - high-level scripts for Docker, Travis, and Makefile commands
86-
dev/ - assets for developer environment
87-
tests/ - tests
88-
warehouse/ - code in modules
89-
legacy/ - most of the read-only APIs implemented here
90-
forklift/ - APIs for upload
91-
accounts/ - user accounts
92-
admin/ - application-administrator-specific
93-
cache/ - caching
94-
classifiers/ - frame trove classifiers
95-
cli/ - entry scripts and [the interactive shell](https://warehouse.readthedocs.io/development/getting-started/#running-the-interactive-shell)
96-
i18n/ - internationalization
97-
locales/ - internationalization
98-
manage/ - logged-in user functionality (i.e., manage account & owned projects)
99-
migrations/ - DB
100-
packaging/ - models
101-
rate_limiting/ - rate limiting to prevent abuse
102-
rss/ - RSS feeds
103-
sitemap/ - site maps
104-
utils/ - various utilities Warehouse uses
83+
- bin/ - high-level scripts for Docker, Travis, and Makefile commands
84+
- dev/ - assets for developer environment
85+
- tests/ - tests
86+
- warehouse/ - code in modules
87+
88+
- legacy/ - most of the read-only APIs implemented here
89+
- forklift/ - :ref:`upload-api-forklift`
90+
- accounts/ - user accounts
91+
- admin/ - application-administrator-specific
92+
- cache/ - caching
93+
- classifiers/ - frame trove classifiers
94+
- cli/ - entry scripts and `the interactive shell <https://warehouse.readthedocs.io/development/getting-started/#running-the-interactive-shell>`_
95+
- i18n/ - internationalization
96+
- locales/ - internationalization
97+
- manage/ - logged-in user functionality (i.e., manage account &
98+
owned/maintained projects)
99+
- migrations/ - changes to the database schema
100+
- packaging/ - models
101+
- rate_limiting/ - rate limiting to prevent abuse
102+
- rss/ - RSS feeds: :doc:`api-reference/feeds`
103+
- sitemap/ - site maps
104+
- utils/ - various utilities Warehouse uses
105105

106106
.. _Pyramid: https://docs.pylonsproject.org/projects/pyramid/en/latest/index.html
107107
.. _Docker: https://docs.docker.com/

0 commit comments

Comments
 (0)