From 8d37574a1841f881e07d695485a4c115bbe6a8e1 Mon Sep 17 00:00:00 2001 From: Tim Wisniewski Date: Fri, 30 Oct 2015 09:07:32 -0400 Subject: [PATCH] Remove duplicate, malformed bullets Looks like the bullets were in there twice on [the docs](http://open-data-etl-utility-kit.readthedocs.org/en/latest/index.html) ([screenshot](http://i.imgur.com/rZE5LXt.png)), and there wasn't a preceding line break before the first set so markdown didn't treat them as bullets. --- docs/index.rst | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/docs/index.rst b/docs/index.rst index d3a56e2..41c9545 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -13,10 +13,6 @@ Open Data ETL Toolkit |release| This toolkit provides several utilities and framework to help governments deploy automated ETLs using the open-source Pentaho data integration (Kettle) software. Namely, this toolkit will assist with: -* Load data from a database an load it to a Socrata data portal -* Steps to integrate with an SMTP server to provide e-mail alerts on the outcome of ETL scripts -* Handles deployment issues when using multiple operating systems during development -* Utilities to allow administrators to quickly analyze the log files of ETLs for quick diagnostics * Load data from a database and transfer it to a Socrata data portal * Steps to integrate with an Exchange server to provide e-mail alerts @@ -61,4 +57,4 @@ Errors / Bugs Experiencing issues with the included files? Report it on our `issue tracker -`__ \ No newline at end of file +`__