diff --git a/doc/source/index.rst b/doc/source/index.rst index ada2abc..392eff5 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -1,10 +1,5 @@ -.. openstack-ux documentation master file, created by - sphinx-quickstart on Tue Jul 9 22:26:36 2013. - You can adapt this file completely to your liking, but it should at least - contain the root `toctree` directive. - Welcome to openstack-ux's documentation! -======================================================== +======================================== Contents: @@ -12,14 +7,10 @@ Contents: :maxdepth: 2 readme - installation - usage contributing Indices and tables ================== -* :ref:`genindex` -* :ref:`modindex` * :ref:`search` diff --git a/doc/source/installation.rst b/doc/source/installation.rst deleted file mode 100644 index 748b3c0..0000000 --- a/doc/source/installation.rst +++ /dev/null @@ -1,12 +0,0 @@ -============ -Installation -============ - -At the command line:: - - $ pip install openstack-ux - -Or, if you have virtualenvwrapper installed:: - - $ mkvirtualenv openstack-ux - $ pip install openstack-ux diff --git a/doc/source/usage.rst b/doc/source/usage.rst deleted file mode 100644 index 8cc32ba..0000000 --- a/doc/source/usage.rst +++ /dev/null @@ -1,7 +0,0 @@ -======== -Usage -======== - -To use openstack-ux in a project:: - - import foo