From 014552675e9948571e31e0339a40ce9e4fdbff4d Mon Sep 17 00:00:00 2001 From: Rufus Pollock Date: Sun, 18 Mar 2012 11:21:51 +0000 Subject: [PATCH] [#2226,doc][xs]: fix minor formatting issues causing sphinx warnings. --- doc/configuration.rst | 2 +- doc/domain-model.rst | 2 +- doc/install-from-source.rst | 4 ++-- doc/paster.rst | 4 ++-- 4 files changed, 6 insertions(+), 6 deletions(-) diff --git a/doc/configuration.rst b/doc/configuration.rst index 9c0f81ed5be..f0c533c3973 100644 --- a/doc/configuration.rst +++ b/doc/configuration.rst @@ -150,7 +150,7 @@ Example:: If there is a page which allows you to download a dump of the entire catalogue then specify the URL and the format here, so that it can be advertised in the web interface. ``dumps_format`` is just a string for display. -For more information on using dumpfiles, see :doc:`database_dumps`. +For more information on using dumpfiles, see :doc:`database-dumps`. recaptcha ^^^^^^^^^ diff --git a/doc/domain-model.rst b/doc/domain-model.rst index 3c7aae6f198..a834f2c492f 100644 --- a/doc/domain-model.rst +++ b/doc/domain-model.rst @@ -40,5 +40,5 @@ Entity List Part of the domain model but not central: * Revision - changes to the domain model -* :doc:`task status` - key/value information stored by CKAN Tasks +* :doc:`task-status` - key/value information stored by CKAN Tasks diff --git a/doc/install-from-source.rst b/doc/install-from-source.rst index 403ff331574..c6dc209c2ca 100644 --- a/doc/install-from-source.rst +++ b/doc/install-from-source.rst @@ -211,7 +211,7 @@ If you're using a remote host with password authentication rather than SSL authe 8. Setup Solr -~~~~~~~~~~~~~~ +~~~~~~~~~~~~~ Set up Solr following the instructions on :ref:`solr-single` or :ref:`solr-multi-core` depending on your needs. @@ -222,7 +222,7 @@ Set appropriate values for the ``ckan.site_id`` and ``solr_url`` config variable ckan.site_id=my_ckan_instance solr_url=http://127.0.0.1:8983/solr -9. Create database tables. +9. Create database tables ~~~~~~~~~~~~~~~~~~~~~~~~~ Now that you have a configuration file that has the correct settings for diff --git a/doc/paster.rst b/doc/paster.rst index 6d607af3756..c664a74dc17 100644 --- a/doc/paster.rst +++ b/doc/paster.rst @@ -198,7 +198,7 @@ To load it in again, you first have to clean the database of existing data (be c .. warning: The pg_dump file is a complete backup of the database in plain text, and includes API keys and other user data which may be regarded as private. So keep it secure, like your database server. -The pg_dump file notes which PostgreSQL user 'owns' the data on the server. Because the PostgreSQL user (by default) is identified as the current Linux user, and this is setup to be ``ckanINSTANCE`` where ``INSTANCE`` is the name of the CKAN instance. This means if you want to restore the pg_dump as another CKAN instance name (often needed if you move it to another server) then you will need to change the database owner - see :doc:`howto-editing--database-ownership`. +The pg_dump file notes which PostgreSQL user 'owns' the data on the server. Because the PostgreSQL user (by default) is identified as the current Linux user, and this is setup to be ``ckanINSTANCE`` where ``INSTANCE`` is the name of the CKAN instance. This means if you want to restore the pg_dump as another CKAN instance name (often needed if you move it to another server) then you will need to change the database owner - see :doc:`howto-editing-database-ownership`. Upgrade migration ~~~~~~~~~~~~~~~~~ @@ -210,7 +210,7 @@ When you upgrade CKAN software by any method *other* than the package update des Creating dump files ~~~~~~~~~~~~~~~~~~~ -For information on using ``db`` to create dumpfiles, see :doc:`database_dumps`. +For information on using ``db`` to create dumpfiles, see :doc:`database-dumps`. ratings: Manage dataset ratings