doc: Refactors the documentation

This commit refactors the documentation according to my proposal in #1273
and the discussion I had with fd0 on IRC.

The bits from the manual that I could not immediately put into the new
structure are contained in manual_rest.rst Anything else is still there,
nothing has been deleted.

I changed the heading markup to follow the convention used in Python’s
Style Guide for documentation, this convention is explained in a comment
at the top of every file.

I also added a paragraph on installing restic on Debian.
This commit is contained in:
Jan Niggemann
2017-09-30 22:01:19 +02:00
committed by Alexander Neumann
parent 3afd974dea
commit f5b550191c
20 changed files with 1711 additions and 1502 deletions

View File

@@ -4,12 +4,16 @@ Restic Documentation
.. toctree::
:maxdepth: 2
installation
manual
010_introduction
020_installation
030_preparing_a_new_repo
040_backup
045_working_with_repos
050_restore
060_forget
070_encryption
080_examples
090_participating
100_references
faq
tutorials
development
references
talks
.. include:: ../README.rst
manual_rest