tuskar/docs/recommended-reading.rst
Ana Krivokapic bbc5f921d3 Fix developer documentation
This patch contains a few documentation fixes:
- Add missing gcc dependency to installation instructions
- Move CONTRIBUTING.rst and INSTALL.rst to docs folder
- Replace references to stackforge with openstack
- Replace GitHub references with git.openstack.org
- Correct invalid links
- Fix typos

Change-Id: I6922b84c6b4c6b1f517802a8b83bbdbd78a52c7d
2014-01-08 15:13:30 +01:00

26 lines
956 B
ReStructuredText

===================
Recommended Reading
===================
Relevant OpenStack Projects
---------------------------
- `nova <http://docs.openstack.org/developer/nova>`_
- `ceilometer <http://docs.openstack.org/developer/ceilometer>`_
- `oslo-incubator <http://docs.openstack.org/developer/oslo-incubator>`_
- `oslo.config <http://docs.openstack.org/developer/oslo.config>`_ This is a
library for parsing configuration files and command line arguments.
It is maintained by Mark McLoughlin.
- `hacking <http://docs.openstack.org/developer/hacking>`_ This enforces
openstack community coding style guidelines
General Python/Frameworks
-------------------------
- `dive into python <http://www.diveintopython.net>`_
- `pecan <http://pecan.readthedocs.org/en/latest/>`_
- `sqlalchemy <http://docs.sqlalchemy.org/en/rel_0_8/>`_
- `style guide <http://www.python.org/dev/peps/pep-0008/>`_ This guide
is the baseline for 'hacking' above.