summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--doc/source/authoring.rst (renamed from doc/source/main_authoring.rst)2
-rw-r--r--doc/source/index.rst1
-rw-r--r--doc/source/main_using.rst6
3 files changed, 3 insertions, 6 deletions
diff --git a/doc/source/main_authoring.rst b/doc/source/authoring.rst
index 04a968e89..91b83132b 100644
--- a/doc/source/main_authoring.rst
+++ b/doc/source/authoring.rst
@@ -1,6 +1,6 @@
-.. _main_authoring:
+.. _authoring:
Authoring Projects
==================
diff --git a/doc/source/index.rst b/doc/source/index.rst
index a4b827d48..c7f17ce0e 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -27,7 +27,6 @@ dependencies.
:maxdepth: 2
main_using
- main_authoring
artifacts
diff --git a/doc/source/main_using.rst b/doc/source/main_using.rst
index 1321278c6..5ae96bdaf 100644
--- a/doc/source/main_using.rst
+++ b/doc/source/main_using.rst
@@ -4,14 +4,12 @@
Using BuildStream
=================
-This section details how to use the BuildStream command line interface
-and work with existing BuildStream projects.
+This section details how to use the BuildStream command line interface, work with existing BuildStream projects and how to author a new project.
-For details on how to modify an existing BuildStream project or create
-a new one, refer to :ref:`main_authoring`.
.. toctree::
:maxdepth: 2
invoking
config
+ authoring