[Python docs] Ordering of members in module on github.io does not seem to honor ordering in __all__
Open
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
Assessment
This issue has not been assessed yet.