From 43c191c8da9f94fd4710ff642ff5f99fb1354f6a Mon Sep 17 00:00:00 2001 From: Donne Martin Date: Sat, 28 Feb 2015 13:03:06 -0500 Subject: [PATCH] Moved AWS IPython Notebook to its own directory. --- README.md | 9 +++++++-- {commands => aws}/aws.ipynb | 0 2 files changed, 7 insertions(+), 2 deletions(-) rename {commands => aws}/aws.ipynb (100%) diff --git a/README.md b/README.md index 99af939..b7d2ced 100644 --- a/README.md +++ b/README.md @@ -19,6 +19,12 @@ IPython Notebooks demonstrating pandas functionality. * [pandas io](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/pandas/pandas_io.ipynb) * [pandas cleaning](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/pandas/pandas_clean.ipynb) +## aws + +IPython Notebooks demonstrating Amazon Web Services functionality. + +* [aws](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/aws/aws.ipynb) + ## spark IPython Notebooks demonstrating spark and HDFS functionality. @@ -29,7 +35,6 @@ IPython Notebooks demonstrating spark and HDFS functionality. IPython Notebooks demonstrating various command lines for AWS, Unix, etc. -* [aws commands](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/commands/aws.ipynb) * [linux commands](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/commands/linux.ipynb) * [jekyll commands](http://nbviewer.ipython.org/github/donnemartin/ipython-data-notebooks/blob/master/commands/jekyll.ipynb) @@ -70,4 +75,4 @@ IPython Notebooks demonstrating various command lines for AWS, Unix, etc. distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and - limitations under the License. \ No newline at end of file + limitations under the License. diff --git a/commands/aws.ipynb b/aws/aws.ipynb similarity index 100% rename from commands/aws.ipynb rename to aws/aws.ipynb