diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2020-04-12 15:44:49 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2020-04-17 20:58:24 +0900 |
commit | c3e4978024900053f24da89f208f909d4acbc963 (patch) | |
tree | 4339fec2cbbc0d6877c22d627d2720dc6db0a84a /doc | |
parent | 00e2ab849ec50de1362bfec64bf0c203b01ca430 (diff) | |
download | buildstream-c3e4978024900053f24da89f208f909d4acbc963.tar.gz |
doc/source/using_developing.rst: Renamed to "Developing"
Calling this "Developing using BuildStream" is just redundant,
seeing that this is a part of a BuildStream user guide already.
Also, rephrased the introduction text (which appears on a page
which is rarely frequented anyway).
Diffstat (limited to 'doc')
-rw-r--r-- | doc/source/using_developing.rst | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/doc/source/using_developing.rst b/doc/source/using_developing.rst index 03b43f977..4bf1ebe83 100644 --- a/doc/source/using_developing.rst +++ b/doc/source/using_developing.rst @@ -1,8 +1,8 @@ -Developing with BuildStream -=========================== -This is an introduction to the step by step walkthrough aimed at helping users -get to grips with the process of developing a project using BuildStream. - +Developing +========== +This section covers the features BuildStream provides for users +to develop their integrated products, as well as developping their +modules in the context of an integrated product. .. toctree:: :numbered: |