Skip to content

Commit 5f4d218

Browse files
brettcannonFFY00
andauthored
Apply suggestions from code review
Co-authored-by: Filipe Laíns 🇵🇸 <[email protected]>
1 parent 2f1dc98 commit 5f4d218

File tree

1 file changed

+19
-0
lines changed

1 file changed

+19
-0
lines changed

source/specifications/pylock-toml.rst

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -480,6 +480,7 @@ See :ref:`pylock-packages-vcs-path`.
480480
See :ref:`pylock-packages-vcs-subdirectory`.
481481

482482

483+
.. _pylock-packages-index:
483484
.. _pylock-packages-index:
484485
``packages.index``
485486
------------------
@@ -496,6 +497,7 @@ See :ref:`pylock-packages-vcs-subdirectory`.
496497
file is no longer valid (e.g. returns a 404 HTTP error code).
497498

498499

500+
.. _pylock-packages-sdist:
499501
.. _pylock-packages-sdist:
500502
``[packages.sdist]``
501503
--------------------
@@ -511,6 +513,7 @@ See :ref:`pylock-packages-vcs-subdirectory`.
511513
- Tools SHOULD provide a way for users to opt in/out of using sdist files.
512514

513515

516+
.. _pylock-packages-sdist-name:
514517
.. _pylock-packages-sdist-name:
515518
``packages.sdist.name``
516519
'''''''''''''''''''''''
@@ -522,34 +525,39 @@ See :ref:`pylock-packages-vcs-subdirectory`.
522525
- The file name of the :ref:`source-distribution-format-sdist` file.
523526

524527

528+
.. _pylock-packages-sdist-upload-time:
525529
.. _pylock-packages-sdist-upload-time:
526530
``packages.sdist.upload-time``
527531
''''''''''''''''''''''''''''''
528532

529533
See :ref:`pylock-packages-archive-upload-time`.
530534

531535

536+
.. _pylock-packages-sdist-url:
532537
.. _pylock-packages-sdist-url:
533538
``packages.sdist.url``
534539
''''''''''''''''''''''
535540

536541
See :ref:`pylock-packages-archive-url`.
537542

538543

544+
.. _pylock-packages-sdist-path:
539545
.. _pylock-packages-sdist-path:
540546
``packages.sdist.path``
541547
'''''''''''''''''''''''
542548

543549
See :ref:`pylock-packages-archive-path`.
544550

545551

552+
.. _pylock-packages-sdist-size:
546553
.. _pylock-packages-sdist-size:
547554
``packages.sdist.size``
548555
'''''''''''''''''''''''
549556

550557
See :ref:`pylock-packages-archive-size`.
551558

552559

560+
.. _pylock-packages-sdist-hashes:
553561
.. _pylock-packages-sdist-hashes:
554562
``packages.sdist.hashes``
555563
'''''''''''''''''''''''''
@@ -558,6 +566,7 @@ See :ref:`pylock-packages-archive-hashes`.
558566

559567

560568

569+
.. _pylock-packages-wheels:
561570
.. _pylock-packages-wheels:
562571
``[[packages.wheels]]``
563572
-----------------------
@@ -572,6 +581,7 @@ See :ref:`pylock-packages-archive-hashes`.
572581
perspective.
573582

574583

584+
.. _pylock-packages-wheels-name:
575585
.. _pylock-packages-wheels-name:
576586
``packages.wheels.name``
577587
''''''''''''''''''''''''
@@ -583,41 +593,47 @@ See :ref:`pylock-packages-archive-hashes`.
583593
- The file name of the :ref:` binary-distribution-format` file.
584594

585595

596+
.. _pylock-packages-wheels-upload-time:
586597
.. _pylock-packages-wheels-upload-time:
587598
``packages.wheels.upload-time``
588599
'''''''''''''''''''''''''''''''
589600

590601
See :ref:`pylock-packages-archive-upload-time`.
591602

592603

604+
.. _pylock-packages-wheels-url:
593605
.. _pylock-packages-wheels-url:
594606
``packages.wheels.url``
595607
'''''''''''''''''''''''
596608

597609
See :ref:`pylock-packages-archive-url`.
598610

599611

612+
.. _pylock-packages-wheels-path:
600613
.. _pylock-packages-wheels-path:
601614
``packages.wheels.path``
602615
''''''''''''''''''''''''
603616

604617
See :ref:`pylock-packages-archive-path`.
605618

606619

620+
.. _pylock-packages-wheels-size:
607621
.. _pylock-packages-wheels-size:
608622
``packages.wheels.size``
609623
''''''''''''''''''''''''
610624

611625
See :ref:`pylock-packages-archive-size`.
612626

613627

628+
.. _pylock-packages-wheels-hashes:
614629
.. _pylock-packages-wheels-hashes:
615630
``packages.wheels.hashes``
616631
''''''''''''''''''''''''''
617632

618633
See :ref:`pylock-packages-archive-hashes`.
619634

620635

636+
.. _pylock-packages-attestation-identities:
621637
.. _pylock-packages-attestation-identities:
622638
``[[packages.attestation-identities]]``
623639
---------------------------------------
@@ -632,6 +648,7 @@ See :ref:`pylock-packages-archive-hashes`.
632648
:ref:` index-hosted-attestations`.
633649

634650

651+
.. _pylock-packages-attestation-identities-kind:
635652
.. _pylock-packages-attestation-identities-kind:
636653
``packages.attestation-identities.kind``
637654
''''''''''''''''''''''''''''''''''''''''
@@ -642,6 +659,7 @@ See :ref:`pylock-packages-archive-hashes`.
642659
- The unique identity of the Trusted Publisher.
643660

644661

662+
.. _pylock-packages.tool:
645663
.. _pylock-packages.tool:
646664
``[packages.tool]``
647665
-------------------
@@ -656,6 +674,7 @@ See :ref:`pylock-packages-archive-hashes`.
656674
installation).
657675

658676

677+
.. _pylock-tool:
659678
.. _pylock-tool:
660679
``[tool]``
661680
==========

0 commit comments

Comments
 (0)