From 6a24bbe353242f78c2a2eb08f522cccea60befc4 Mon Sep 17 00:00:00 2001 From: Julien Date: Wed, 19 Jul 2017 20:02:20 +0800 Subject: change some doc file names upstream rst files kept in the project subdirectory which not meet the requirement of OPNFV(in docs/). issues in https://build.opnfv.org/ci/job/docs-verify-rtd-master/1590/console may be caused by parser project Change-Id: I096b84d76e7aba1bea181e640eb2e3710a779d3c Signed-off-by: Julien --- tosca2heat/heat-translator/CONTRIBUTING.md | 16 ++++++++++++++++ tosca2heat/heat-translator/CONTRIBUTING.rst | 16 ---------------- tosca2heat/heat-translator/HACKING.md | 4 ++++ tosca2heat/heat-translator/HACKING.rst | 4 ---- tosca2heat/tosca-parser/CONTRIBUTING.md | 16 ++++++++++++++++ tosca2heat/tosca-parser/CONTRIBUTING.rst | 16 ---------------- tosca2heat/tosca-parser/HACKING.md | 4 ++++ tosca2heat/tosca-parser/HACKING.rst | 4 ---- 8 files changed, 40 insertions(+), 40 deletions(-) create mode 100644 tosca2heat/heat-translator/CONTRIBUTING.md delete mode 100644 tosca2heat/heat-translator/CONTRIBUTING.rst create mode 100644 tosca2heat/heat-translator/HACKING.md delete mode 100644 tosca2heat/heat-translator/HACKING.rst create mode 100644 tosca2heat/tosca-parser/CONTRIBUTING.md delete mode 100644 tosca2heat/tosca-parser/CONTRIBUTING.rst create mode 100644 tosca2heat/tosca-parser/HACKING.md delete mode 100644 tosca2heat/tosca-parser/HACKING.rst (limited to 'tosca2heat') diff --git a/tosca2heat/heat-translator/CONTRIBUTING.md b/tosca2heat/heat-translator/CONTRIBUTING.md new file mode 100644 index 0000000..e12c422 --- /dev/null +++ b/tosca2heat/heat-translator/CONTRIBUTING.md @@ -0,0 +1,16 @@ +If you would like to contribute to the development of OpenStack, +you must follow the steps in this page: + + http://docs.openstack.org/infra/manual/developers.html + +Once those steps have been completed, changes to OpenStack +should be submitted for review via the Gerrit tool, following +the workflow documented at: + + http://docs.openstack.org/infra/manual/developers.html#development-workflow + +Pull requests submitted through GitHub will be ignored. + +Bugs should be filed on Launchpad, not GitHub: + + https://bugs.launchpad.net/heat-translator \ No newline at end of file diff --git a/tosca2heat/heat-translator/CONTRIBUTING.rst b/tosca2heat/heat-translator/CONTRIBUTING.rst deleted file mode 100644 index e12c422..0000000 --- a/tosca2heat/heat-translator/CONTRIBUTING.rst +++ /dev/null @@ -1,16 +0,0 @@ -If you would like to contribute to the development of OpenStack, -you must follow the steps in this page: - - http://docs.openstack.org/infra/manual/developers.html - -Once those steps have been completed, changes to OpenStack -should be submitted for review via the Gerrit tool, following -the workflow documented at: - - http://docs.openstack.org/infra/manual/developers.html#development-workflow - -Pull requests submitted through GitHub will be ignored. - -Bugs should be filed on Launchpad, not GitHub: - - https://bugs.launchpad.net/heat-translator \ No newline at end of file diff --git a/tosca2heat/heat-translator/HACKING.md b/tosca2heat/heat-translator/HACKING.md new file mode 100644 index 0000000..9c60464 --- /dev/null +++ b/tosca2heat/heat-translator/HACKING.md @@ -0,0 +1,4 @@ +heat-translator Style Commandments +=============================================== + +Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/ \ No newline at end of file diff --git a/tosca2heat/heat-translator/HACKING.rst b/tosca2heat/heat-translator/HACKING.rst deleted file mode 100644 index 9c60464..0000000 --- a/tosca2heat/heat-translator/HACKING.rst +++ /dev/null @@ -1,4 +0,0 @@ -heat-translator Style Commandments -=============================================== - -Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/ \ No newline at end of file diff --git a/tosca2heat/tosca-parser/CONTRIBUTING.md b/tosca2heat/tosca-parser/CONTRIBUTING.md new file mode 100644 index 0000000..7366825 --- /dev/null +++ b/tosca2heat/tosca-parser/CONTRIBUTING.md @@ -0,0 +1,16 @@ +If you would like to contribute to the development of OpenStack, +you must follow the steps in this page: + + http://docs.openstack.org/infra/manual/developers.html + +Once those steps have been completed, changes to OpenStack +should be submitted for review via the Gerrit tool, following +the workflow documented at: + + http://docs.openstack.org/infra/manual/developers.html#development-workflow + +Pull requests submitted through GitHub will be ignored. + +Bugs should be filed on Launchpad, not GitHub: + + https://bugs.launchpad.net/tosca-parser \ No newline at end of file diff --git a/tosca2heat/tosca-parser/CONTRIBUTING.rst b/tosca2heat/tosca-parser/CONTRIBUTING.rst deleted file mode 100644 index 7366825..0000000 --- a/tosca2heat/tosca-parser/CONTRIBUTING.rst +++ /dev/null @@ -1,16 +0,0 @@ -If you would like to contribute to the development of OpenStack, -you must follow the steps in this page: - - http://docs.openstack.org/infra/manual/developers.html - -Once those steps have been completed, changes to OpenStack -should be submitted for review via the Gerrit tool, following -the workflow documented at: - - http://docs.openstack.org/infra/manual/developers.html#development-workflow - -Pull requests submitted through GitHub will be ignored. - -Bugs should be filed on Launchpad, not GitHub: - - https://bugs.launchpad.net/tosca-parser \ No newline at end of file diff --git a/tosca2heat/tosca-parser/HACKING.md b/tosca2heat/tosca-parser/HACKING.md new file mode 100644 index 0000000..60505f1 --- /dev/null +++ b/tosca2heat/tosca-parser/HACKING.md @@ -0,0 +1,4 @@ +tosca-parser Style Commandments +=============================================== + +Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/ \ No newline at end of file diff --git a/tosca2heat/tosca-parser/HACKING.rst b/tosca2heat/tosca-parser/HACKING.rst deleted file mode 100644 index 60505f1..0000000 --- a/tosca2heat/tosca-parser/HACKING.rst +++ /dev/null @@ -1,4 +0,0 @@ -tosca-parser Style Commandments -=============================================== - -Read the OpenStack Style Commandments http://docs.openstack.org/developer/hacking/ \ No newline at end of file -- cgit 1.2.3-korg