Browse Source

fix warnings in docs generation

Antoine Beaupré 9 years ago
parent
commit
500c2a8a20
3 changed files with 5 additions and 5 deletions
  1. 1 2
      README.rst
  2. 2 2
      docs/development.rst
  3. 2 1
      docs/faq.rst

+ 1 - 2
README.rst

@@ -102,8 +102,7 @@ Now doing another backup, just to show off the great deduplication::
     This archive:          57.16 MB           46.78 MB            151.67 kB  <--- !
     All archives:         114.02 MB           93.46 MB             44.81 MB
 
-For a graphical frontend refer to our complementary project
-`BorgWeb <https://github.com/borgbackup/borgweb>`_.
+For a graphical frontend refer to our complementary project `BorgWeb`_.
 
 Links
 =====

+ 2 - 2
docs/development.rst

@@ -136,11 +136,11 @@ Checklist:
     python setup.py register sdist upload --identity="Thomas Waldmann" --sign
 
 - close release milestone on Github
-- announce on::
+- announce on:
 
  - `mailing list <mailto:borgbackup@librelist.org>`_
  - Twitter (follow @ThomasJWaldmann for these tweets)
- - `IRC channel <irc://irc.freenode.net/borgbackup>`_ (change ``/topic``
+ - `IRC channel <irc://irc.freenode.net/borgbackup>`_ (change ``/topic``)
 
 - create a Github release, include:
   * standalone binaries (see above for how to create them)

+ 2 - 1
docs/faq.rst

@@ -5,7 +5,7 @@ Frequently asked questions
 ==========================
 
 Can I backup VM disk images?
-    Yes, the :ref:`deduplication <deduplication_def>` technique used by
+    Yes, the `deduplication`_ technique used by
     |project_name| makes sure only the modified parts of the file are stored.
     Also, we have optional simple sparse file support for extract.
 
@@ -52,6 +52,7 @@ Which file types, attributes, etc. are *not* preserved?
 
 Why is my backup bigger than with attic?
 Why doesn't |project_name| do compression by default?
+
     * attic was rather unflexible when it comes to compression, it always
       compressed using zlib level 6 (no way to switch compression off or
       adjust the level or algorithm)