From 8c61555b0d33a374f68c4ea0748875df21792827 Mon Sep 17 00:00:00 2001 From: Ignacio Santolin Date: Mon, 19 Aug 2019 09:16:33 -0300 Subject: [PATCH 1/4] DOC: Corrected file description in read_fwf() --- doc/source/user_guide/io.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/user_guide/io.rst b/doc/source/user_guide/io.rst index 7ba103c5ff996..621164ec287c2 100644 --- a/doc/source/user_guide/io.rst +++ b/doc/source/user_guide/io.rst @@ -28,7 +28,7 @@ The pandas I/O API is a set of top level ``reader`` functions accessed like :delim: ; text;`CSV `__;:ref:`read_csv`;:ref:`to_csv` - text;`TXT `__;:ref:`read_fwf` + text;`Fixed Width Text File `__;:ref:`read_fwf` text;`JSON `__;:ref:`read_json`;:ref:`to_json` text;`HTML `__;:ref:`read_html`;:ref:`to_html` text; Local clipboard;:ref:`read_clipboard`;:ref:`to_clipboard` From 96c19571d09e7bb18dc2a2405898e598020c6301 Mon Sep 17 00:00:00 2001 From: Ignacio Santolin Date: Mon, 19 Aug 2019 10:12:35 -0300 Subject: [PATCH 2/4] Removed Oracle Link --- doc/source/user_guide/io.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/user_guide/io.rst b/doc/source/user_guide/io.rst index 621164ec287c2..f44db6f00d6e0 100644 --- a/doc/source/user_guide/io.rst +++ b/doc/source/user_guide/io.rst @@ -28,7 +28,7 @@ The pandas I/O API is a set of top level ``reader`` functions accessed like :delim: ; text;`CSV `__;:ref:`read_csv`;:ref:`to_csv` - text;`Fixed Width Text File `__;:ref:`read_fwf` + text;`Fixed Width Text File`__;:ref:`read_fwf` text;`JSON `__;:ref:`read_json`;:ref:`to_json` text;`HTML `__;:ref:`read_html`;:ref:`to_html` text; Local clipboard;:ref:`read_clipboard`;:ref:`to_clipboard` From 3e42454e39cf5dc70969907ed4a0f6c50d757d3d Mon Sep 17 00:00:00 2001 From: Ignacio Santolin Date: Mon, 19 Aug 2019 10:33:30 -0300 Subject: [PATCH 3/4] backticks and underscores fixed --- doc/source/user_guide/io.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/user_guide/io.rst b/doc/source/user_guide/io.rst index f44db6f00d6e0..0eaa47510dedc 100644 --- a/doc/source/user_guide/io.rst +++ b/doc/source/user_guide/io.rst @@ -28,7 +28,7 @@ The pandas I/O API is a set of top level ``reader`` functions accessed like :delim: ; text;`CSV `__;:ref:`read_csv`;:ref:`to_csv` - text;`Fixed Width Text File`__;:ref:`read_fwf` + text;Fixed Width Text File;:ref:`read_fwf` text;`JSON `__;:ref:`read_json`;:ref:`to_json` text;`HTML `__;:ref:`read_html`;:ref:`to_html` text; Local clipboard;:ref:`read_clipboard`;:ref:`to_clipboard` From da3cbc5630fd4330ac9513e87e8fcae09ee269d6 Mon Sep 17 00:00:00 2001 From: Ignacio Santolin Date: Tue, 20 Aug 2019 10:33:49 -0300 Subject: [PATCH 4/4] Corrected Typo --- doc/source/user_guide/io.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/user_guide/io.rst b/doc/source/user_guide/io.rst index 0eaa47510dedc..1d49dbdee9c03 100644 --- a/doc/source/user_guide/io.rst +++ b/doc/source/user_guide/io.rst @@ -28,7 +28,7 @@ The pandas I/O API is a set of top level ``reader`` functions accessed like :delim: ; text;`CSV `__;:ref:`read_csv`;:ref:`to_csv` - text;Fixed Width Text File;:ref:`read_fwf` + text;Fixed-Width Text File;:ref:`read_fwf` text;`JSON `__;:ref:`read_json`;:ref:`to_json` text;`HTML `__;:ref:`read_html`;:ref:`to_html` text; Local clipboard;:ref:`read_clipboard`;:ref:`to_clipboard`