@@ -80,28 +80,28 @@ The top-level directory of the Warehouse repo contains files including:
80
80
81
81
Directories within the repository:
82
82
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
105
105
106
106
.. _Pyramid : https://docs.pylonsproject.org/projects/pyramid/en/latest/index.html
107
107
.. _Docker : https://docs.docker.com/
0 commit comments