|
-
- <!DOCTYPE html>
-
- <html xmlns="http://www.w3.org/1999/xhtml">
- <head>
- <meta charset="utf-8" />
- <title>Welcome to beelance2’s documentation! — beelance2 documentation</title>
- <link rel="stylesheet" href="_static/alabaster.css" type="text/css" />
- <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
- <script type="text/javascript" id="documentation_options" data-url_root="./" src="_static/documentation_options.js"></script>
- <script type="text/javascript" src="_static/jquery.js"></script>
- <script type="text/javascript" src="_static/underscore.js"></script>
- <script type="text/javascript" src="_static/doctools.js"></script>
- <script type="text/javascript" src="_static/language_data.js"></script>
- <link rel="index" title="Index" href="genindex.html" />
- <link rel="search" title="Search" href="search.html" />
-
- <link rel="stylesheet" href="_static/custom.css" type="text/css" />
-
-
- <meta name="viewport" content="width=device-width, initial-scale=0.9, maximum-scale=0.9" />
-
- </head><body>
-
-
- <div class="document">
- <div class="documentwrapper">
- <div class="bodywrapper">
-
-
- <div class="body" role="main">
-
- <div class="section" id="welcome-to-beelance2-s-documentation">
- <h1>Welcome to beelance2’s documentation!<a class="headerlink" href="#welcome-to-beelance2-s-documentation" title="Permalink to this headline">¶</a></h1>
- <div class="toctree-wrapper compound">
- </div>
- <dl class="class">
- <dt id="views.index.Index">
- <em class="property">class </em><code class="sig-prename descclassname">views.index.</code><code class="sig-name descname">Index</code><a class="headerlink" href="#views.index.Index" title="Permalink to this definition">¶</a></dt>
- <dd><dl class="method">
- <dt id="views.index.Index.GET">
- <code class="sig-name descname">GET</code><span class="sig-paren">(</span><span class="sig-paren">)</span><a class="headerlink" href="#views.index.Index.GET" title="Permalink to this definition">¶</a></dt>
- <dd><p>Get main page using the projects URL input variable to
- determine which projects to show.</p>
- <blockquote>
- <div><dl class="field-list simple">
- <dt class="field-odd">return</dt>
- <dd class="field-odd"><p>index page</p>
- </dd>
- </dl>
- </div></blockquote>
- </dd></dl>
-
- </dd></dl>
-
- <span class="target" id="module-views.forms"></span><dl class="function">
- <dt id="views.forms.get_task_form_elements">
- <code class="sig-prename descclassname">views.forms.</code><code class="sig-name descname">get_task_form_elements</code><span class="sig-paren">(</span><em class="sig-param">identifier=0</em>, <em class="sig-param">task_title=''</em>, <em class="sig-param">task_description=''</em>, <em class="sig-param">budget=''</em><span class="sig-paren">)</span><a class="headerlink" href="#views.forms.get_task_form_elements" title="Permalink to this definition">¶</a></dt>
- <dd><dl class="simple">
- <dt>Define the task form elements</dt><dd><dl class="field-list simple">
- <dt class="field-odd">param identifier</dt>
- <dd class="field-odd"><p>The id of the task</p>
- </dd>
- <dt class="field-even">param task_title</dt>
- <dd class="field-even"><p>Task title</p>
- </dd>
- <dt class="field-odd">param task_description</dt>
- <dd class="field-odd"><p>Task description</p>
- </dd>
- <dt class="field-even">param budget</dt>
- <dd class="field-even"><p>Task budget</p>
- </dd>
- <dt class="field-odd">type identifier</dt>
- <dd class="field-odd"><p>int, str</p>
- </dd>
- <dt class="field-even">type task_title</dt>
- <dd class="field-even"><p>str</p>
- </dd>
- <dt class="field-odd">type task_description</dt>
- <dd class="field-odd"><p>str</p>
- </dd>
- <dt class="field-even">type budget</dt>
- <dd class="field-even"><p>int, str</p>
- </dd>
- <dt class="field-odd">return</dt>
- <dd class="field-odd"><p>A set of task form elements</p>
- </dd>
- </dl>
- </dd>
- </dl>
- </dd></dl>
-
- </div>
- <div class="section" id="indices-and-tables">
- <h1>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Permalink to this headline">¶</a></h1>
- <ul class="simple">
- <li><p><a class="reference internal" href="genindex.html"><span class="std std-ref">Index</span></a></p></li>
- <li><p><a class="reference internal" href="py-modindex.html"><span class="std std-ref">Module Index</span></a></p></li>
- <li><p><a class="reference internal" href="search.html"><span class="std std-ref">Search Page</span></a></p></li>
- </ul>
- </div>
-
-
- </div>
-
- </div>
- </div>
- <div class="sphinxsidebar" role="navigation" aria-label="main navigation">
- <div class="sphinxsidebarwrapper">
- <h1 class="logo"><a href="#">beelance2</a></h1>
-
-
-
-
-
-
-
-
- <h3>Navigation</h3>
-
- <div class="relations">
- <h3>Related Topics</h3>
- <ul>
- <li><a href="#">Documentation overview</a><ul>
- </ul></li>
- </ul>
- </div>
- <div id="searchbox" style="display: none" role="search">
- <h3 id="searchlabel">Quick search</h3>
- <div class="searchformwrapper">
- <form class="search" action="search.html" method="get">
- <input type="text" name="q" aria-labelledby="searchlabel" />
- <input type="submit" value="Go" />
- </form>
- </div>
- </div>
- <script type="text/javascript">$('#searchbox').show(0);</script>
-
-
-
-
-
-
-
-
- </div>
- </div>
- <div class="clearer"></div>
- </div>
- <div class="footer">
- ©2019, jakob notland.
-
- |
- Powered by <a href="http://sphinx-doc.org/">Sphinx 2.2.1</a>
- & <a href="https://github.com/bitprophet/alabaster">Alabaster 0.7.12</a>
-
- |
- <a href="_sources/index.rst.txt"
- rel="nofollow">Page source</a>
- </div>
-
-
-
-
- </body>
- </html>
|