Skip to content

Commit

Permalink
updated docs
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiSchwarz-cnic committed Jul 12, 2018
1 parent 9f93c48 commit 9829d01
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 1 deletion.
4 changes: 4 additions & 0 deletions docs/_build/html/_sources/quickstart.rst.txt
Expand Up @@ -18,6 +18,10 @@ A minimal application using hexonet.apiconnector looks something like this:
:encoding: utf-8
:caption: Python SDK Demo App

You can find this code also on _github.

.. _github: https://github.com/hexonet/python-sdk-demo

So what did that code do?

1. First we imported the :mod:`hexonet.apiconnector`.
Expand Down
1 change: 1 addition & 0 deletions docs/_build/html/quickstart.html
Expand Up @@ -176,6 +176,7 @@ <h2>A Minimal Application<a class="headerlink" href="#a-minimal-application" tit
</pre></div>
</div>
</div>
<p>You can find this code also on _github.</p>
<p>So what did that code do?</p>
<ol class="arabic simple">
<li>First we imported the <a class="reference internal" href="api/hexonet.apiconnector.html#module-hexonet.apiconnector" title="hexonet.apiconnector"><code class="xref py py-mod docutils literal notranslate"><span class="pre">hexonet.apiconnector</span></code></a>.</li>
Expand Down

0 comments on commit 9829d01

Please sign in to comment.