@@ -148,19 +148,18 @@ profile:
148
148
3. For whatever reason, they don't or won't declare their build dependencies using
149
149
``setup_requires ``.
150
150
151
-
152
- Requirements File Format
153
- ------------------------
151
+ .. _`0-requirements-file-format` :
152
+ .. rubric :: Requirements File Format
154
153
155
154
This section has been moved to :doc: `../reference/requirements-file-format `.
156
155
157
- Requirement Specifiers
158
- ----------------------
156
+ .. _ `0-requirement-specifiers` :
157
+ .. rubric :: Requirement Specifiers
159
158
160
159
This section has been moved to :doc: `../reference/requirement-specifiers `.
161
160
162
- Per- requirement Overrides
163
- -------------------------
161
+ .. _ `0-per- requirement-overrides` :
162
+ .. rubric :: Per-requirement Overrides
164
163
165
164
This is now covered in :doc: `../reference/requirements-file-format `.
166
165
@@ -183,11 +182,8 @@ that enables installation of pre-releases and development releases.
183
182
184
183
.. _pre-releases : https://www.python.org/dev/peps/pep-0440/#handling-of-pre-releases
185
184
186
-
187
- .. _`VCS Support` :
188
-
189
- VCS Support
190
- -----------
185
+ .. _`0-vcs-support` :
186
+ .. rubric :: VCS Support
191
187
192
188
This is now covered in :doc: `../topics/vcs-support `.
193
189
@@ -224,45 +220,38 @@ store. The default bundled CA certificate store certificate store may be
224
220
overridden by using ``--cert `` option or by using ``PIP_CERT ``,
225
221
``REQUESTS_CA_BUNDLE ``, or ``CURL_CA_BUNDLE `` environment variables.
226
222
227
-
228
- .. _`Caching` :
229
-
230
- Caching
231
- -------
223
+ .. _`0-caching` :
224
+ .. rubric :: Caching
232
225
233
226
This is now covered in :doc: `../topics/caching `.
234
227
235
- .. _`Wheel cache` :
236
-
237
- Wheel Cache
238
- ^^^^^^^^^^^
228
+ .. _`0-wheel-cache` :
229
+ .. rubric :: Wheel Cache
239
230
240
231
This is now covered in :doc: `../topics/caching `.
241
232
242
- Hash checking mode
243
- ------------------
233
+ .. _ `0-hash- checking- mode` :
234
+ .. rubric :: Hash checking mode
244
235
245
236
This is now covered in :doc: `../topics/secure-installs `.
246
237
247
- Local Project Installs
248
- ----------------------
238
+ .. _ `0-local-project-installs` :
239
+ .. rubric :: Local Project Installs
249
240
250
241
This is now covered in :doc: `../topics/local-project-installs `.
251
242
252
- Editable installs
253
- -----------------
243
+ .. _ `0-editable- installs` :
244
+ .. rubric :: Editable installs
254
245
255
246
This is now covered in :doc: `../topics/local-project-installs `.
256
247
257
- Build System Interface
258
- ----------------------
248
+ .. _ `0-build-system-interface` :
249
+ .. rubric :: Build System Interface
259
250
260
251
This is now covered in :doc: `../reference/build-system/index `.
261
252
262
-
263
253
.. _`pip install Options` :
264
254
265
-
266
255
Options
267
256
=======
268
257
0 commit comments