Commit Graph

5 Commits

Author SHA1 Message Date
François Magimel 379b606dcc Replace broken links and http links in the doc
Some typos were fixed too.

Change-Id: I05f621c2daa1142006ab8e04164c75a031edea4f
2018-06-30 00:04:59 +02:00
Michael Krotscheck bd189bece7 Added python storyboard client to docs.
Added link to the openstack-infra/python-storyboardclient to
storyboard's documentation.

Change-Id: I880e3afc453ad5c5a64bcd2601288a2fcf2a4834
2015-01-22 10:35:13 -08:00
Jeremy Stanley 6c30aeab2f Workflow documentation is now in infra-manual
Replace URLs for workflow documentation to appropriate parts of the
OpenStack Project Infrastructure Manual.

Change-Id: If30c90a9f843baf6a7cfba338b846fa5bbb2a695
2014-12-05 03:30:43 +00:00
Ruslan Kamaldinov 345b1e41cf Update documentation
The goal of this patch is to setup infrastructure and organization
of docs in the project.

Changes:
* Modified README to be similar to other OS projects
* Added project description to the index page
* Added install and run guide

Note(1):
These docs will be auto-published to http://ci.openstack.org/storyboard
after each merge very soon.

Note(2):
To build docs locally run in console:
$ tox -e docs
and open doc/build/html/index.html

Change-Id: I08b57117f90f3e4614bfa5c47020e40a6c26ff65
2014-01-27 18:54:18 +04:00
Monty Taylor d6066f2a75 Add SQLalchemy database model
As a step towards continuous deployment and having a pecan/WSME REST
interface, split the database out into SQLalchemy-based model using
Alembic for migrations. To support that, also pull in oslo.db and use
oslo.config for config files.

Change-Id: I33a1e72700be14e28255aaa52faed70c4686a3ec
2014-01-13 18:52:47 +04:00