Commit Graph

9 Commits

Author SHA1 Message Date
shangxiaobj 6d172ba440 Replace http with https for doc links
Replace http with https for doc links in README.

Change-Id: Ic807d54d911d775e5aec48c433c04c23dd2aaa7b
2017-09-08 08:49:27 +00:00
Nguyen Hung Phuong f2c40823fd TrivialFix: Update the path of template.rst file.
Change-Id: Ic684e00433f271323c30528a7069445678160953
2016-12-09 16:01:57 +07:00
Flavio Percoco 63c351937e Show team and repo badges on README
This patch adds the team's and repository's badges to the README file.
The motivation behind this is to communicate the project status and
features at first glance.

For more information about this effort, please read this email thread:

http://lists.openstack.org/pipermail/openstack-dev/2016-October/105562.html

To see an example of how this would look like check:

b'https://gist.github.com/7408df603ffe9acabd5498f9f12a4b43\n'

Change-Id: Ia7c46f0166b7273130784aaea968ba34740a8b74
2016-11-25 13:33:23 +01:00
Pavlo Shchelokovskyy 446f5995ec Add hint on quick preview to README.rst
add an example command to quickly generate an output to preview rst
rendering of a single spec.

Change-Id: I65afc79ebe18be6772d9c35fbd7cedf617d08313
2016-11-08 09:31:40 +02:00
Ruby Loo c29af8e44f Update README to reflect use of RFE bugs
We are using bugs instead of blueprints to track features
so the README was updated to reflect this.

Change-Id: I5c2c82c99f1ac1245e54c121770d2fd2a835196e
2016-01-05 20:35:28 +00:00
Ruby Loo 1b303b8142 Don't move specs from approved directory
When specs are approved but not yet implemented, they reside in
specs/approved. After implementation, we have been moving them to
specs/<release>-implemented. Which means that any links to specs
in specs/approved are broken.

This patch leaves the specs in specs/approved, and adds a new
specs/not-implemented directory that contains soft links to all the
approved-but-not-yet-implemented specs that reside in specs/approved.
For specs that were implemented, e.g. in release 4.3, a specs/4.3
directory is created with soft links to the implemented specs (that still
reside in specs/approved).

Since we are using links to files, the specs cannot have labels
because sphinx warns of duplicate labels.

Change-Id: Icd81d68cec4bbfaa3b20e370ba1b31edb32ae1d1
2015-12-16 22:16:02 +00:00
Devananda van der Veen d6caa9a083 Reorganize specs tree
* Move liberty -> approved
* Move completed liberty specs to liberty-implemented
* Move kilo -> kilo-implemented
* Move juno -> juno-implemented
* Move kilo-archive -> backlog (moving these to approved causes test
  failures because the template changed since kilo)
* Reword the header for the index page
* Update unit tests to look at the new "approved" folder

** NOTE **

This patch does not create placeholders in the previous locations
for each spec. This will be done in the following patch so that the
history is preserved. Both patches must be landed together so that web
links are not broken for long.

Change-Id: I61f02731150ea944eafaa8c6ea702210364b3478
Implements: blueprint feature-based-releases
2015-08-05 06:57:53 -07:00
Jeremy Stanley 5aeb76ecbd Workflow documentation is now in infra-manual
Replace URLs for workflow documentation to appropriate parts of the
OpenStack Project Infrastructure Manual.

Change-Id: I6c4844884921b9d19cadafca1d4be2700659bc6d
2014-12-05 03:30:36 +00:00
Devananda van der Veen 161a82f218 Initial commit
This imports the structure, unit tests, and template from nova-specs, creating
a functional specs repository without any approved specs.

Some modifications were made to the template to make it more applicable to
Ironic, eg. by adding sections and comments to existing sections where relevant
to bare metal provisioning.

Change-Id: I0b1ccd4a283d1c670a6ce497677dea8f47457f00
2014-05-22 15:51:33 -07:00