Fix broken `ref` directives in docs (#2620)

This commit is contained in:
Matt Fisher 2023-06-26 01:22:37 -06:00 committed by GitHub
parent f4bb43676b
commit 59aee04ec3
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -3,5 +3,6 @@ channels:
- conda-forge
dependencies:
- myst-parser
- six
- sphinx
- sphinx-book-theme

View File

@ -37,7 +37,7 @@ Further documentation will come soon.
Package tarball
---------------
Assuming a valid :ref:`repodata<repodata>` (see the previous :ref:`repodata verification<repodata_verification>`), :ref:`package tarball<tarball>` metadata are used to check if a tarball is valid or not after :ref:`fetching it<fetching_tarball>` from a repository.
Assuming a valid :ref:`repodata<repodata>` (see the previous :ref:`repodata verification<repodata_verification>`), :ref:`package tarball<tarball>` metadata are used to check if a tarball is valid or not after fetching it from a repository.
.. _files_verification:
@ -45,7 +45,7 @@ Assuming a valid :ref:`repodata<repodata>` (see the previous :ref:`repodata veri
Package files
-------------
| All the package files are listed in a ``paths.json`` file index :ref:`extracted<extraction>` from the :ref:`package tarball<tarball>` with files themselves.
| All the package files are listed in a ``paths.json`` file index extracted from the :ref:`package tarball<tarball>` with files themselves.
This index also contains metadata such as the size and checksum (SHA-256) of each file of the package.