Addding gallery to docs

This commit is contained in:
Maxime Beauchemin
2016-04-05 00:01:24 -07:00
parent e702cfc688
commit cbed04195a
43 changed files with 224 additions and 23 deletions

View File

@@ -71,6 +71,7 @@
<li class="toctree-l1"><a class="reference internal" href="installation.html">Installation &amp; Configuration</a></li>
<li class="toctree-l1 current"><a class="current reference internal" href="">Tutorial</a></li>
<li class="toctree-l1"><a class="reference internal" href="videos.html">Videos</a></li>
<li class="toctree-l1"><a class="reference internal" href="gallery.html">Gallery</a></li>
</ul>
</ul>
</li>
@@ -125,8 +126,8 @@ query. First go to the database menu</p>
<p>Now click on the <code class="docutils literal"><span class="pre">+</span></code> button to add a new entry</p>
<a class="reference internal image-reference" href="_images/db_plus.png"><img alt="_images/db_plus.png" src="_images/db_plus.png" style="width: 170.4px; height: 170.4px;" /></a>
<p>Fill in an arbitrary reference name for the database, and you SqlAlchemy
URI. To figure out how to construct your URI, check out the <a class="reference external" href="http://http://docs.sqlalchemy.org/en/rel_1_0/core/engines.html/">SqlAlchemy
documentation</a>.
URI. To figure out how to construct your URI, check out the
<a class="reference external" href="http://docs.sqlalchemy.org/en/rel_1_0/core/engines.html">SqlAlchemy documentation</a>.
Then you can test your connection. If it works, you&#8217;ll see a positive popup
and list of the tables that SqlAlchemy has found for that URI.</p>
<a class="reference internal image-reference" href="_images/db_added.png"><img alt="_images/db_added.png" src="_images/db_added.png" style="width: 637.2px; height: 375.6px;" /></a>