From 5ee3a02504c9aad934bc58b265e91a2823d7267b Mon Sep 17 00:00:00 2001
From: Zhenguo Niu <Niu.ZGlinux@gmail.com>
Date: Thu, 9 Feb 2017 19:18:19 +0800
Subject: [PATCH] Remove improper docs

There are some docs created with the project initialization tool,
the context is improper.

Change-Id: I0fe1d41288951b1316c566ca36284982717f57f3
---
 doc/source/index.rst        |  3 ---
 doc/source/installation.rst | 12 ------------
 doc/source/readme.rst       |  1 -
 doc/source/usage.rst        |  7 -------
 4 files changed, 23 deletions(-)
 delete mode 100644 doc/source/installation.rst
 delete mode 100644 doc/source/readme.rst
 delete mode 100644 doc/source/usage.rst

diff --git a/doc/source/index.rst b/doc/source/index.rst
index 7542e02f..f63e07e7 100644
--- a/doc/source/index.rst
+++ b/doc/source/index.rst
@@ -11,9 +11,6 @@ Contents:
 .. toctree::
    :maxdepth: 2
 
-   readme
-   installation
-   usage
    contributing
    dev/dev-quickstart
 
diff --git a/doc/source/installation.rst b/doc/source/installation.rst
deleted file mode 100644
index 4d4e8e23..00000000
--- a/doc/source/installation.rst
+++ /dev/null
@@ -1,12 +0,0 @@
-============
-Installation
-============
-
-At the command line::
-
-    $ pip install mogan
-
-Or, if you have virtualenvwrapper installed::
-
-    $ mkvirtualenv mogan
-    $ pip install mogan
diff --git a/doc/source/readme.rst b/doc/source/readme.rst
deleted file mode 100644
index a6210d3d..00000000
--- a/doc/source/readme.rst
+++ /dev/null
@@ -1 +0,0 @@
-.. include:: ../../README.rst
diff --git a/doc/source/usage.rst b/doc/source/usage.rst
deleted file mode 100644
index 54ef7bc5..00000000
--- a/doc/source/usage.rst
+++ /dev/null
@@ -1,7 +0,0 @@
-========
-Usage
-========
-
-To use mogan in a project::
-
-    import mogan