|
1 | | -# Microsoft Authentication Library (MSAL) for Python Documentation |
| 1 | +# Microsoft Authentication Library (MSAL) for Python |
2 | 2 |
|
3 | 3 | [](https://github.com/MicrosoftDocs/microsoft-authentication-library-for-python/actions/workflows/linkvalidator.yml) |
4 | 4 |
|
5 | | -This is the documentation repository for Microsoft Authentication Library (MSAL) for Python. If you are looking for the library, refer to [AzureAD/microsoft-authentication-library-for-python](https://github.com/AzureAD/microsoft-authentication-library-for-python). |
| 5 | +This is the **documentation repository** for Microsoft Authentication Library (MSAL) for Python. |
| 6 | + |
| 7 | +| Resource | Location | |
| 8 | +|:-----------------------------|:-----------| |
| 9 | +| ✅ **SDK Repository** | [`AzureAD/microsoft-authentication-library-for-python`](https://github.com/AzureAD/microsoft-authentication-library-for-python) | |
| 10 | +| ✅ **SDK Package** | [`msal`](https://pypi.org/project/msal/) | |
| 11 | +| ✅ **SDK Documentation** | [MSAL for Python on Microsoft Learn](https://learn.microsoft.com/entra/msal/python/) | |
| 12 | +| 🔒 **SDK Documentation CI Job** | [Azure Pipelines](https://apidrop.visualstudio.com/Content%20CI/_build?definitionId=6169) | |
6 | 13 |
|
7 | 14 | ## Contributions |
8 | 15 |
|
9 | 16 | Contributions to our documentation are welcome. Make sure to familiarize yourself with the [Microsoft Writing Style Guide](https://learn.microsoft.com/style-guide/welcome/) and the [Contributor Guide](https://learn.microsoft.com/contribute/) before making any changes. |
10 | 17 |
|
11 | | -> **Warning** |
12 | | -> **Do not** modify any YML files in the `python/docs-ref-autogen` folder - those are generated automatically from the library source code and any changes will be automatically overwritten the next time the documentation Continuous Integration (CI) job runs. To make changes to any API docs you will need to open a pull request in the [AzureAD/microsoft-authentication-library-for-python](https://github.com/AzureAD/microsoft-authentication-library-for-python) repository. |
13 | | -
|
14 | | -If you would like to author an entirely new document (e.g., for a new scenario), make sure to [open an issue](https://github.com/MicrosoftDocs/microsoft-authentication-library-for-python/issues) first. This will allow the engineering team to discuss the proposed changes and ensure that it won't be overwritten by future changes. |
| 18 | +If you would like to author an entirely new document (e.g., for a new scenario), make sure to [open an issue](https://github.com/AzureAD/microsoft-authentication-library-for-python/issues) first. This will allow the engineering team to discuss the proposed changes and ensure that it won't be overwritten by future changes. |
15 | 19 |
|
16 | | -## API reference documentation automation |
| 20 | +## API Documentation |
17 | 21 |
|
18 | | -Continuous Integration (CI) jobs for this repository are available in the [automation Azure DevOps instance](https://apidrop.visualstudio.com/Content%20CI/_build?definitionId=6169). |
| 22 | +**Do not** modify any XML files in the `python/docs-ref-autogen` folder - those are generated automatically from the library source code and any changes will be automatically overwritten the next time the documentation runs. |
19 | 23 |
|
20 | | ->**Note** |
21 | | ->The changes from the CI job will always be pushed to the `smoke-test` branch first. To propagate them to production, merge the changes into `main`, and then merge `main` to `live`. Ensure that all checks pass before merging changes. |
| 24 | +To make changes to any API docs you will need to open a pull request in the [`AzureAD/microsoft-authentication-library-for-python`](https://github.com/AzureAD/microsoft-authentication-library-for-python) repository and amend code comments. |
22 | 25 |
|
23 | 26 | ## Microsoft Open Source Code of Conduct |
24 | 27 |
|
|
0 commit comments