diff options
author | Gary Wu <gary.i.wu@huawei.com> | 2018-02-08 20:33:13 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-02-08 20:33:13 +0000 |
commit | 08be6293f9a76fa085a0293e9b1f43d32cb0e93c (patch) | |
tree | bb7a3c57c2bd7e0b494f1cf4795ed873b1baf28a | |
parent | 1d47f34865bfd7b392153775531f832af47b3c9c (diff) | |
parent | 1919b75c1b148a08574b877ceb67e917b41354c2 (diff) |
Merge "Trivial documentation fix."
-rw-r--r-- | bootstrap/vagrant-onap/README.md | 2 | ||||
-rw-r--r-- | bootstrap/vagrant-onap/doc/source/features/configure_execution.rst | 5 |
2 files changed, 3 insertions, 4 deletions
diff --git a/bootstrap/vagrant-onap/README.md b/bootstrap/vagrant-onap/README.md index 8f143adc1..1478ab4b2 100644 --- a/bootstrap/vagrant-onap/README.md +++ b/bootstrap/vagrant-onap/README.md @@ -69,7 +69,7 @@ current options include: The documentation of this project was written in reStructuredText format which is located under the [docs folder](../blob/master/doc/source/index.rst). -It's possible to format this documents to HTML using Sphinix python +It's possible to format these documents to HTML using Sphinix python tool. $ tox -e docs diff --git a/bootstrap/vagrant-onap/doc/source/features/configure_execution.rst b/bootstrap/vagrant-onap/doc/source/features/configure_execution.rst index 713c0e0fd..df08605ac 100644 --- a/bootstrap/vagrant-onap/doc/source/features/configure_execution.rst +++ b/bootstrap/vagrant-onap/doc/source/features/configure_execution.rst @@ -3,14 +3,13 @@ Modify execution values ======================= In order to provide a flexible platform that adjusts to different developer -needs, it has been implemented two mechanism to configure the execution of this -project. +needs, there are two mechanisms to configure the execution of this project. Settings configuration file --------------------------- The first mechanism refers to the process to replace default configuration -values through a settings configuration file. This file needs to be placed into +values in the settings configuration file. This file needs to be placed into the *./etc* folder and named *settings.yaml*. It must contain the key/pair configuration values that will be overriden. |