diff options
| author | Jenkins <jenkins@review.openstack.org> | 2012-03-05 20:45:05 +0000 |
|---|---|---|
| committer | Gerrit Code Review <review@openstack.org> | 2012-03-05 20:45:05 +0000 |
| commit | a18b3f29c4a977977e6bf29d1edcba43d5e6005b (patch) | |
| tree | 4f3f833410a144d977d4a508125f6c2531514610 /doc/source | |
| parent | f8d7bbd45b3e4d4fb3a77a74b1bd54f196dacda0 (diff) | |
| parent | 460c3f389185f352c36ccbe5e9f11579de334643 (diff) | |
Merge "Remove trailing whitespaces in regular file"
Diffstat (limited to 'doc/source')
| -rw-r--r-- | doc/source/index.rst | 2 | ||||
| -rw-r--r-- | doc/source/man/keystone-manage.rst | 2 | ||||
| -rw-r--r-- | doc/source/old/middleware.rst | 4 | ||||
| -rw-r--r-- | doc/source/static/jquery.tweet.js | 6 |
4 files changed, 7 insertions, 7 deletions
diff --git a/doc/source/index.rst b/doc/source/index.rst index a79fc8d0..a6c67f5e 100644 --- a/doc/source/index.rst +++ b/doc/source/index.rst @@ -63,7 +63,7 @@ Developers Documentation developing architecture api_curl_examples - + Code Documentation ================== .. toctree:: diff --git a/doc/source/man/keystone-manage.rst b/doc/source/man/keystone-manage.rst index 91f2b9e7..edfc9261 100644 --- a/doc/source/man/keystone-manage.rst +++ b/doc/source/man/keystone-manage.rst @@ -79,7 +79,7 @@ Options: syslog (defaults to LOG_USER) --use-syslog Use syslog for logging. --nouse-syslog Use syslog for logging. - + FILES ===== diff --git a/doc/source/old/middleware.rst b/doc/source/old/middleware.rst index 3738def6..f5582c79 100644 --- a/doc/source/old/middleware.rst +++ b/doc/source/old/middleware.rst @@ -110,11 +110,11 @@ auth_uri The externally accessible URL of the Keystone server. This will be where unauthenticated clients are redirected to. This is in the form of a URL. For example, if they make an unauthenticated call, they get this response:: - + HTTP/1.1 401 Unauthorized Www-Authenticate: Keystone uri='https://auth.example.com/' Content-Length: 381 - + In this case, the auth_uri setting is set to https://auth.example.com/ admin_token diff --git a/doc/source/static/jquery.tweet.js b/doc/source/static/jquery.tweet.js index c93fea87..79bf0bdb 100644 --- a/doc/source/static/jquery.tweet.js +++ b/doc/source/static/jquery.tweet.js @@ -1,5 +1,5 @@ (function($) { - + $.fn.tweet = function(o){ var s = { username: ["seaofclouds"], // [string] required, unless you want to display our tweets. :) it can be an array, just do ["username1","username2","etc"] @@ -17,9 +17,9 @@ loading_text: null, // [string] optional loading text, displayed while tweets load query: null // [string] optional search query }; - + if(o) $.extend(s, o); - + $.fn.extend({ linkUrl: function() { var returning = []; |
