From e51bbcc888ee36884934170b0186392299ddd3f3 Mon Sep 17 00:00:00 2001 From: Mateusz Pusz Date: Fri, 13 Mar 2020 19:14:01 +0100 Subject: [PATCH] `seealso` added to "Obtaining Dependencies" --- docs/usage.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/usage.rst b/docs/usage.rst index a820706e..4ac15688 100644 --- a/docs/usage.rst +++ b/docs/usage.rst @@ -54,6 +54,10 @@ This library assumes that most of the dependencies will be provided by the dependencies by other means some modifications to library's CMake files will be needed. The rest of the dependencies are provided by :command:`python3-pip`. +.. seealso:: + + A full list of dependencies can be found in `Repository structure and dependencies`_. + Conan quick intro ^^^^^^^^^^^^^^^^^