From 5a03cd5e553262dc725e43541832af1b00a3a02e Mon Sep 17 00:00:00 2001 From: JJ Asghar Date: Sat, 29 Nov 2014 14:14:54 -0600 Subject: [PATCH] Updated the README.rst Updated the Readme.rst with some formatting issues. Also stole the ending line from the Nova to point in the direction of the CONTRIBUTING.rst. Change-Id: I595b7feb641aee91d47ba55eedab29e7511bfa35 --- README.rst | 40 ++++++++++++++++++++++------------------ 1 file changed, 22 insertions(+), 18 deletions(-) diff --git a/README.rst b/README.rst index 9a7bd5bc270..86f6ba868fd 100644 --- a/README.rst +++ b/README.rst @@ -1,26 +1,30 @@ -# -- Welcome! +Welcome! +======== - You have come across a cloud computing network fabric controller. It has - identified itself as "Neutron." It aims to tame your (cloud) networking! +You have come across a cloud computing network fabric controller. It has +identified itself as "Neutron." It aims to tame your (cloud) networking! -# -- External Resources: +External Resources: +=================== - The homepage for Neutron is: http://launchpad.net/neutron. Use this - site for asking for help, and filing bugs. Code is available on - git.openstack.org at - . +The homepage for Neutron is: http://launchpad.net/neutron. Use this +site for asking for help, and filing bugs. Code is available on +git.openstack.org at . - The latest and most in-depth documentation on how to use Neutron is - available at: . This includes: +The latest and most in-depth documentation on how to use Neutron is +available at: . This includes: - Neutron Administrator Guide - http://docs.openstack.org/trunk/openstack-network/admin/content/ +Neutron Administrator Guide + http://docs.openstack.org/admin-guide-cloud/content/ch_networking.html - Neutron API Reference: - http://docs.openstack.org/api/openstack-network/2.0/content/ +Neutron API Reference: + http://docs.openstack.org/api/openstack-network/2.0/content/ - The start of some developer documentation is available at: - http://wiki.openstack.org/NeutronDevelopment +Current Neutron developer documentation is available at: + http://wiki.openstack.org/NeutronDevelopment - For help using or hacking on Neutron, you can send mail to - . +For help on usage and hacking of Neutron, please send mail to +. + +For information on how to contribute to Neutron, please see the +contents of the CONTRIBUTING.rst file.