6 Commits

Author SHA1 Message Date
Jesse Pretorius
ef70b6f64a [docs] Update doc references for Ocata/Pike
Change-Id: I098801b25e8c390b4157a57596431ed4b78e3a38
2017-03-08 18:04:18 +00:00
Jimmy McCrory
92ccc1b8cd [DOCS] Include branch in links to role docs
Create a new external link alias for role docs to simplify adding links
for them within the deploy guide and to automatically include the
correct branch name within those links.

Closes-Bug: 1620233
Change-Id: I02a474fabe5c1a7499e828c4661cf6b232886409
2017-02-14 08:33:06 -08:00
gecong1973
a687052023 Use https instead of http for git.openstack.org
TrivialFix

Change-Id: Ia69034ea3b571e88d6e8e9f12c3b974bb81e4bb2
2017-02-06 11:53:49 +08:00
Nolan Brubaker
a1a25002ba Add conditional branch names for docs links
Since the deploy guide moved to a separate directory structure, relative
links throughout the docs have been pointing to nothing. This change
applies some logic to figure out the correct format for URLs based on
the current branch and the deploy guide/dev docs conventions.

The actual link generation is done via the sphinx.ext.extlinks
extension, which allows for defining custom link generation roles. This
achieves the desired behavior in terms of dynamic link construction, but
does alter the standard linking conventions.

Another side effect is that docs generate this way will always point
to the live URLs, not to HTML generated for a gate job. It may be
worthwhile using relative links within the deploy guide/developer docs
and only using these automatic external ones for cross-references.

Usage for dev docs looks like this:

    :dev_docs:`Link title text <last-part-of-url.html>`

And for the deploy guide:

    :deploy_guide:`Link title text <last-part-of-url.html>`

Some examples inline have been provided, to demonstrate how these fit in
different contexts.

Some small code style fixes are also included.

Change-Id: I4d065f1f2d7c1372f3f829ab9e5297d5028f2ee6
2017-01-10 13:04:22 -05:00
Robin Naundorf
312147a6d7 Fix git url for deploy-guide
* change giturl to `deploy-guide/source` to fix wrong reference in
  bug report feature

Change-Id: I848e00b119760de89f7d7e76c8e8f41596a7e489
2016-12-19 10:55:07 +00:00
Alexandra Settle
ca1e4cccd9 [DOCS] Adds a cookie cutter deploy guide for d.o.o
Also removes old install guide in favor of the commited deploy guide

TODO: Link for the deploy guide to be commited

Change-Id: I72c1d344a4cc8df4d92ff296200704639771eb88
2016-11-18 13:27:57 +00:00