From 82a97ca63149f502fe7ac6738a62044c4884635b Mon Sep 17 00:00:00 2001 From: Chang-Ning Tsai Date: Wed, 14 Feb 2024 08:43:42 -0800 Subject: [PATCH] remove used note Signed-off-by: Chang-Ning Tsai --- README.rst | 1 - docs/index.rst | 1 - docs/notes/python-aws.rst | 3 --- 3 files changed, 5 deletions(-) delete mode 100644 docs/notes/python-aws.rst diff --git a/README.rst b/README.rst index e56ea9d5..e8964267 100644 --- a/README.rst +++ b/README.rst @@ -65,7 +65,6 @@ Advanced Cheat Sheet - `Sqlalchemy `_ - `Security `_ - `SSH `_ -- `Boto3 `_ - `Tests `_ - `C Extensions `_ diff --git a/docs/index.rst b/docs/index.rst index 488d548b..bd511c06 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -78,7 +78,6 @@ modules usages. notes/python-sqlalchemy notes/python-security notes/python-ssh - notes/python-aws notes/python-tests notes/python-c-extensions diff --git a/docs/notes/python-aws.rst b/docs/notes/python-aws.rst deleted file mode 100644 index 5c379579..00000000 --- a/docs/notes/python-aws.rst +++ /dev/null @@ -1,3 +0,0 @@ -===== -Boto3 -=====