Remove trailing line breaks.
Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/d814d061 Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/d814d061 Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/d814d061 Branch: refs/heads/trunk Commit: d814d0613b5fdba704e9ba2aac848492d92305a4 Parents: b13376b Author: Tomaz Muraus <[email protected]> Authored: Mon Jan 18 11:49:56 2016 +0100 Committer: Tomaz Muraus <[email protected]> Committed: Mon Jan 18 11:49:56 2016 +0100 ---------------------------------------------------------------------- docs/storage/drivers/auroraobjects.rst | 3 --- 1 file changed, 3 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/libcloud/blob/d814d061/docs/storage/drivers/auroraobjects.rst ---------------------------------------------------------------------- diff --git a/docs/storage/drivers/auroraobjects.rst b/docs/storage/drivers/auroraobjects.rst index d7dbeb2..11eedbc 100644 --- a/docs/storage/drivers/auroraobjects.rst +++ b/docs/storage/drivers/auroraobjects.rst @@ -22,7 +22,6 @@ a LibcloudError. As a backend AuroraObjects uses `Ceph`_ for storage. - Instantiating a driver ---------------------- @@ -34,7 +33,6 @@ With these credentials you can instantiate the driver: .. literalinclude:: /examples/storage/auroraobjects/instantiate.py :language: python - Multipart uploads ----------------- @@ -58,7 +56,6 @@ Examples Please refer to the Amazon S3 storage driver documentation for examples. - API Docs --------
