Parcourir la source

doc: Make fit for use with make latexpdf

Daniel Molkentin il y a 13 ans
Parent
commit
f607cf55c6
3 fichiers modifiés avec 4 ajouts et 9 suppressions
  1. 1 1
      doc/branding.rst
  2. 0 5
      doc/index.rst
  3. 3 3
      doc/usage.rst

+ 1 - 1
doc/branding.rst

@@ -46,7 +46,7 @@ the ``%RESOURCES`` placeholder (note the single ``%``!).
 
 Example::
 
-  ``%RESOURCES/custom/myimage_top.png
+  %RESOURCES/custom/myimage_top.png
 
 .. note:: ``%RESOURCES`` is currently undefined on Linux, it points to the
           directory location of ``custom.ini`` on all other platforms.

+ 0 - 5
doc/index.rst

@@ -20,8 +20,3 @@ Contents
    troubleshooting
    glossary 
 
-Index
-=====
-
-  * :ref:`genindex`
-

+ 3 - 3
doc/usage.rst

@@ -22,11 +22,11 @@ Command line switches
 ownCloud Client supports the following command line switches:
 
 +--------------------------+------------------------------------------------+
-+ Switch                   | Action                                         |
+| Switch                   | Action                                         |
 +==========================+================================================+
 | ``--logwindow``          | open a window to show log output at startup.   |
 +--------------------------+------------------------------------------------+
-| ``--logfile <filename>`` | write log output to file .                     |
+| ``--logfile <filename>`` | write log output to file.                      |
 +--------------------------+------------------------------------------------+
 | ``--flushlog``           | flush the log file after every write.          |
 +--------------------------+------------------------------------------------+
@@ -45,7 +45,7 @@ It contains settings in the ini file format known from Windows.
 These are config settings that may be changed:
 
 +---------------------------+-----------+--------------+-----------+-----------------------------------------------------+
-+ Setting                   | Data Type | Unit         | Default   | Description                                         |
+| Setting                   | Data Type | Unit         | Default   | Description                                         |
 +===========================+===========+==============+===========+=====================================================+
 | ``remotePollinterval``    | integer   | milliseconds | ``30000`` | Poll time for the remote repository                 |
 +---------------------------+-----------+--------------+-----------+-----------------------------------------------------+