Updated docs from master

This commit is contained in:
Manuel Ebert 2014-02-05 10:36:55 -08:00
parent 377c8524ca
commit 0bcfdb2bde
35 changed files with 61 additions and 61 deletions

View file

@ -7,7 +7,7 @@
<head>
<meta http-equiv="Content-Type" content="text/html; charset=utf-8" />
<title>Basic Usage &mdash; jrnl 1.7.9 documentation</title>
<title>Basic Usage &mdash; jrnl 1.7.10 documentation</title>
<link rel="stylesheet" href="_static/css/jrnl.css" type="text/css" />
<link rel="stylesheet" href="_static/pygments.css" type="text/css" />
@ -15,7 +15,7 @@
<script type="text/javascript">
var DOCUMENTATION_OPTIONS = {
URL_ROOT: '',
VERSION: '1.7.9',
VERSION: '1.7.10',
COLLAPSE_INDEX: false,
FILE_SUFFIX: '.html',
HAS_SOURCE: true
@ -24,7 +24,7 @@
<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>
<link rel="top" title="jrnl 1.7.9 documentation" href="index.html" />
<link rel="top" title="jrnl 1.7.10 documentation" href="index.html" />
<link rel="next" title="Encryption" href="encryption.html" />
<link rel="prev" title="Getting started" href="installation.html" />
@ -87,7 +87,7 @@
<h2>Viewing<a class="headerlink" href="#viewing" title="Permalink to this headline"></a></h2>
<div class="highlight-python"><pre>jrnl -n 10</pre>
</div>
<p>will list you the ten latest entries,</p>
<p>will list you the ten latest entries (if you&#8217;re lazy, <tt class="docutils literal"><span class="pre">jrnl</span> <span class="pre">-10</span></tt> will do the same),</p>
<div class="highlight-python"><pre>jrnl -from "last year" -until march</pre>
</div>
<p>everything that happened from the start of last year to the start of last march. To only see your favourite entries, use</p>