Glorious.

This commit is contained in:
Manuel Ebert 2013-10-22 13:24:16 -10:00
parent 3d943591cb
commit 3ee749c26c
24 changed files with 886 additions and 1647 deletions

View file

@ -1,31 +1,20 @@
.. jrnl documentation master file, created by
sphinx-quickstart on Wed Aug 7 13:22:51 2013.
You can adapt this file completely to your liking, but it should at least
contain the root `toctree` directive.
jrnl: The command-line journal
==============================
Release v\ |version|. (:ref:`Installation <install>`)
>>> r = requests.get('https://api.github.com/user', auth=('user', 'pass'))
>>> r.status_code
200
>>> r.headers['content-type']
'application/json; charset=utf8'
>>> r.encoding
'utf-8'
>>> r.text
u'{"type":"User"...'
>>> r.json()
{u'private_gists': 419, u'total_private_repos': 77, ...}
Contents:
.. toctree::
:maxdepth: 2
:maxdepth: 3
overview
installation
usage
encryption
export
advanced
recipes