Skip to content

Commit

Permalink
Moved Source Code header to the top of the docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
donnemartin committed Sep 22, 2015
1 parent 7afe9db commit 6cf9b56
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 27 deletions.
Binary file modified docs/build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/build/doctrees/index.doctree
Binary file not shown.
14 changes: 6 additions & 8 deletions docs/build/html/_sources/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,16 @@
SAWS: A Supercharged AWS Command Line Interface (CLI)
=====================================================

.. include:: README.rst

.. toctree::
:maxdepth: 2



Source Code
==================
-----------

* `GitHub Repo <https://github.com/donnemartin/saws>`__
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
|

.. include:: README.rst

.. toctree::
:maxdepth: 2
27 changes: 16 additions & 11 deletions docs/build/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,24 @@

<div class="section" id="saws-a-supercharged-aws-command-line-interface-cli">
<h1>SAWS: A Supercharged AWS Command Line Interface (CLI)<a class="headerlink" href="#saws-a-supercharged-aws-command-line-interface-cli" title="Permalink to this headline"></a></h1>
<div class="section" id="source-code">
<h2>Source Code<a class="headerlink" href="#source-code" title="Permalink to this headline"></a></h2>
<ul class="simple">
<li><a class="reference external" href="https://github.com/donnemartin/saws">GitHub Repo</a></li>
<li><a class="reference internal" href="genindex.html"><span>Index</span></a></li>
<li><a class="reference internal" href="py-modindex.html"><span>Module Index</span></a></li>
<li><a class="reference internal" href="search.html"><span>Search Page</span></a></li>
</ul>
<div class="line-block">
<div class="line"><br /></div>
</div>
<div class="figure">
<img alt="" src="http://i.imgur.com/vzC5zmA.gif" />
</div>
<p><a class="reference external" href="https://travis-ci.org/donnemartin/saws"><img alt="Build Status" src="https://travis-ci.org/donnemartin/saws.svg?branch=master" /></a> <a class="reference external" href="http://saws.readthedocs.org/en/latest/?badge=latest"><img alt="Documentation Status" src="https://readthedocs.org/projects/saws/badge/?version=latest" /></a> <a class="reference external" href="https://gemnasium.com/donnemartin/saws"><img alt="Dependency Status" src="https://gemnasium.com/donnemartin/saws.svg" /></a> <a class="reference external" href="https://codecov.io/github/donnemartin/saws/saws"><img alt="Codecov" src="https://img.shields.io/codecov/c/github/donnemartin/saws.svg" /></a></p>
<p><a class="reference external" href="http://badge.fury.io/py/saws"><img alt="PyPI version" src="https://badge.fury.io/py/saws.svg" /></a> <a class="reference external" href="https://pypi.python.org/pypi/saws/"><img alt="PyPI" src="https://img.shields.io/pypi/pyversions/saws.svg" /></a> <a class="reference external" href="http://www.apache.org/licenses/LICENSE-2.0.html"><img alt="License" src="http://img.shields.io/:license-apache-blue.svg" /></a></p>
</div>
</div>
<div class="section" id="saws">
<h1>SAWS<a class="headerlink" href="#saws" title="Permalink to this headline"></a></h1>
<div class="section" id="motivation">
Expand Down Expand Up @@ -556,15 +568,6 @@ <h2>License<a class="headerlink" href="#license" title="Permalink to this headli
</ul>
</div>
</div>
</div>
<div class="section" id="source-code">
<h1>Source Code<a class="headerlink" href="#source-code" title="Permalink to this headline"></a></h1>
<ul class="simple">
<li><a class="reference external" href="https://github.com/donnemartin/saws">GitHub Repo</a></li>
<li><a class="reference internal" href="genindex.html"><span>Index</span></a></li>
<li><a class="reference internal" href="py-modindex.html"><span>Module Index</span></a></li>
<li><a class="reference internal" href="search.html"><span>Search Page</span></a></li>
</ul>
</div>


Expand All @@ -575,7 +578,10 @@ <h1>Source Code<a class="headerlink" href="#source-code" title="Permalink to thi
<div class="sphinxsidebarwrapper">
<h3><a href="#">Table Of Contents</a></h3>
<ul>
<li><a class="reference internal" href="#">SAWS: A Supercharged AWS Command Line Interface (CLI)</a></li>
<li><a class="reference internal" href="#">SAWS: A Supercharged AWS Command Line Interface (CLI)</a><ul>
<li><a class="reference internal" href="#source-code">Source Code</a></li>
</ul>
</li>
<li><a class="reference internal" href="#saws">SAWS</a><ul>
<li><a class="reference internal" href="#motivation">Motivation</a><ul>
<li><a class="reference internal" href="#aws-cli">AWS CLI</a></li>
Expand Down Expand Up @@ -631,7 +637,6 @@ <h3><a href="#">Table Of Contents</a></h3>
<li><a class="reference internal" href="#license">License</a></li>
</ul>
</li>
<li><a class="reference internal" href="#source-code">Source Code</a></li>
</ul>
<div class="relations">
<h3>Related Topics</h3>
Expand Down
14 changes: 6 additions & 8 deletions docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,18 +6,16 @@
SAWS: A Supercharged AWS Command Line Interface (CLI)
=====================================================

.. include:: README.rst

.. toctree::
:maxdepth: 2



Source Code
==================
-----------

* `GitHub Repo <https://github.com/donnemartin/saws>`__
* :ref:`genindex`
* :ref:`modindex`
* :ref:`search`
|
.. include:: README.rst

.. toctree::
:maxdepth: 2

0 comments on commit 6cf9b56

Please sign in to comment.