From 77ad56be5b2f47e69ff4a775c0233b0694bb758b Mon Sep 17 00:00:00 2001 From: Joshua Zivkovic Date: Mon, 1 Jun 2026 11:50:32 +0100 Subject: [PATCH] Update links to installation documentation --- README.rst | 2 +- doc/source/additional_docker.rst | 2 +- doc/source/format_project.rst | 2 +- doc/source/index.rst | 3 +-- doc/source/main_install.rst | 5 ++--- 5 files changed, 6 insertions(+), 8 deletions(-) diff --git a/README.rst b/README.rst index 5ef246c93..9822b944c 100644 --- a/README.rst +++ b/README.rst @@ -106,7 +106,7 @@ BuildStream operates on a set of YAML files (.bst files), as follows: How can I get started? ====================== To get started, first `install BuildStream by following the installation guide -`_ +`_ and then follow our tutorial in the `user guide `_. diff --git a/doc/source/additional_docker.rst b/doc/source/additional_docker.rst index 3122ee64c..28da17a34 100644 --- a/doc/source/additional_docker.rst +++ b/doc/source/additional_docker.rst @@ -23,7 +23,7 @@ which these integrations work. Run BuildStream inside Docker ----------------------------- -Refer to the `BuildStream inside Docker `_ +Refer to the `BuildStream inside Docker `_ documentation for instructions on how to run BuildStream as a Docker container. diff --git a/doc/source/format_project.rst b/doc/source/format_project.rst index cc56e4b35..1822a8bdd 100644 --- a/doc/source/format_project.rst +++ b/doc/source/format_project.rst @@ -493,7 +493,7 @@ Here are a couple of examples: python package versions are available when using your project. Follow `these instructions - `_ + `_ to install BuildStream in a virtual environment. **Possible junction conflicts** diff --git a/doc/source/index.rst b/doc/source/index.rst index e0be32484..7c69080bb 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -33,5 +33,4 @@ Later sections provide detailed information on BuildStream internals. main_architecture main_glossary -For any other information, including `how to install BuildStream `_, -refer to `the BuildStream website `_. +For any other information refer to `the BuildStream website `_. diff --git a/doc/source/main_install.rst b/doc/source/main_install.rst index 03c9a9805..56f81454e 100644 --- a/doc/source/main_install.rst +++ b/doc/source/main_install.rst @@ -47,9 +47,8 @@ Note that: Installing from Source ====================== -This page explains how to build and install this version of BuildStream from -source. For general purpose installation instructions consult the -`website `_. +If you can not make use of currently supported packages or simply want to install from source, read the +following sections. For full install instructions, read on: