mirror of
https://github.com/restic/restic.git
synced 2025-08-24 21:33:43 +00:00
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:

committed by
Alexander Neumann

parent
3afd974dea
commit
f5b550191c
@@ -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
|
||||
|
Reference in New Issue
Block a user