diff options
| author | Teddy Wing | 2015-09-03 22:39:48 -0400 | 
|---|---|---|
| committer | Teddy Wing | 2015-09-03 22:39:48 -0400 | 
| commit | 36121da7a9f67350a269ff3fa2e4e8f8353bd1bc (patch) | |
| tree | 73615e0666d3ed9e56128dd17bc36919697f8915 /docs/build/html/py-modindex.html | |
| parent | 68c4c2c4e5e36d4514ca1b3e483870fd12152466 (diff) | |
| download | pubnub-python-preformat-sample-responses-in-docstrings.tar.bz2 | |
Regenerate Sphinx documentationpreformat-sample-responses-in-docstrings
Update Sphinx documentation following these changes to the docstrings
and `index.rst`:
    b8551cfe4f254c547401af69aa7ae944647f2c86
    d7fadda6d35082a8bbaf98cd666073158c128697
    68c4c2c4e5e36d4514ca1b3e483870fd12152466
Generated using `sphinx-build` v1.3.1.
Diffstat (limited to 'docs/build/html/py-modindex.html')
| -rw-r--r-- | docs/build/html/py-modindex.html | 24 | 
1 files changed, 12 insertions, 12 deletions
| diff --git a/docs/build/html/py-modindex.html b/docs/build/html/py-modindex.html index 3460d33..9069c1d 100644 --- a/docs/build/html/py-modindex.html +++ b/docs/build/html/py-modindex.html @@ -8,7 +8,7 @@      <title>Python Module Index — PubNub 3.7.2 documentation</title> -    <link rel="stylesheet" href="_static/default.css" type="text/css" /> +    <link rel="stylesheet" href="_static/classic.css" type="text/css" />      <link rel="stylesheet" href="_static/pygments.css" type="text/css" />      <script type="text/javascript"> @@ -32,8 +32,8 @@    </head> -  <body> -    <div class="related"> +  <body role="document"> +    <div class="related" role="navigation" aria-label="related navigation">        <h3>Navigation</h3>        <ul>          <li class="right" style="margin-right: 10px"> @@ -42,14 +42,14 @@          <li class="right" >            <a href="#" title="Python Module Index"               >modules</a> |</li> -        <li><a href="index.html">PubNub 3.7.2 documentation</a> »</li>  +        <li class="nav-item nav-item-0"><a href="index.html">PubNub 3.7.2 documentation</a> »</li>         </ul>      </div>        <div class="document">        <div class="documentwrapper">          <div class="bodywrapper"> -          <div class="body"> +          <div class="body" role="main">     <h1>Python Module Index</h1> @@ -65,7 +65,7 @@       <tr>         <td></td>         <td> -       <a href="index.html#module-Pubnub"><tt class="xref">Pubnub</tt></a></td><td> +       <a href="index.html#module-pubnub"><code class="xref">pubnub</code></a></td><td>         <em></em></td></tr>     </table> @@ -73,9 +73,9 @@            </div>          </div>        </div> -      <div class="sphinxsidebar"> +      <div class="sphinxsidebar" role="navigation" aria-label="main navigation">          <div class="sphinxsidebarwrapper"> -<div id="searchbox" style="display: none"> +<div id="searchbox" style="display: none" role="search">    <h3>Quick search</h3>      <form class="search" action="search.html" method="get">        <input type="text" name="q" /> @@ -92,7 +92,7 @@        </div>        <div class="clearer"></div>      </div> -    <div class="related"> +    <div class="related" role="navigation" aria-label="related navigation">        <h3>Navigation</h3>        <ul>          <li class="right" style="margin-right: 10px"> @@ -101,12 +101,12 @@          <li class="right" >            <a href="#" title="Python Module Index"               >modules</a> |</li> -        <li><a href="index.html">PubNub 3.7.2 documentation</a> »</li>  +        <li class="nav-item nav-item-0"><a href="index.html">PubNub 3.7.2 documentation</a> »</li>         </ul>      </div> -    <div class="footer"> +    <div class="footer" role="contentinfo">          © Copyright 2014, PubNub Inc.. -      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.2. +      Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.3.1.      </div>    </body>  </html>
\ No newline at end of file | 
