diff options
author | James Ennis <james.ennis@codethink.com> | 2018-04-16 17:44:34 +0100 |
---|---|---|
committer | Tristan Van Berkom <tristan.van.berkom@gmail.com> | 2018-04-17 16:52:27 +0000 |
commit | 4a49cedb153d5b0cae86d40064a53d6e18214ccd (patch) | |
tree | c2808a8a61cac2c551637ed60db8a7a69816fef3 /doc/source | |
parent | f0b350f158ed14c97613dc22b83ed89759b8d255 (diff) | |
download | buildstream-4a49cedb153d5b0cae86d40064a53d6e18214ccd.tar.gz |
main_authoring.rst: move to using buildstream
Diffstat (limited to 'doc/source')
-rw-r--r-- | doc/source/authoring.rst (renamed from doc/source/main_authoring.rst) | 2 | ||||
-rw-r--r-- | doc/source/index.rst | 1 | ||||
-rw-r--r-- | doc/source/main_using.rst | 6 |
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 |