From 759471ddcd76306b952bb2ee28f211afc9e24f3a Mon Sep 17 00:00:00 2001 From: Prashanth Pai Date: Fri, 10 Jun 2016 15:47:47 +0530 Subject: Improve sphinx rendering on RTD Change-Id: I646b5d26bca6d4f0123c1b2140f80f24d268568e Signed-off-by: Prashanth Pai --- doc/index.rst | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) (limited to 'doc/index.rst') diff --git a/doc/index.rst b/doc/index.rst index bae2632..9d0b605 100644 --- a/doc/index.rst +++ b/doc/index.rst @@ -4,17 +4,6 @@ libgfapi-python This is the official python bindings for `GlusterFS `_ libgfapi C library interface. -Installation ------------- - -Install from source: - -.. code-block:: console - - $ git clone https://review.gluster.org/libgfapi-python - $ cd libgfapi-python - $ sudo python setup.py install - Example Usage ------------- @@ -46,11 +35,8 @@ Example Usage # Unmount the volume volume.umount() - -API Reference -------------- - .. toctree:: - :maxdepth: 2 + :hidden: + :glob: - api-reference + * -- cgit