summaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorHengqing Hu <hudayou@hotmail.com>2012-03-03 13:10:06 +0800
committerHengqing Hu <hudayou@hotmail.com>2012-03-03 13:11:08 +0800
commit460c3f389185f352c36ccbe5e9f11579de334643 (patch)
treeb24d0e0d5bdfca261fe1ef93acb1ef75d879b72d /doc
parent48dc5be3d294a20a79c989f760e7d46bc1f90456 (diff)
downloadkeystone-460c3f389185f352c36ccbe5e9f11579de334643.tar.gz
keystone-460c3f389185f352c36ccbe5e9f11579de334643.tar.xz
keystone-460c3f389185f352c36ccbe5e9f11579de334643.zip
Remove trailing whitespaces in regular file
Change-Id: I8d05fbb7a372bf9a813da9165cd40af71a1ae4c2
Diffstat (limited to 'doc')
-rw-r--r--doc/source/index.rst2
-rw-r--r--doc/source/man/keystone-manage.rst2
-rw-r--r--doc/source/old/middleware.rst4
-rw-r--r--doc/source/static/jquery.tweet.js6
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 = [];