From 506af7c9c21fd7c9f1b5064766d91c5051abb966 Mon Sep 17 00:00:00 2001 From: Daniel Quinn Date: Sat, 3 Feb 2018 15:26:09 +0000 Subject: [PATCH] Conform to an 80-character limit --- docs/index.rst | 15 ++++++++------- docs/setup.rst | 5 +++-- 2 files changed, 11 insertions(+), 9 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index c9aa8ae7a..682c5c81a 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -5,9 +5,9 @@ Paperless Paperless is a simple Django application running in two parts: a :ref:`consumer ` (the thing that does the indexing) and -the :ref:`webserver ` (the part that lets you search & download -already-indexed documents). If you want to learn more about its functions keep on -reading after the installation section. +the :ref:`webserver ` (the part that lets you search & +download already-indexed documents). If you want to learn more about its +functions keep on reading after the installation section. .. _index-why-this-exists: @@ -16,12 +16,13 @@ Why This Exists =============== Paper is a nightmare. Environmental issues aside, there's no excuse for it in -the 21st century. It takes up space, collects dust, doesn't support any form of -a search feature, indexing is tedious, it's heavy and prone to damage & loss. +the 21st century. It takes up space, collects dust, doesn't support any form +of a search feature, indexing is tedious, it's heavy and prone to damage & +loss. I wrote this to make "going paperless" easier. I do not have to worry about -finding stuff again. I feed documents right from the post box into the scanner and -then shred them. Perhaps you might find it useful too. +finding stuff again. I feed documents right from the post box into the scanner +and then shred them. Perhaps you might find it useful too. diff --git a/docs/setup.rst b/docs/setup.rst index 58ed44401..59179cb28 100644 --- a/docs/setup.rst +++ b/docs/setup.rst @@ -570,7 +570,8 @@ your gunicorn instance. This should do the trick: Vagrant ....... -You may use the Ubuntu explanation above. Replace ``(local-filesystems and net-device-up IFACE=eth0)`` with ``vagrant-mounted``. +You may use the Ubuntu explanation above. Replace +``(local-filesystems and net-device-up IFACE=eth0)`` with ``vagrant-mounted``. .. _setup-permanent-docker: @@ -584,7 +585,7 @@ Docker daemon. .. _restart-policy: https://docs.docker.com/engine/reference/commandline/run/#restart-policies-restart -.. _setup-subdirectory +.. _setup-subdirectory: Hosting Paperless in a Subdirectory -----------------------------------