![Jay Dobies](/assets/img/avatar_default.png)
Fixed a problem with the docs not even building and cleaned up the sphinx warnings. Changed the directory structure to more closely resemble other OpenStack projects. This doesn't address any of the content yet, simply the structure and ability to build. Change-Id: I2b00b12b7664d58d44994b9d0e23a55c96379c18
26 lines
956 B
ReStructuredText
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.
|
|
|