In the latest version of Contributing to
DevStack manual.There are a few words to
say that "tools/build_docs.sh is used to
generate the HTML versions of the DevStack
scripts".But build_docs.sh is not there
since Newton version.So I delete it for
good.
Change-Id: I69f7aa23e1efd8f8a63aa79628e67378d524e173
| ... | ... |
@@ -47,8 +47,7 @@ The DevStack repo generally keeps all of the primary scripts at the root |
| 47 | 47 |
level. |
| 48 | 48 |
|
| 49 | 49 |
``doc`` - Contains the Sphinx source for the documentation. |
| 50 |
-``tools/build_docs.sh`` is used to generate the HTML versions of the |
|
| 51 |
-DevStack scripts. A complete doc build can be run with ``tox -edocs``. |
|
| 50 |
+A complete doc build can be run with ``tox -edocs``. |
|
| 52 | 51 |
|
| 53 | 52 |
``exercises`` - Contains the test scripts used to sanity-check and |
| 54 | 53 |
demonstrate some OpenStack functions. These scripts know how to exit |