From 452cec177857dbca277dfed151f8a28d0b98f9b0 Mon Sep 17 00:00:00 2001 From: Markus Unterwaditzer Date: Sat, 20 Feb 2016 21:56:02 +0100 Subject: [PATCH] Restructure docs --- docs/config.rst | 6 +++--- docs/contributing.rst | 5 ----- docs/index.rst | 3 +-- docs/problems.rst | 11 ++++------- 4 files changed, 8 insertions(+), 17 deletions(-) delete mode 100644 docs/contributing.rst diff --git a/docs/config.rst b/docs/config.rst index 2bc9b6d..117f2b1 100644 --- a/docs/config.rst +++ b/docs/config.rst @@ -1,6 +1,6 @@ -============= -Configuration -============= +========================= +Full configuration manual +========================= Vdirsyncer uses an ini-like format for storing its configuration. All values are JSON, invalid JSON will get interpreted as string:: diff --git a/docs/contributing.rst b/docs/contributing.rst deleted file mode 100644 index ae30b4c..0000000 --- a/docs/contributing.rst +++ /dev/null @@ -1,5 +0,0 @@ -============ -Contributing -============ - -.. include:: ../CONTRIBUTING.rst diff --git a/docs/index.rst b/docs/index.rst index 82aec79..6805b08 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -27,7 +27,6 @@ Table of Contents config supported problems - vdir - contributing changelog + contact license diff --git a/docs/problems.rst b/docs/problems.rst index 7a828b8..537b5ec 100644 --- a/docs/problems.rst +++ b/docs/problems.rst @@ -1,11 +1,8 @@ -========================== -Support and Known Problems -========================== - -For any unanswered questions or problems, `open an issue on GitHub -`_ or `contact me directly -`_. +============== +Known Problems +============== +For any unanswered questions or problems, see :doc:`contact`. .. _debian-urllib3: