Skip to content

Commit 4b8dabf

Browse files
authored
Merge pull request #470 from zezha-msft/fix-readme-links
Fix READMEs in each package
2 parents ff51954 + 1ef7fb7 commit 4b8dabf

File tree

5 files changed

+40
-16
lines changed

5 files changed

+40
-16
lines changed

azure-storage-blob/README.rst

Lines changed: 10 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
Microsoft Azure Storage SDK for Python
22
======================================
33

4+
.. image:: https://travis-ci.org/Azure/azure-storage-python.svg
5+
:target: https://travis-ci.org/Azure/azure-storage-python
6+
.. image:: https://img.shields.io/codecov/c/github/azure/azure-storage-python.svg
7+
:target: https://codecov.io/gh/Azure/azure-storage-python
8+
49
This project provides a client library in Python that makes it easy to
510
consume Microsoft Azure Storage services. For documentation please see
6-
the Microsoft Azure `Python Developer Center`_ and our `API Reference`_ Page.
11+
the Microsoft Azure `Python Developer Center`_ and our `API Reference`_ (also available on `readthedocs`_).
712

813
If you are looking for the Service Bus or Azure Management
914
libraries, please visit
@@ -29,7 +34,7 @@ If you see azure==0.11.0 (or any version below 1.0), uninstall it first then ins
2934
pip uninstall azure
3035
pip install azure
3136
32-
If you are upgrading from a version older than 0.30.0, see the upgrade doc, the
37+
If you are upgrading from a version older than 0.30.0, see the upgrade doc, the
3338
usage samples in the samples directory, and the ChangeLog and BreakingChanges.
3439

3540
If you are encountering `problems`_ installing azure storage on Azure Web Apps,
@@ -211,7 +216,8 @@ Learn More
211216
- `API Reference`_
212217

213218
.. _Python Developer Center: http://azure.microsoft.com/en-us/develop/python/
214-
.. _API Reference: https://azure-storage.readthedocs.io/en/latest/
219+
.. _API Reference: https://docs.microsoft.com/en-us/python/api/overview/azure/storage/client?view=azure-python
220+
.. _readthedocs: https://azure-storage.readthedocs.io/
215221
.. _here: https://github.com/Azure/azure-storage-python/archive/master.zip
216222
.. _create an account: https://account.windowsazure.com/signup
217223
.. _Developer Forums on MSDN: http://social.msdn.microsoft.com/Forums/windowsazure/en-US/home?forum=windowsazuredata
@@ -223,4 +229,4 @@ Learn More
223229
.. _CONTRIBUTING.md doc: CONTRIBUTING.md
224230
.. _problems: https://github.com/Azure/azure-storage-python/issues/219
225231
.. _upgrading pip: https://docs.microsoft.com/en-us/visualstudio/python/managing-python-on-azure-app-service
226-
.. _cosmosdb: https://github.com/Azure/azure-cosmosdb-python
232+
.. _cosmosdb: https://github.com/Azure/azure-cosmosdb-python

azure-storage-common/README.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
Microsoft Azure Storage SDK for Python
22
======================================
33

4+
.. image:: https://travis-ci.org/Azure/azure-storage-python.svg
5+
:target: https://travis-ci.org/Azure/azure-storage-python
6+
.. image:: https://img.shields.io/codecov/c/github/azure/azure-storage-python.svg
7+
:target: https://codecov.io/gh/Azure/azure-storage-python
8+
49
This project provides a client library in Python that makes it easy to
510
consume Microsoft Azure Storage services. For documentation please see
6-
the Microsoft Azure `Python Developer Center`_ and our `API Reference`_ Page.
11+
the Microsoft Azure `Python Developer Center`_ and our `API Reference`_ (also available on `readthedocs`_).
712

813
If you are looking for the Service Bus or Azure Management
914
libraries, please visit
@@ -211,7 +216,8 @@ Learn More
211216
- `API Reference`_
212217

213218
.. _Python Developer Center: http://azure.microsoft.com/en-us/develop/python/
214-
.. _API Reference: https://azure-storage.readthedocs.io/en/latest/
219+
.. _API Reference: https://docs.microsoft.com/en-us/python/api/overview/azure/storage/client?view=azure-python
220+
.. _readthedocs: https://azure-storage.readthedocs.io/
215221
.. _here: https://github.com/Azure/azure-storage-python/archive/master.zip
216222
.. _create an account: https://account.windowsazure.com/signup
217223
.. _Developer Forums on MSDN: http://social.msdn.microsoft.com/Forums/windowsazure/en-US/home?forum=windowsazuredata
@@ -223,4 +229,4 @@ Learn More
223229
.. _CONTRIBUTING.md doc: CONTRIBUTING.md
224230
.. _problems: https://github.com/Azure/azure-storage-python/issues/219
225231
.. _upgrading pip: https://docs.microsoft.com/en-us/visualstudio/python/managing-python-on-azure-app-service
226-
.. _cosmosdb: https://github.com/Azure/azure-cosmosdb-python
232+
.. _cosmosdb: https://github.com/Azure/azure-cosmosdb-python

azure-storage-file/README.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
Microsoft Azure Storage SDK for Python
22
======================================
33

4+
.. image:: https://travis-ci.org/Azure/azure-storage-python.svg
5+
:target: https://travis-ci.org/Azure/azure-storage-python
6+
.. image:: https://img.shields.io/codecov/c/github/azure/azure-storage-python.svg
7+
:target: https://codecov.io/gh/Azure/azure-storage-python
8+
49
This project provides a client library in Python that makes it easy to
510
consume Microsoft Azure Storage services. For documentation please see
6-
the Microsoft Azure `Python Developer Center`_ and our `API Reference`_ Page.
11+
the Microsoft Azure `Python Developer Center`_ and our `API Reference`_ (also available on `readthedocs`_).
712

813
If you are looking for the Service Bus or Azure Management
914
libraries, please visit
@@ -211,7 +216,8 @@ Learn More
211216
- `API Reference`_
212217

213218
.. _Python Developer Center: http://azure.microsoft.com/en-us/develop/python/
214-
.. _API Reference: https://azure-storage.readthedocs.io/en/latest/
219+
.. _API Reference: https://docs.microsoft.com/en-us/python/api/overview/azure/storage/client?view=azure-python
220+
.. _readthedocs: https://azure-storage.readthedocs.io/
215221
.. _here: https://github.com/Azure/azure-storage-python/archive/master.zip
216222
.. _create an account: https://account.windowsazure.com/signup
217223
.. _Developer Forums on MSDN: http://social.msdn.microsoft.com/Forums/windowsazure/en-US/home?forum=windowsazuredata
@@ -223,4 +229,4 @@ Learn More
223229
.. _CONTRIBUTING.md doc: CONTRIBUTING.md
224230
.. _problems: https://github.com/Azure/azure-storage-python/issues/219
225231
.. _upgrading pip: https://docs.microsoft.com/en-us/visualstudio/python/managing-python-on-azure-app-service
226-
.. _cosmosdb: https://github.com/Azure/azure-cosmosdb-python
232+
.. _cosmosdb: https://github.com/Azure/azure-cosmosdb-python

azure-storage-queue/README.rst

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,14 @@
11
Microsoft Azure Storage SDK for Python
22
======================================
33

4+
.. image:: https://travis-ci.org/Azure/azure-storage-python.svg
5+
:target: https://travis-ci.org/Azure/azure-storage-python
6+
.. image:: https://img.shields.io/codecov/c/github/azure/azure-storage-python.svg
7+
:target: https://codecov.io/gh/Azure/azure-storage-python
8+
49
This project provides a client library in Python that makes it easy to
510
consume Microsoft Azure Storage services. For documentation please see
6-
the Microsoft Azure `Python Developer Center`_ and our `API Reference`_ Page.
11+
the Microsoft Azure `Python Developer Center`_ and our `API Reference`_ (also available on `readthedocs`_).
712

813
If you are looking for the Service Bus or Azure Management
914
libraries, please visit
@@ -211,7 +216,8 @@ Learn More
211216
- `API Reference`_
212217

213218
.. _Python Developer Center: http://azure.microsoft.com/en-us/develop/python/
214-
.. _API Reference: https://azure-storage.readthedocs.io/en/latest/
219+
.. _API Reference: https://docs.microsoft.com/en-us/python/api/overview/azure/storage/client?view=azure-python
220+
.. _readthedocs: https://azure-storage.readthedocs.io/
215221
.. _here: https://github.com/Azure/azure-storage-python/archive/master.zip
216222
.. _create an account: https://account.windowsazure.com/signup
217223
.. _Developer Forums on MSDN: http://social.msdn.microsoft.com/Forums/windowsazure/en-US/home?forum=windowsazuredata
@@ -223,4 +229,4 @@ Learn More
223229
.. _CONTRIBUTING.md doc: CONTRIBUTING.md
224230
.. _problems: https://github.com/Azure/azure-storage-python/issues/219
225231
.. _upgrading pip: https://docs.microsoft.com/en-us/visualstudio/python/managing-python-on-azure-app-service
226-
.. _cosmosdb: https://github.com/Azure/azure-cosmosdb-python
232+
.. _cosmosdb: https://github.com/Azure/azure-cosmosdb-python

tool_validate_packages.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -39,9 +39,9 @@ def install_storage_package(executable_location, environment):
3939
check_call([executable_location, 'install', 'azure-storage-queue', '-i',
4040
'https://testpypi.python.org/pypi', '--no-deps'])
4141
elif environment == 'prod':
42-
check_call([executable_location, 'install', 'azure-storage-blob'])
43-
check_call([executable_location, 'install', 'azure-storage-file'])
44-
check_call([executable_location, 'install', 'azure-storage-queue'])
42+
check_call([executable_location, 'install', 'azure-storage-blob', '--no-cache-dir'])
43+
check_call([executable_location, 'install', 'azure-storage-file', '--no-cache-dir'])
44+
check_call([executable_location, 'install', 'azure-storage-queue', '--no-cache-dir'])
4545
else:
4646
# install the namespace package first
4747
nspkg_wheel = glob.glob("dist/*nspkg*.whl")

0 commit comments

Comments
 (0)