From 1c123ae779d3861686e964cfa2a8c5af4ffddba2 Mon Sep 17 00:00:00 2001 From: Nikhil Murthy Date: Fri, 8 Nov 2019 12:18:11 -0800 Subject: [PATCH 1/2] Fix tablib links --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index d14febb..39b2d2e 100644 --- a/README.rst +++ b/README.rst @@ -86,7 +86,7 @@ Other options include ``rows.as_dict()`` and ``rows.as_dict(ordered=True)``. - Bulk actions: ``Database.bulk_query()`` & ``Database.bulk_query_file()``. Records is proudly powered by `SQLAlchemy `_ -and `Tablib `_. +and `Tablib < https://tablib.readthedocs.io/>`_. ☤ Data Export Functionality --------------------------- @@ -147,7 +147,7 @@ You get the point. All other features of Tablib are also available, so you can sort results, add/remove columns/rows, remove duplicates, transpose the table, add separators, slice data by column, and more. -See the `Tablib Documentation `_ +See the `Tablib Documentation < https://tablib.readthedocs.io/>`_ for more details. ☤ Installation From d79b39a194e20b3d8abcf73e99683e4d15938206 Mon Sep 17 00:00:00 2001 From: Nikhil Murthy Date: Fri, 8 Nov 2019 12:20:08 -0800 Subject: [PATCH 2/2] Update README.rst Phone editing fixes... --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 39b2d2e..ddf12b3 100644 --- a/README.rst +++ b/README.rst @@ -86,7 +86,7 @@ Other options include ``rows.as_dict()`` and ``rows.as_dict(ordered=True)``. - Bulk actions: ``Database.bulk_query()`` & ``Database.bulk_query_file()``. Records is proudly powered by `SQLAlchemy `_ -and `Tablib < https://tablib.readthedocs.io/>`_. +and `Tablib `_. ☤ Data Export Functionality --------------------------- @@ -147,7 +147,7 @@ You get the point. All other features of Tablib are also available, so you can sort results, add/remove columns/rows, remove duplicates, transpose the table, add separators, slice data by column, and more. -See the `Tablib Documentation < https://tablib.readthedocs.io/>`_ +See the `Tablib Documentation `_ for more details. ☤ Installation