Azure / Azure/azure-sdk-tools

[Python docs] Ordering of members in module on github.io does not seem to honor ordering in __all__

Open
#4,907 0 comments 0 reactions 1 assignee Claimed by @scbedd View on GitHub
Central-EngSys
Dominant language
C#
Stars
135
Forks
260
Avg merge
1d 22h
Merged PRs (30d)
115

Description

If I compare the [12.14.1 version](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-storage-blob/12.14.1/azure.storage.blob.html) of azure-storage-blob with the [12.6.0 version](https://azuresdkdocs.blob.core.windows.net/$web/python/azure-storage-blob/12.6.0/azure.storage.blob.html), it seems like `AccessPolicy` has somehow managed to get to almost the top of the line. However, it doesn't seem like its position in [`__all__`](https://github.com/Azure/azure-sdk-for-python/blame/main/sdk/storage/azure-storage-blob/azure/storage/blob/__init__.py#L221) has changed.

I would expect the order in `__all__` to be honored.

Contributor guide

Open the contributing guide

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.