Added reference to programs.yaml file and wiki pages

Fixed small css issue where anchors wrapping would look weird

Change-Id: Icec21b82cd788bdebbde342e34e9ccb2c98c00c0
This commit is contained in:
Stefano Maffulli 2014-10-06 12:31:13 -07:00
parent ea420eb1bd
commit 2f8db11624
2 changed files with 5 additions and 2 deletions

View File

@ -26,6 +26,10 @@ OpenStack Programs
`OpenStack "Programs" are efforts which are essential to the completion of the OpenStack project mission, which is to produce the ubiquitous Open Source Cloud Computing platform that will meet the needs of public and private clouds regardless of size, by being simple to implement and massively scalable. Programs can create any code repository and produce any deliverable they deem necessary to achieve their goals.`
- The official list of programs is in the `governance` repository
- http://git.openstack.org/cgit/openstack/governance/tree/reference/programs.yaml
- The wiki page: https://wiki.openstack.org/wiki/Category:Programs
----
List of Programs

View File

@ -334,9 +334,8 @@ section img.align-left {
a {
color: inherit;
display: inline-block;
text-decoration: none;
text-decoration: underline;
line-height: 110%;
border-bottom: 2px solid #3f3f3f;
}
pre, code, tt {