Avoid readme in docs

This commit is contained in:
Davanum Srinivas 2017-03-25 17:07:23 -04:00
parent d3f948f6f0
commit 8a32689cfb
3 changed files with 4 additions and 6 deletions

View File

@ -1,9 +1,9 @@
# etcd3 gateway Python Client # etcd3 gateway Python Client
[![Build Status](https://travis-ci.org/dims/etcd3-gateway.svg?branch=master)](https://travis-ci.org/dims/etcd3-gateway) [![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") [![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 status](https://img.shields.io/pypi/status/etcd3gw.svg)](https://pypi.python.org/pypi/etcd3gw)
[![pypi supported versions](https://img.shields.io/pypi/pyversions/etcdgw.svg)](https://pypi.python.org/pypi/etcdgw) [![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 A python client for etcd3 grpc-gateway v3alpha API

View File

@ -11,7 +11,6 @@ Contents:
.. toctree:: .. toctree::
:maxdepth: 2 :maxdepth: 2
readme
installation installation
usage usage
contributing contributing

View File

@ -1 +0,0 @@
.. include:: ../../README.rst