fix sphinx warnings and close #558

This commit is contained in:
Volkan Gezer
2014-09-16 19:43:20 +02:00
parent 51666b49c3
commit cc26328c8b
4 changed files with 9 additions and 6 deletions

View File

@@ -68,8 +68,7 @@ will return memory-related errors.
* ``output_buffering = 0``
**These client configurations have been proven by testing maximum file sizes of
16 GB:**
**These client configurations have been proven by testing maximum file sizes of 16 GB:**
* Linux 32 Bit: Ubuntu, Firefox => 16GB
* Windows 8 64 Bit: Google Chrome => 8GB
@@ -77,4 +76,4 @@ will return memory-related errors.
**Note:**
You will need a minimum of 16GB (e.g, to stay consistent with the example value
above), in your upload_tmp_dir. Normally this points to /tmp. If your /tmp has
not enough space, you can change the value of upload_tmp_dir in your php.ini
not enough space, you can change the value of upload_tmp_dir in your php.ini

View File

@@ -22,6 +22,7 @@ Configuration
configuration_mail
configuration_preview
configuration_reverseproxy
configuration_file_sharing
configuring_big_file_upload
custom_mount_config_gui
custom_mount_config

View File

@@ -53,6 +53,7 @@ This section describes how to configure ownCloud and your web server. It
contains the following topics:
* :doc:`configuration/configuration_apps`
* :doc:`configuration/configuration_file_sharing`
* :doc:`configuration/configuration_users`
* :doc:`configuration/configuration_database`
* :doc:`configuration/auth_ldap`
@@ -81,7 +82,9 @@ server (for example, updating or migrating to a new version of ownCloud). It
contains the following topics:
* :doc:`maintenance/enable_maintenance`
* :doc:`maintenance/migrating`
* :doc:`maintenance/backup`
* :doc:`maintenance/update`
* :doc:`maintenance/upgrade`
* :doc:`maintenance/restore`
* :doc:`maintenance/migrating`
* :doc:`maintenance/convert_db`