From 00219e7e9b24ee2298a7d0d977afdf123a6de88b Mon Sep 17 00:00:00 2001 From: Julien <zhang.jun3g@zte.com.cn> Date: Wed, 19 Jul 2017 21:40:40 +0800 Subject: rename all READM.rst to README.md Change-Id: I95930de9fefd0897bd0b75d2aeb5a1d731332dad Signed-off-by: Julien <zhang.jun3g@zte.com.cn> --- apigateway/README.md | 25 +++++++++++++++++++++++++ apigateway/README.rst | 25 ------------------------- apigateway/setup.cfg | 4 ++-- 3 files changed, 27 insertions(+), 27 deletions(-) create mode 100644 apigateway/README.md delete mode 100644 apigateway/README.rst (limited to 'apigateway') diff --git a/apigateway/README.md b/apigateway/README.md new file mode 100644 index 0000000..48eba40 --- /dev/null +++ b/apigateway/README.md @@ -0,0 +1,25 @@ + +Apigateway +========== +A apigateway of web application for parser sub-projects, such as tosca2heat and policy2tosca. + +Building +-------- + +First you need some dependencies: + +.. code-block:: bash + + pip install bindep + apt-get install $(bindep -b) + pip install -f requirements.txt + pip install grpcio-tools + go get -u github.com/golang/protobuf/protoc-gen-go + +Then you can build the code: + +.. code-block:: bash + + autoreconf -fi + ./configure + make \ No newline at end of file diff --git a/apigateway/README.rst b/apigateway/README.rst deleted file mode 100644 index 48eba40..0000000 --- a/apigateway/README.rst +++ /dev/null @@ -1,25 +0,0 @@ - -Apigateway -========== -A apigateway of web application for parser sub-projects, such as tosca2heat and policy2tosca. - -Building --------- - -First you need some dependencies: - -.. code-block:: bash - - pip install bindep - apt-get install $(bindep -b) - pip install -f requirements.txt - pip install grpcio-tools - go get -u github.com/golang/protobuf/protoc-gen-go - -Then you can build the code: - -.. code-block:: bash - - autoreconf -fi - ./configure - make \ No newline at end of file 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 -- cgit