From 8a32689cfba7fcc5a301524ddc918b8f89063e17 Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Sat, 25 Mar 2017 17:07:23 -0400 Subject: [PATCH] Avoid readme in docs --- README.md | 8 ++++---- doc/source/index.rst | 1 - doc/source/readme.rst | 1 - 3 files changed, 4 insertions(+), 6 deletions(-) delete mode 100644 doc/source/readme.rst diff --git a/README.md b/README.md index cffa829..7858886 100644 --- a/README.md +++ b/README.md @@ -1,9 +1,9 @@ # etcd3 gateway Python Client [![Build Status](https://travis-ci.org/dims/etcd3-gateway.svg?branch=master)](https://travis-ci.org/dims/etcd3-gateway) -[![PyPI version](https://badge.fury.io/py/etcdgw.svg)](https://badge.fury.io/py/etcdgw) +[![PyPI version](https://badge.fury.io/py/etcd3gw.svg)](https://badge.fury.io/py/etcd3gw) [![codecov](https://codecov.io/gh/dims/etcd3-gateway/branch/master/graph/badge.svg)](https://codecov.io/gh/dims/etcd3-gateway "Non-generated packages only") -[![pypi status](https://img.shields.io/pypi/status/etcdgw.svg)](https://pypi.python.org/pypi/etcdgw) -[![pypi supported versions](https://img.shields.io/pypi/pyversions/etcdgw.svg)](https://pypi.python.org/pypi/etcdgw) +[![pypi status](https://img.shields.io/pypi/status/etcd3gw.svg)](https://pypi.python.org/pypi/etcd3gw) +[![pypi supported versions](https://img.shields.io/pypi/pyversions/etcd3gw.svg)](https://pypi.python.org/pypi/etcd3gw) -A python client for etcd3 grpc-gateway v3 API \ No newline at end of file +A python client for etcd3 grpc-gateway v3alpha API \ No newline at end of file diff --git a/doc/source/index.rst b/doc/source/index.rst index c2851b7..80febb7 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -11,7 +11,6 @@ Contents: .. toctree:: :maxdepth: 2 - readme installation usage contributing diff --git a/doc/source/readme.rst b/doc/source/readme.rst deleted file mode 100644 index a6210d3..0000000 --- a/doc/source/readme.rst +++ /dev/null @@ -1 +0,0 @@ -.. include:: ../../README.rst