From 00219e7e9b24ee2298a7d0d977afdf123a6de88b Mon Sep 17 00:00:00 2001 From: Julien Date: Wed, 19 Jul 2017 21:40:40 +0800 Subject: [PATCH] rename all READM.rst to README.md Change-Id: I95930de9fefd0897bd0b75d2aeb5a1d731332dad Signed-off-by: Julien --- apigateway/{README.rst => README.md} | 0 apigateway/setup.cfg | 4 ++-- tosca2heat/heat-translator/{README.rst => README.md} | 0 tosca2heat/heat-translator/setup.cfg | 2 +- tosca2heat/tosca-parser/{README.rst => README.md} | 0 tosca2heat/tosca-parser/setup.cfg | 2 +- verigraph/{README.rst => README.md} | 0 .../service/src/tests/j-verigraph-generator/{README.rst => README.md} | 0 verigraph/src/main/java/it/polito/grpc/{README.rst => README.md} | 0 verigraph/tester/{README.rst => README.md} | 0 10 files changed, 4 insertions(+), 4 deletions(-) rename apigateway/{README.rst => README.md} (100%) rename tosca2heat/heat-translator/{README.rst => README.md} (100%) rename tosca2heat/tosca-parser/{README.rst => README.md} (100%) rename verigraph/{README.rst => README.md} (100%) rename verigraph/service/src/tests/j-verigraph-generator/{README.rst => README.md} (100%) rename verigraph/src/main/java/it/polito/grpc/{README.rst => README.md} (100%) rename verigraph/tester/{README.rst => README.md} (100%) diff --git a/apigateway/README.rst b/apigateway/README.md similarity index 100% rename from apigateway/README.rst rename to apigateway/README.md diff --git a/apigateway/setup.cfg b/apigateway/setup.cfg index 920094a..e26e0bd 100644 --- a/apigateway/setup.cfg +++ b/apigateway/setup.cfg @@ -2,7 +2,7 @@ name = apigateway url = https://opnfv.org/parser summary = API Application -description-file = README.rst +description-file = README.md author = parser author-email = openstack-dev@lists.openstack.org classifier = @@ -51,4 +51,4 @@ input_file = apigateway/locale/apigateway.pot [extract_messages] keywords = _ gettext ngettext l_ lazy_gettext mapping_file = babel.cfg -output_file = apigateway/locale/apigateway.pot \ No newline at end of file +output_file = apigateway/locale/apigateway.pot diff --git a/tosca2heat/heat-translator/README.rst b/tosca2heat/heat-translator/README.md similarity index 100% rename from tosca2heat/heat-translator/README.rst rename to tosca2heat/heat-translator/README.md diff --git a/tosca2heat/heat-translator/setup.cfg b/tosca2heat/heat-translator/setup.cfg index 21d0c6f..ebea57b 100644 --- a/tosca2heat/heat-translator/setup.cfg +++ b/tosca2heat/heat-translator/setup.cfg @@ -2,7 +2,7 @@ name = heat-translator summary = Tool to translate non-heat templates to Heat Orchestration Template. description-file = - README.rst + README.md author = OpenStack author-email = openstack-dev@lists.openstack.org home-page = http://docs.openstack.org/developer/heat-translator/ diff --git a/tosca2heat/tosca-parser/README.rst b/tosca2heat/tosca-parser/README.md similarity index 100% rename from tosca2heat/tosca-parser/README.rst rename to tosca2heat/tosca-parser/README.md diff --git a/tosca2heat/tosca-parser/setup.cfg b/tosca2heat/tosca-parser/setup.cfg index 77e1b2e..1196aa1 100644 --- a/tosca2heat/tosca-parser/setup.cfg +++ b/tosca2heat/tosca-parser/setup.cfg @@ -3,7 +3,7 @@ name = tosca-parser url = https://launchpad.net/tosca-parser summary = Parser for TOSCA Simple Profile in YAML. description-file = - README.rst + README.md author = OpenStack author-email = openstack-dev@lists.openstack.org home-page = http://docs.openstack.org/developer/tosca-parser/ diff --git a/verigraph/README.rst b/verigraph/README.md similarity index 100% rename from verigraph/README.rst rename to verigraph/README.md diff --git a/verigraph/service/src/tests/j-verigraph-generator/README.rst b/verigraph/service/src/tests/j-verigraph-generator/README.md similarity index 100% rename from verigraph/service/src/tests/j-verigraph-generator/README.rst rename to verigraph/service/src/tests/j-verigraph-generator/README.md diff --git a/verigraph/src/main/java/it/polito/grpc/README.rst b/verigraph/src/main/java/it/polito/grpc/README.md similarity index 100% rename from verigraph/src/main/java/it/polito/grpc/README.rst rename to verigraph/src/main/java/it/polito/grpc/README.md diff --git a/verigraph/tester/README.rst b/verigraph/tester/README.md similarity index 100% rename from verigraph/tester/README.rst rename to verigraph/tester/README.md -- 2.16.6