diff options
-rw-r--r-- | README.rst | 4 | ||||
-rw-r--r-- | doc/source/about.rst | 1 | ||||
-rw-r--r-- | doc/source/index.rst | 1 |
3 files changed, 4 insertions, 2 deletions
diff --git a/README.rst b/README.rst index 71c62316a..55dd52ed9 100644 --- a/README.rst +++ b/README.rst @@ -1,5 +1,5 @@ -BuildStream ------------ +About BuildStream +----------------- .. image:: https://gitlab.com/BuildStream/buildstream/badges/master/pipeline.svg :target: https://gitlab.com/BuildStream/buildstream/commits/master diff --git a/doc/source/about.rst b/doc/source/about.rst new file mode 100644 index 000000000..a6210d3d8 --- /dev/null +++ b/doc/source/about.rst @@ -0,0 +1 @@ +.. include:: ../../README.rst diff --git a/doc/source/index.rst b/doc/source/index.rst index f5b7ec283..ed6d35fa1 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -20,6 +20,7 @@ dependencies. .. toctree:: :maxdepth: 2 + about main_install main_using main_core |