From d260012ae0de2008cc7f333277e3e9ecdc4937eb Mon Sep 17 00:00:00 2001 From: igorborgest Date: Mon, 13 Apr 2020 13:13:06 -0300 Subject: [PATCH] Add notes about the last release and also fix links in the docs #171 --- README.md | 7 +++++++ docs/source/api.rst | 2 ++ docs/source/index.rst | 9 +++++---- docs/source/install.rst | 2 ++ docs/source/what.rst | 2 ++ 5 files changed, 18 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 42004d320..7e9421568 100644 --- a/README.md +++ b/README.md @@ -1,3 +1,10 @@ +--- +**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`). + +--- + # AWS Data Wrangler *Pandas on AWS* ![AWS Data Wrangler](docs/source/_static/logo2.png?raw=true "AWS Data Wrangler") diff --git a/docs/source/api.rst b/docs/source/api.rst index 600013f66..2f71f41f4 100644 --- a/docs/source/api.rst +++ b/docs/source/api.rst @@ -1,3 +1,5 @@ +.. 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`). + API Reference ============= diff --git a/docs/source/index.rst b/docs/source/index.rst index b532340a0..fba553415 100644 --- a/docs/source/index.rst +++ b/docs/source/index.rst @@ -1,3 +1,5 @@ +.. 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`). + Quick Start ----------- @@ -33,8 +35,7 @@ Read The Docs what install - Tutorials + Tutorials api - License - Contributing - + License + Contributing diff --git a/docs/source/install.rst b/docs/source/install.rst index fe4ea512d..0a7380183 100644 --- a/docs/source/install.rst +++ b/docs/source/install.rst @@ -1,3 +1,5 @@ +.. 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`). + Install ======= diff --git a/docs/source/what.rst b/docs/source/what.rst index df48fd6a3..e6a4045d7 100644 --- a/docs/source/what.rst +++ b/docs/source/what.rst @@ -1,3 +1,5 @@ +.. 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`). + What is AWS Data Wrangler? ==========================