From ba3666ff613b688ab3ad01a0a465ff56a162bde3 Mon Sep 17 00:00:00 2001 From: Javier Torres Date: Fri, 8 Feb 2019 20:30:39 +0100 Subject: [PATCH] Doc warning fixes --- doc/manual/source/install.rst | 2 +- doc/manual/source/operations/configure_data_services.rst | 2 +- doc/manual/source/operations/run_sync_tables.rst | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/doc/manual/source/install.rst b/doc/manual/source/install.rst index 8848f893c7..31301fd64e 100644 --- a/doc/manual/source/install.rst +++ b/doc/manual/source/install.rst @@ -167,7 +167,7 @@ Redis For data safety, make sure to have proper values of *save*, *appendonly* and *appendfsync* config attributes. For more information check `http://redis.io/topics/persistence` Node.js ------- +------- Node.js is required by different parts of the stack. The more significant are the Maps and SQL APIs. It's also used to install and execute some dependencies of Builder. diff --git a/doc/manual/source/operations/configure_data_services.rst b/doc/manual/source/operations/configure_data_services.rst index 3e4f81eb1e..e6a3d87d2a 100644 --- a/doc/manual/source/operations/configure_data_services.rst +++ b/doc/manual/source/operations/configure_data_services.rst @@ -103,7 +103,7 @@ Add the following entry to the `geocoder` entry of the `cartodb/config/app_confi host: 'localhost' port: '5432' user: 'dataservices_user' - dbname: 'dataservices_db'` + dbname: 'dataservices_db' In the `cartodb/config/app_config.yml` file, enable the desired dataservices: diff --git a/doc/manual/source/operations/run_sync_tables.rst b/doc/manual/source/operations/run_sync_tables.rst index cf3eb4c1ca..2921b0cc26 100644 --- a/doc/manual/source/operations/run_sync_tables.rst +++ b/doc/manual/source/operations/run_sync_tables.rst @@ -1,5 +1,5 @@ Running Sync Tables -============== +=================== If you are working with the **Sync Tables** feature, you must run a rake task to trigger the synchronization of the dataset. This rake retrieves all sync tables that should get synchronized, and puts the synchronization tasks at Resque: