Skip to content

Commit 7c3629a

Browse files
committed
Make section underlines not go over
1 parent 9cabd4c commit 7c3629a

File tree

1 file changed

+16
-16
lines changed

1 file changed

+16
-16
lines changed

source/specifications/pylock-toml.rst

Lines changed: 16 additions & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -276,7 +276,7 @@ consistent order. Usage of inline tables SHOULD also be kept consistent.
276276
.. _pylock-packages-vcs:
277277

278278
``[packages.vcs]``
279-
-------------------
279+
------------------
280280

281281
- **Type**: table
282282
- **Required?**: no; mutually-exclusive with :ref:`pylock-packages-directory`,
@@ -298,7 +298,7 @@ consistent order. Usage of inline tables SHOULD also be kept consistent.
298298
.. _pylock-packages-vcs-type:
299299

300300
``packages.vcs.type``
301-
''''''''''''''''''''''
301+
'''''''''''''''''''''
302302

303303
- **Type**: string; supported values specified in
304304
:ref:`direct-url-data-structure-registered-vcs`
@@ -310,7 +310,7 @@ consistent order. Usage of inline tables SHOULD also be kept consistent.
310310
.. _pylock-packages-vcs-url:
311311

312312
``packages.vcs.url``
313-
'''''''''''''''''''''
313+
''''''''''''''''''''
314314

315315
- **Type**: string
316316
- **Required?**: if :ref:`pylock-packages-vcs-path` is not specified
@@ -321,7 +321,7 @@ consistent order. Usage of inline tables SHOULD also be kept consistent.
321321
.. _pylock-packages-vcs-path:
322322

323323
``packages.vcs.path``
324-
''''''''''''''''''''''
324+
'''''''''''''''''''''
325325

326326
- **Type**: string
327327
- **Required?**: if :ref:`pylock-packages-vcs-url` is not specified
@@ -335,7 +335,7 @@ consistent order. Usage of inline tables SHOULD also be kept consistent.
335335
.. _pylock-packages-vcs-requested-revision:
336336

337337
``packages.vcs.requested-revision``
338-
''''''''''''''''''''''''''''''''''''
338+
'''''''''''''''''''''''''''''''''''
339339

340340
- **Type**: string
341341
- **Required?**: no
@@ -349,7 +349,7 @@ consistent order. Usage of inline tables SHOULD also be kept consistent.
349349
.. _pylock-packages-vcs-commit-id:
350350

351351
``packages.vcs.commit-id``
352-
'''''''''''''''''''''''''''
352+
''''''''''''''''''''''''''
353353

354354
- **Type**: string
355355
- **Required?**: yes
@@ -363,7 +363,7 @@ consistent order. Usage of inline tables SHOULD also be kept consistent.
363363
.. _pylock-packages-vcs-subdirectory:
364364

365365
``packages.vcs.subdirectory``
366-
''''''''''''''''''''''''''''''
366+
'''''''''''''''''''''''''''''
367367

368368
- **Type**: string
369369
- **Required?**: no
@@ -378,7 +378,7 @@ consistent order. Usage of inline tables SHOULD also be kept consistent.
378378
.. _pylock-packages-directory:
379379

380380
``[packages.directory]``
381-
-------------------------
381+
------------------------
382382

383383
- **Type**: table
384384
- **Required?**: no; mutually-exclusive with :ref:`pylock-packages-vcs`,
@@ -398,7 +398,7 @@ consistent order. Usage of inline tables SHOULD also be kept consistent.
398398
.. _pylock-packages-directory-path:
399399

400400
``packages.directory.path``
401-
''''''''''''''''''''''''''''
401+
'''''''''''''''''''''''''''
402402

403403
- **Type**: string
404404
- **Required?**: yes
@@ -412,7 +412,7 @@ consistent order. Usage of inline tables SHOULD also be kept consistent.
412412
.. _pylock-packages-directory-editable:
413413

414414
``packages.directory.editable``
415-
''''''''''''''''''''''''''''''''
415+
'''''''''''''''''''''''''''''''
416416

417417
- **Type**: boolean
418418
- **Required?**: no; defaults to ``false``
@@ -428,15 +428,15 @@ consistent order. Usage of inline tables SHOULD also be kept consistent.
428428
.. _pylock-packages-directory-subdirectory:
429429

430430
``packages.directory.subdirectory``
431-
''''''''''''''''''''''''''''''''''''
431+
'''''''''''''''''''''''''''''''''''
432432

433433
See :ref:`pylock-packages-vcs-subdirectory`.
434434

435435

436436
.. _pylock-packages-archive:
437437

438438
``[packages.archive]``
439-
-----------------------
439+
----------------------
440440

441441
- **Type**: table
442442
- **Required?**: no
@@ -454,23 +454,23 @@ See :ref:`pylock-packages-vcs-subdirectory`.
454454
.. _pylock-packages-archive-url:
455455

456456
``packages.archive.url``
457-
'''''''''''''''''''''''''
457+
''''''''''''''''''''''''
458458

459459
See :ref:`pylock-packages-vcs-url`.
460460

461461

462462
.. _pylock-packages-archive-path:
463463

464464
``packages.archive.path``
465-
''''''''''''''''''''''''''
465+
'''''''''''''''''''''''''
466466

467467
See :ref:`pylock-packages-vcs-path`.
468468

469469

470470
.. _pylock-packages-archive-size:
471471

472472
``packages.archive.size``
473-
''''''''''''''''''''''''''
473+
'''''''''''''''''''''''''
474474

475475
- **Type**: integer
476476
- **Required?**: no
@@ -495,7 +495,7 @@ See :ref:`pylock-packages-vcs-path`.
495495
.. _pylock-packages-archive-hashes:
496496

497497
``[packages.archive.hashes]``
498-
''''''''''''''''''''''''''''''
498+
'''''''''''''''''''''''''''''
499499

500500
- **Type**: Table of strings
501501
- **Required?**: yes

0 commit comments

Comments
 (0)