Skip to content

Commit

Permalink
Rebuilt docs.
Browse files Browse the repository at this point in the history
  • Loading branch information
donnemartin committed Sep 21, 2015
1 parent 5177ce3 commit 6f3a264
Show file tree
Hide file tree
Showing 12 changed files with 28 additions and 4 deletions.
Binary file modified docs/build/doctrees/README.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/environment.pickle
Binary file not shown.
Binary file modified docs/build/doctrees/index.doctree
Binary file not shown.
Binary file modified docs/build/doctrees/saws.doctree
Binary file not shown.
5 changes: 5 additions & 0 deletions docs/build/html/README.html
Original file line number Diff line number Diff line change
Expand Up @@ -313,6 +313,11 @@ <h2>Customizable Shortcuts<a class="headerlink" href="#customizable-shortcuts" t
<h3>Fuzzy Resource and Shortcut Completion<a class="headerlink" href="#fuzzy-resource-and-shortcut-completion" title="Permalink to this headline"></a></h3>
<p>To toggle fuzzy completion of AWS resources and shortcuts, use <code class="docutils literal"><span class="pre">F3</span></code>
key.</p>
<p>Sample fuzzy shortcuts to start and stop EC2 instances:</p>
<div class="highlight-python"><div class="highlight"><pre>aws ecstop
aws ecstart
</pre></div>
</div>
<p>Note: Fuzzy completion currently only works with AWS
<a class="reference external" href="#auto-completion-of-aws-resources">resources</a> and
<a class="reference external" href="customizable-shortcuts">shortcuts</a>.</p>
Expand Down
7 changes: 7 additions & 0 deletions docs/build/html/_sources/README.txt
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,13 @@ Fuzzy Resource and Shortcut Completion
To toggle fuzzy completion of AWS resources and shortcuts, use ``F3``
key.

Sample fuzzy shortcuts to start and stop EC2 instances:

::

aws ecstop
aws ecstart

Note: Fuzzy completion currently only works with AWS
`resources <#auto-completion-of-aws-resources>`__ and
`shortcuts <customizable-shortcuts>`__.
Expand Down
2 changes: 1 addition & 1 deletion docs/build/html/_sources/index.txt
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
contain the root `toctree` directive.

Saws: A Supercharged AWS Command Line Interface (CLI)
===================================================
=====================================================

.. include:: README.rst

Expand Down
5 changes: 5 additions & 0 deletions docs/build/html/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,11 @@ <h2>Customizable Shortcuts<a class="headerlink" href="#customizable-shortcuts" t
<h3>Fuzzy Resource and Shortcut Completion<a class="headerlink" href="#fuzzy-resource-and-shortcut-completion" title="Permalink to this headline"></a></h3>
<p>To toggle fuzzy completion of AWS resources and shortcuts, use <code class="docutils literal"><span class="pre">F3</span></code>
key.</p>
<p>Sample fuzzy shortcuts to start and stop EC2 instances:</p>
<div class="highlight-python"><div class="highlight"><pre>aws ecstop
aws ecstart
</pre></div>
</div>
<p>Note: Fuzzy completion currently only works with AWS
<a class="reference external" href="#auto-completion-of-aws-resources">resources</a> and
<a class="reference external" href="customizable-shortcuts">shortcuts</a>.</p>
Expand Down
2 changes: 1 addition & 1 deletion docs/build/html/saws.html
Original file line number Diff line number Diff line change
Expand Up @@ -673,7 +673,7 @@ <h2>Submodules<a class="headerlink" href="#submodules" title="Permalink to this

<dl class="attribute">
<dt id="saws.lexer.CommandLexer.tokens">
<code class="descname">tokens</code><em class="property"> = {'root': [(&lt;pygments.lexer.words object at 0x102867c50&gt;, Token.Literal.String), (&lt;pygments.lexer.words object at 0x102867c90&gt;, Token.Literal.Number), (&lt;pygments.lexer.words object at 0x102867cd0&gt;, Token.Name.Class), (&lt;pygments.lexer.words object at 0x102867d10&gt;, Token.Keyword.Declaration), (&lt;pygments.lexer.words object at 0x102867d50&gt;, Token.Generic.Output), (&lt;pygments.lexer.words object at 0x102867d90&gt;, Token.Operator.Word), (&lt;pygments.lexer.words object at 0x102867dd0&gt;, Token.Generic.Output), (&lt;pygments.lexer.words object at 0x102867e10&gt;, Token.Name.Exception)]}</em><a class="headerlink" href="#saws.lexer.CommandLexer.tokens" title="Permalink to this definition"></a></dt>
<code class="descname">tokens</code><em class="property"> = {'root': [(&lt;pygments.lexer.words object at 0x10e685ed0&gt;, Token.Literal.String), (&lt;pygments.lexer.words object at 0x10e685f10&gt;, Token.Literal.Number), (&lt;pygments.lexer.words object at 0x10e685f50&gt;, Token.Name.Class), (&lt;pygments.lexer.words object at 0x10e685f90&gt;, Token.Keyword.Declaration), (&lt;pygments.lexer.words object at 0x10e685fd0&gt;, Token.Generic.Output), (&lt;pygments.lexer.words object at 0x10e695050&gt;, Token.Operator.Word), (&lt;pygments.lexer.words object at 0x10e695090&gt;, Token.Generic.Output), (&lt;pygments.lexer.words object at 0x10e6950d0&gt;, Token.Name.Exception)]}</em><a class="headerlink" href="#saws.lexer.CommandLexer.tokens" title="Permalink to this definition"></a></dt>
<dd></dd></dl>

</dd></dl>
Expand Down
2 changes: 1 addition & 1 deletion docs/build/html/searchindex.js

Large diffs are not rendered by default.

7 changes: 7 additions & 0 deletions docs/source/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -322,6 +322,13 @@ Fuzzy Resource and Shortcut Completion
To toggle fuzzy completion of AWS resources and shortcuts, use ``F3``
key.

Sample fuzzy shortcuts to start and stop EC2 instances:

::

aws ecstop
aws ecstart

Note: Fuzzy completion currently only works with AWS
`resources <#auto-completion-of-aws-resources>`__ and
`shortcuts <customizable-shortcuts>`__.
Expand Down
2 changes: 1 addition & 1 deletion docs/source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
contain the root `toctree` directive.
Saws: A Supercharged AWS Command Line Interface (CLI)
===================================================
=====================================================

.. include:: README.rst

Expand Down

0 comments on commit 6f3a264

Please sign in to comment.