diff --git a/1.0/_sources/spec/http-protocol-compliance-tests.rst.txt b/1.0/_sources/spec/http-protocol-compliance-tests.rst.txt index 796d26dc4ce..a2654d0ab91 100644 --- a/1.0/_sources/spec/http-protocol-compliance-tests.rst.txt +++ b/1.0/_sources/spec/http-protocol-compliance-tests.rst.txt @@ -207,8 +207,10 @@ that support the following members: to parse and validate the expected data against generated data. * - params - ``document`` - - Defines the input parameters used to generate the HTTP request. These - parameters MUST be compatible with the input of the operation. + - For clients, defines the input parameters used to generate the HTTP + request. For servers, defines the input parameters extracted from the + HTTP request. These parameters MUST be compatible with the input of the + operation. Parameter values that contain binary data MUST be defined using values that can be represented in plain text (for example, use "foo" @@ -391,9 +393,10 @@ structures that support the following members: base64 encoded. * - params - ``document`` - - Defines the output or error parameters used to generate the HTTP - response. These parameters MUST be compatible with the targeted - operation's output or the targeted error structure. + - For clients, defines the output or error parameters extracted from the + HTTP response. For servers, defines the output or error parameters used + to generate the HTTP response. These parameters MUST be compatible with + the targeted operation's output or the targeted error structure. Parameter values that contain binary data MUST be defined using values that can be represented in plain text (for example, use "foo" diff --git a/1.0/_static/basic.css b/1.0/_static/basic.css index eeb0519a69b..4e9a9f1faca 100644 --- a/1.0/_static/basic.css +++ b/1.0/_static/basic.css @@ -236,16 +236,6 @@ div.body p, div.body dd, div.body li, div.body blockquote { a.headerlink { visibility: hidden; } -a.brackets:before, -span.brackets > a:before{ - content: "["; -} - -a.brackets:after, -span.brackets > a:after { - content: "]"; -} - h1:hover > a.headerlink, h2:hover > a.headerlink, @@ -334,11 +324,15 @@ aside.sidebar { p.sidebar-title { font-weight: bold; } +nav.contents, +aside.topic, div.admonition, div.topic, blockquote { clear: left; } /* -- topics ---------------------------------------------------------------- */ +nav.contents, +aside.topic, div.topic { border: 1px solid #ccc; padding: 7px; @@ -377,6 +371,8 @@ div.body p.centered { div.sidebar > :last-child, aside.sidebar > :last-child, +nav.contents > :last-child, +aside.topic > :last-child, div.topic > :last-child, div.admonition > :last-child { margin-bottom: 0; @@ -384,6 +380,8 @@ div.admonition > :last-child { div.sidebar::after, aside.sidebar::after, +nav.contents::after, +aside.topic::after, div.topic::after, div.admonition::after, blockquote::after { @@ -608,19 +606,26 @@ ol.simple p, ul.simple p { margin-bottom: 0; } -dl.footnote > dt, -dl.citation > dt { +aside.footnote > span, +div.citation > span { float: left; - margin-right: 0.5em; } - -dl.footnote > dd, -dl.citation > dd { +aside.footnote > span:last-of-type, +div.citation > span:last-of-type { + padding-right: 0.5em; +} +aside.footnote > p { + margin-left: 2em; +} +div.citation > p { + margin-left: 4em; +} +aside.footnote > p:last-of-type, +div.citation > p:last-of-type { margin-bottom: 0em; } - -dl.footnote > dd:after, -dl.citation > dd:after { +aside.footnote > p:last-of-type:after, +div.citation > p:last-of-type:after { content: ""; clear: both; } @@ -636,10 +641,6 @@ dl.field-list > dt { padding-left: 0.5em; padding-right: 5px; } -dl.field-list > dt:after { - content: ":"; -} - dl.field-list > dd { padding-left: 0.5em; diff --git a/1.0/guides/building-models/build-config.html b/1.0/guides/building-models/build-config.html index e82bcaeb545..79000f0ba8e 100644 --- a/1.0/guides/building-models/build-config.html +++ b/1.0/guides/building-models/build-config.html @@ -311,7 +311,7 @@