From 0c4c6253e7a78d77d582c01183b879cf44b1b305 Mon Sep 17 00:00:00 2001 From: igorborgest Date: Sat, 9 May 2020 07:34:52 -0300 Subject: [PATCH] Add legacy docs. #227 --- README.md | 2 +- docs/source/api.rst | 2 +- docs/source/index.rst | 2 +- docs/source/install.rst | 2 +- docs/source/what.rst | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/README.md b/README.md index 538fc8b83..99771e475 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ **NOTE** -Due the new major version `1.0.0` with breaking changes, please make sure that all your old projects has dependencies frozen on the desired version (e.g. `pip install awswrangler==0.3.2`). +Due the new major version `1.0.0` with breaking changes, please make sure that all your old projects has dependencies frozen on the desired version (e.g. `pip install awswrangler==0.3.2`). You can always read the legacy docs [here](https://aws-data-wrangler.readthedocs.io/en/legacy/). --- diff --git a/docs/source/api.rst b/docs/source/api.rst index 17395b8b8..7f36e5aa5 100644 --- a/docs/source/api.rst +++ b/docs/source/api.rst @@ -1,4 +1,4 @@ -.. note:: We just released a new major version `1.0` with breaking changes. Please make sure that all your old projects has the dependencies frozen on the desired version (e.g. `pip install awswrangler==0.3.2`). +.. note:: Due the new major version 1.0.0 with breaking changes, please make sure that all your old projects has dependencies frozen on the desired version (e.g. `pip install awswrangler==0.3.2`). You can always check the legacy docs `here `_. API Reference ============= diff --git a/docs/source/index.rst b/docs/source/index.rst index 57d5976f2..a20e727be 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -1,4 +1,4 @@ -.. note:: Due the new major version 1.0.0 with breaking changes, please make sure that all your old projects has dependencies frozen on the desired version (e.g. `pip install awswrangler==0.3.2`). +.. note:: Due the new major version 1.0.0 with breaking changes, please make sure that all your old projects has dependencies frozen on the desired version (e.g. `pip install awswrangler==0.3.2`). You can always check the legacy docs `here `_. Quick Start ----------- diff --git a/docs/source/install.rst b/docs/source/install.rst index 0a7380183..951171f2b 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -1,4 +1,4 @@ -.. note:: We just released a new major version `1.0` with breaking changes. Please make sure that all your old projects has dependencies frozen on the desired version (e.g. `pip install awswrangler==0.3.2`). +.. note:: Due the new major version 1.0.0 with breaking changes, please make sure that all your old projects has dependencies frozen on the desired version (e.g. `pip install awswrangler==0.3.2`). You can always check the legacy docs `here `_. Install ======= diff --git a/docs/source/what.rst b/docs/source/what.rst index d26bd1b53..52d7d8194 100644 --- a/docs/source/what.rst +++ b/docs/source/what.rst @@ -1,4 +1,4 @@ -.. note:: We just released a new major version `1.0` with breaking changes. Please make sure that all your old projects has dependencies frozen on the desired version (e.g. `pip install awswrangler==0.3.2`). +.. note:: Due the new major version 1.0.0 with breaking changes, please make sure that all your old projects has dependencies frozen on the desired version (e.g. `pip install awswrangler==0.3.2`). You can always check the legacy docs `here `_. What is AWS Data Wrangler? ==========================