Skip to content

Commit

Permalink
docs
Browse files Browse the repository at this point in the history
  • Loading branch information
dpgaspar committed May 28, 2014
1 parent 2e6e5e1 commit 9636b9e
Show file tree
Hide file tree
Showing 22 changed files with 18 additions and 13 deletions.
Binary file modified docs/_build/doctrees/api.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/installation.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/intro.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/quickfiles.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/quickhowto.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/quickminimal.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/versionmigration.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/versions.doctree
Binary file not shown.
Binary file modified docs/_build/doctrees/views.doctree
Binary file not shown.
2 changes: 2 additions & 0 deletions docs/_build/html/_sources/installation.txt
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ Installation is straightforward, it uses the normal python package install.
I do advise you to additionally install the base skeleton application
so that you can immediately have a running application (without any models yet) and an easy to grow boilerplate.

Checkout installation video on `YouTube <http://youtu.be/ZrqFDroqqWE>`_

.. note::
Remember the initial user is **'admin'** password **'general'**.

Expand Down
3 changes: 1 addition & 2 deletions docs/_build/html/_sources/quickhowto.txt
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,7 @@ The *Group* table.

from sqlalchemy import Column, Integer, String, ForeignKey, Date
from sqlalchemy.orm import relationship
from flask.ext.appbuilder.models.mixins import BaseMixin
from flask.ext.appbuilder import Base
from flask.ext.appbuilder import Model

class Group(Model):
id = Column(Integer, primary_key=True)
Expand Down
2 changes: 2 additions & 0 deletions docs/_build/html/_sources/versions.txt
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ Improvements and Bug fixes on 0.9.0
- New, can import expose decorator like: flask.ext.appbuilder import expose
- New, Changed 'Base' declarative name to 'Model' no need to add BaseMixin.
- New, No automatic dev's model creation, must invoke appbuilder.create_db()
- New, Change GeneralView to ModelView.
- Fix, Multiple database support correction.

Improvements and Bug fixes on 0.8.5
-----------------------------------
Expand Down
6 changes: 3 additions & 3 deletions docs/_build/html/actions.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
<script type="text/javascript" src="_static/underscore.js"></script>
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="top" title="Flask AppBuilder" href="index.html" />
<link rel="next" title="i18n Translations" href="i18n.html" />
<link rel="next" title="Multiple Databases" href="multipledbs.html" />
<link rel="prev" title="Customizing" href="customizing.html" />


Expand All @@ -45,7 +45,7 @@ <h3>Navigation</h3>
<a href="py-modindex.html" title="Python Module Index"
>modules</a> |</li>
<li class="right" >
<a href="i18n.html" title="i18n Translations"
<a href="multipledbs.html" title="Multiple Databases"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="customizing.html" title="Customizing"
Expand Down Expand Up @@ -100,7 +100,7 @@ <h3>Related Topics</h3>
<ul>
<li><a href="index.html">Documentation overview</a><ul>
<li>Previous: <a href="customizing.html" title="previous chapter">Customizing</a></li>
<li>Next: <a href="i18n.html" title="next chapter">i18n Translations</a></li>
<li>Next: <a href="multipledbs.html" title="next chapter">Multiple Databases</a></li>
</ul></li>
</ul>
<h3>This Page</h3>
Expand Down
4 changes: 2 additions & 2 deletions docs/_build/html/genindex.html
Original file line number Diff line number Diff line change
Expand Up @@ -295,7 +295,7 @@ <h2 id="E">E</h2>

</dl></dd>

<dt><a href="api.html#flask.ext.appbuilder.baseviews.expose">expose() (in module flask.ext.appbuilder.baseviews)</a>, <a href="views.html#flask.ext.appbuilder.baseviews.expose">[1]</a>
<dt><a href="views.html#flask.ext.appbuilder.baseviews.expose">expose() (in module flask.ext.appbuilder.baseviews)</a>, <a href="api.html#flask.ext.appbuilder.baseviews.expose">[1]</a>
</dt>

</dl></td>
Expand All @@ -321,7 +321,7 @@ <h2 id="F">F</h2>
</dt>


<dt><a href="api.html#module-flask.ext.appbuilder.baseviews">flask.ext.appbuilder.baseviews (module)</a>, <a href="views.html#module-flask.ext.appbuilder.baseviews">[1]</a>
<dt><a href="views.html#module-flask.ext.appbuilder.baseviews">flask.ext.appbuilder.baseviews (module)</a>, <a href="api.html#module-flask.ext.appbuilder.baseviews">[1]</a>
</dt>


Expand Down
6 changes: 3 additions & 3 deletions docs/_build/html/i18n.html
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<script type="text/javascript" src="_static/doctools.js"></script>
<link rel="top" title="Flask AppBuilder" href="index.html" />
<link rel="next" title="Security" href="security.html" />
<link rel="prev" title="Actions" href="actions.html" />
<link rel="prev" title="Multiple Databases" href="multipledbs.html" />


<meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9">
Expand All @@ -48,7 +48,7 @@ <h3>Navigation</h3>
<a href="security.html" title="Security"
accesskey="N">next</a> |</li>
<li class="right" >
<a href="actions.html" title="Actions"
<a href="multipledbs.html" title="Multiple Databases"
accesskey="P">previous</a> |</li>
<li><a href="index.html">Flask AppBuilder</a> &raquo;</li>
</ul>
Expand Down Expand Up @@ -214,7 +214,7 @@ <h3><a href="index.html">Table Of Contents</a></h3>
<h3>Related Topics</h3>
<ul>
<li><a href="index.html">Documentation overview</a><ul>
<li>Previous: <a href="actions.html" title="previous chapter">Actions</a></li>
<li>Previous: <a href="multipledbs.html" title="previous chapter">Multiple Databases</a></li>
<li>Next: <a href="security.html" title="next chapter">Security</a></li>
</ul></li>
</ul>
Expand Down
1 change: 1 addition & 0 deletions docs/_build/html/installation.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ <h1>Installation<a class="headerlink" href="#installation" title="Permalink to t
<p>Installation is straightforward, it uses the normal python package install.
I do advise you to additionally install the base skeleton application
so that you can immediately have a running application (without any models yet) and an easy to grow boilerplate.</p>
<p>Checkout installation video on <a class="reference external" href="http://youtu.be/ZrqFDroqqWE">YouTube</a></p>
<div class="admonition note">
<p class="first admonition-title">Note</p>
<p class="last">Remember the initial user is <strong>&#8216;admin&#8217;</strong> password <strong>&#8216;general&#8217;</strong>.</p>
Expand Down
Binary file modified docs/_build/html/objects.inv
Binary file not shown.
3 changes: 1 addition & 2 deletions docs/_build/html/quickhowto.html
Original file line number Diff line number Diff line change
Expand Up @@ -104,8 +104,7 @@ <h2>Define your models (models.py)<a class="headerlink" href="#define-your-model
<p>The <em>Group</em> table.</p>
<div class="highlight-python"><div class="highlight"><pre><span class="kn">from</span> <span class="nn">sqlalchemy</span> <span class="kn">import</span> <span class="n">Column</span><span class="p">,</span> <span class="n">Integer</span><span class="p">,</span> <span class="n">String</span><span class="p">,</span> <span class="n">ForeignKey</span><span class="p">,</span> <span class="n">Date</span>
<span class="kn">from</span> <span class="nn">sqlalchemy.orm</span> <span class="kn">import</span> <span class="n">relationship</span>
<span class="kn">from</span> <span class="nn">flask.ext.appbuilder.models.mixins</span> <span class="kn">import</span> <span class="n">BaseMixin</span>
<span class="kn">from</span> <span class="nn">flask.ext.appbuilder</span> <span class="kn">import</span> <span class="n">Base</span>
<span class="kn">from</span> <span class="nn">flask.ext.appbuilder</span> <span class="kn">import</span> <span class="n">Model</span>

<span class="k">class</span> <span class="nc">Group</span><span class="p">(</span><span class="n">Model</span><span class="p">):</span>
<span class="nb">id</span> <span class="o">=</span> <span class="n">Column</span><span class="p">(</span><span class="n">Integer</span><span class="p">,</span> <span class="n">primary_key</span><span class="o">=</span><span class="bp">True</span><span class="p">)</span>
Expand Down
2 changes: 1 addition & 1 deletion docs/_build/html/searchindex.js

Large diffs are not rendered by default.

2 changes: 2 additions & 0 deletions docs/_build/html/versions.html
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,8 @@ <h2>Improvements and Bug fixes on 0.9.0<a class="headerlink" href="#improvements
<li>New, can import expose decorator like: flask.ext.appbuilder import expose</li>
<li>New, Changed &#8216;Base&#8217; declarative name to &#8216;Model&#8217; no need to add BaseMixin.</li>
<li>New, No automatic dev&#8217;s model creation, must invoke appbuilder.create_db()</li>
<li>New, Change GeneralView to ModelView.</li>
<li>Fix, Multiple database support correction.</li>
</ul>
</div>
<div class="section" id="improvements-and-bug-fixes-on-0-8-5">
Expand Down

0 comments on commit 9636b9e

Please sign in to comment.