[42] | 1 | <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
|
---|
| 2 | "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
|
---|
| 3 |
|
---|
| 4 |
|
---|
| 5 | <html xmlns="http://www.w3.org/1999/xhtml">
|
---|
| 6 | <head>
|
---|
| 7 | <meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
|
---|
| 8 |
|
---|
| 9 | <title>Welcome to Stamper’s documentation! — Stamper 0.1 documentation</title>
|
---|
| 10 |
|
---|
| 11 | <link rel="stylesheet" href="_static/default.css" type="text/css" />
|
---|
| 12 | <link rel="stylesheet" href="_static/pygments.css" type="text/css" />
|
---|
| 13 |
|
---|
| 14 | <script type="text/javascript">
|
---|
| 15 | var DOCUMENTATION_OPTIONS = {
|
---|
| 16 | URL_ROOT: './',
|
---|
| 17 | VERSION: '0.1',
|
---|
| 18 | COLLAPSE_INDEX: false,
|
---|
| 19 | FILE_SUFFIX: '.html',
|
---|
| 20 | HAS_SOURCE: true
|
---|
| 21 | };
|
---|
| 22 | </script>
|
---|
| 23 | <script type="text/javascript" src="_static/jquery.js"></script>
|
---|
| 24 | <script type="text/javascript" src="_static/underscore.js"></script>
|
---|
| 25 | <script type="text/javascript" src="_static/doctools.js"></script>
|
---|
| 26 | <link rel="author" title="About these documents" href="about.html" />
|
---|
| 27 | <link rel="top" title="Stamper 0.1 documentation" href="#" />
|
---|
| 28 | <link rel="next" title="About Stamper" href="about.html" />
|
---|
| 29 | </head>
|
---|
| 30 | <body>
|
---|
| 31 | <div class="related">
|
---|
| 32 | <h3>Navigation</h3>
|
---|
| 33 | <ul>
|
---|
| 34 | <li class="right" style="margin-right: 10px">
|
---|
| 35 | <a href="genindex.html" title="General Index"
|
---|
| 36 | accesskey="I">index</a></li>
|
---|
| 37 | <li class="right" >
|
---|
| 38 | <a href="about.html" title="About Stamper"
|
---|
| 39 | accesskey="N">next</a> |</li>
|
---|
| 40 | <li><a href="#">Stamper 0.1 documentation</a> »</li>
|
---|
| 41 | </ul>
|
---|
| 42 | </div>
|
---|
| 43 |
|
---|
| 44 | <div class="document">
|
---|
| 45 | <div class="documentwrapper">
|
---|
| 46 | <div class="bodywrapper">
|
---|
| 47 | <div class="body">
|
---|
| 48 |
|
---|
| 49 | <div class="section" id="welcome-to-stamper-s-documentation">
|
---|
| 50 | <h1>Welcome to Stamper’s documentation!<a class="headerlink" href="#welcome-to-stamper-s-documentation" title="Permalink to this headline">¶</a></h1>
|
---|
| 51 | <p>This is the official documentation for <a class="reference external" href="https://bitbucket.org/codigo23/stamper">Stamper</a>, a <em>time tracking</em> tool written
|
---|
| 52 | in <a class="reference external" href="http://python.org">Python</a>.</p>
|
---|
| 53 | <p>Contents:</p>
|
---|
| 54 | <div class="toctree-wrapper compound">
|
---|
| 55 | <ul>
|
---|
| 56 | <li class="toctree-l1"><a class="reference internal" href="about.html">About Stamper</a><ul>
|
---|
| 57 | <li class="toctree-l2"><a class="reference internal" href="about.html#from-where-does-it-come-from">From where does it come from?</a></li>
|
---|
| 58 | <li class="toctree-l2"><a class="reference internal" href="about.html#enter-the-json">Enter the JSON</a></li>
|
---|
| 59 | <li class="toctree-l2"><a class="reference internal" href="about.html#the-tools">The tools</a></li>
|
---|
| 60 | </ul>
|
---|
| 61 | </li>
|
---|
| 62 | <li class="toctree-l1"><a class="reference internal" href="install.html">Installation instructions</a></li>
|
---|
| 63 | <li class="toctree-l1"><a class="reference internal" href="using.html">How to use it</a><ul>
|
---|
| 64 | <li class="toctree-l2"><a class="reference internal" href="using.html#recording-time">Recording time</a></li>
|
---|
| 65 | <li class="toctree-l2"><a class="reference internal" href="using.html#retrieving-information-from-the-existing-stamps">Retrieving information from the existing stamps</a></li>
|
---|
[44] | 66 | <li class="toctree-l2"><a class="reference internal" href="using.html#stamps-full-list-of-arguments">stamps - full List of arguments</a></li>
|
---|
[42] | 67 | <li class="toctree-l2"><a class="reference internal" href="using.html#date-based-filtering">Date-based filtering</a></li>
|
---|
| 68 | </ul>
|
---|
| 69 | </li>
|
---|
| 70 | </ul>
|
---|
| 71 | </div>
|
---|
| 72 | </div>
|
---|
| 73 | <div class="section" id="indices-and-tables">
|
---|
| 74 | <h1>Indices and tables<a class="headerlink" href="#indices-and-tables" title="Permalink to this headline">¶</a></h1>
|
---|
| 75 | <ul class="simple">
|
---|
| 76 | <li><a class="reference internal" href="genindex.html"><em>Index</em></a></li>
|
---|
| 77 | <li><a class="reference internal" href="py-modindex.html"><em>Module Index</em></a></li>
|
---|
| 78 | <li><a class="reference internal" href="search.html"><em>Search Page</em></a></li>
|
---|
| 79 | </ul>
|
---|
| 80 | </div>
|
---|
| 81 |
|
---|
| 82 |
|
---|
| 83 | </div>
|
---|
| 84 | </div>
|
---|
| 85 | </div>
|
---|
| 86 | <div class="sphinxsidebar">
|
---|
| 87 | <div class="sphinxsidebarwrapper">
|
---|
| 88 | <h3><a href="#">Table Of Contents</a></h3>
|
---|
| 89 | <ul>
|
---|
| 90 | <li><a class="reference internal" href="#">Welcome to Stamper’s documentation!</a></li>
|
---|
| 91 | <li><a class="reference internal" href="#indices-and-tables">Indices and tables</a></li>
|
---|
| 92 | </ul>
|
---|
| 93 |
|
---|
| 94 | <h4>Next topic</h4>
|
---|
| 95 | <p class="topless"><a href="about.html"
|
---|
| 96 | title="next chapter">About Stamper</a></p>
|
---|
| 97 | <h3>This Page</h3>
|
---|
| 98 | <ul class="this-page-menu">
|
---|
| 99 | <li><a href="_sources/index.txt"
|
---|
| 100 | rel="nofollow">Show Source</a></li>
|
---|
| 101 | </ul>
|
---|
| 102 | <div id="searchbox" style="display: none">
|
---|
| 103 | <h3>Quick search</h3>
|
---|
| 104 | <form class="search" action="search.html" method="get">
|
---|
| 105 | <input type="text" name="q" />
|
---|
| 106 | <input type="submit" value="Go" />
|
---|
| 107 | <input type="hidden" name="check_keywords" value="yes" />
|
---|
| 108 | <input type="hidden" name="area" value="default" />
|
---|
| 109 | </form>
|
---|
| 110 | <p class="searchtip" style="font-size: 90%">
|
---|
| 111 | Enter search terms or a module, class or function name.
|
---|
| 112 | </p>
|
---|
| 113 | </div>
|
---|
| 114 | <script type="text/javascript">$('#searchbox').show(0);</script>
|
---|
| 115 | </div>
|
---|
| 116 | </div>
|
---|
| 117 | <div class="clearer"></div>
|
---|
| 118 | </div>
|
---|
| 119 | <div class="related">
|
---|
| 120 | <h3>Navigation</h3>
|
---|
| 121 | <ul>
|
---|
| 122 | <li class="right" style="margin-right: 10px">
|
---|
| 123 | <a href="genindex.html" title="General Index"
|
---|
| 124 | >index</a></li>
|
---|
| 125 | <li class="right" >
|
---|
| 126 | <a href="about.html" title="About Stamper"
|
---|
| 127 | >next</a> |</li>
|
---|
| 128 | <li><a href="#">Stamper 0.1 documentation</a> »</li>
|
---|
| 129 | </ul>
|
---|
| 130 | </div>
|
---|
| 131 | <div class="footer">
|
---|
| 132 | © Copyright 2014, Fco. de Borja Lopez Rio, Oscar M. Lage.
|
---|
| 133 | Created using <a href="http://sphinx-doc.org/">Sphinx</a> 1.2.2.
|
---|
| 134 | </div>
|
---|
| 135 | </body>
|
---|
| 136 | </html>
|
---|