diff mbox

[Branch,~linaro-validation/lava-server/trunk] Rev 425: Neil Williams 2013-09-06 move the link from readthedocs.org

Message ID 20130911092532.8736.71702.launchpad@ackee.canonical.com
State Accepted
Headers show

Commit Message

Neil Williams Sept. 11, 2013, 9:25 a.m. UTC
Merge authors:
  Neil Williams (codehelp)
Related merge proposals:
  https://code.launchpad.net/~codehelp/lava-server/docs-location/+merge/184958
  proposed by: Neil Williams (codehelp)
  review: Approve - Senthil Kumaran S (stylesen)
------------------------------------------------------------
revno: 425 [merge]
committer: Neil Williams <neil.williams@linaro.org>
branch nick: lava-server
timestamp: Wed 2013-09-11 10:23:56 +0100
message:
  Neil Williams 2013-09-06 move the link from readthedocs.org
  Neil Williams 2013-09-06 Point to the locally installed docs.
modified:
  doc/installation.rst
  lava_server/context_processors.py


--
lp:lava-server
https://code.launchpad.net/~linaro-validation/lava-server/trunk

You are subscribed to branch lp:lava-server.
To unsubscribe from this branch go to https://code.launchpad.net/~linaro-validation/lava-server/trunk/+edit-subscription
diff mbox

Patch

=== modified file 'doc/installation.rst'
--- doc/installation.rst	2012-10-31 10:34:30 +0000
+++ doc/installation.rst	2013-09-06 15:29:02 +0000
@@ -2,4 +2,5 @@ 
 ^^^^^^^^^^^^
 
 We have a tool for installing the various components that make up
-LAVA.  See http://lava-deployment-tool.readthedocs.org/ to learn more.
+LAVA.  See http://validation.linaro.org/static/docs/deployment-tool.html/
+or the Documentation link on any LAVA instance to learn more.

=== modified file 'lava_server/context_processors.py'
--- lava_server/context_processors.py	2013-08-07 11:35:41 +0000
+++ lava_server/context_processors.py	2013-09-06 15:27:45 +0000
@@ -38,7 +38,7 @@ 
             Menu("Available Methods", reverse("lava.api_help")),
             Menu("Authentication Tokens", reverse("linaro_django_xmlrpc.views.tokens")),
         ]),
-        Menu("Documentation", "http://lava.rtfd.org/"),
+        Menu("Documentation", "/static/docs/"),
     ])
 
     try: