Add link to readme at bottom of docs.openstack.org/developer/hacking/

The readme has important information so we want to make it discoverable
at http://docs.openstack.org/developer/hacking/
Remove 'Further Reading' section in HACKING.rst since it's already in
the README.rst which is now linked at the bottom of
http://docs.openstack.org/developer/hacking/

Change-Id: I45c51494382283003f61fc416953a576efa7db60
This commit is contained in:
Joe Gordon
2014-05-06 12:25:06 -07:00
parent a5ebae3c17
commit 3ceeb134d3
3 changed files with 9 additions and 5 deletions

View File

@@ -352,8 +352,3 @@ and how to split up commits into a series of changes, consult the
project wiki:
https://wiki.openstack.org/GitCommitMessages
Further Reading
---------------
http://google-styleguide.googlecode.com/svn/trunk/pyguide.html

View File

@@ -1 +1,9 @@
.. include:: ../../HACKING.rst
Readme
======
.. toctree::
:maxdepth: 1
readme

1
doc/source/readme.rst Normal file
View File

@@ -0,0 +1 @@
.. include:: ../../README.rst