From 3910cabd992ec402f9eb9f4d1d925aafd16eb70e Mon Sep 17 00:00:00 2001 From: memsharded Date: Thu, 6 Nov 2025 19:12:58 +0100 Subject: [PATCH] links to package lists examples --- reference/commands/list.rst | 5 +++++ reference/commands/pkglist.rst | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/reference/commands/list.rst b/reference/commands/list.rst index 120bf24c6d1..ccc553ddeea 100644 --- a/reference/commands/list.rst +++ b/reference/commands/list.rst @@ -443,3 +443,8 @@ full references into other commands (like for example ``conan cache path``): The ``--format=compact`` will show the list of values for ``settings``, and it will only show the differences ("diff") for options, that is, it will compute the common denominator of options for all displayed packages, and will print only those values that deviate from that common denominator. + + +.. seealso:: + + - :ref:`Read the "package lists" example usages ` diff --git a/reference/commands/pkglist.rst b/reference/commands/pkglist.rst index fc491a73c73..6d4766e4491 100644 --- a/reference/commands/pkglist.rst +++ b/reference/commands/pkglist.rst @@ -40,3 +40,8 @@ The ``conan pkglist find-remote`` command will take a package list of packages i (key ``"Local Cache"``) and look for them in the defined remotes. For every exact occurrence in a remote matching the recipe, version, recipe-revision, etc, an entry in the resulting "package lists" will be added for that specific remote. + + +.. seealso:: + + - :ref:`Read the "package lists" example usages `