From e79da2e20a5b9dd4b04d512c3f16e9b783faceec Mon Sep 17 00:00:00 2001 From: Hanchi Wang Date: Fri, 13 Sep 2024 01:00:51 -0700 Subject: [PATCH] Remove tracing from navigation and experimental label from pf CLI (#3730) # Description Please add an informative description that covers that changes made by the pull request and link all relevant issues. # All Promptflow Contribution checklist: - [x] **The pull request does not introduce [breaking changes].** - [x] **CHANGELOG is updated for new features, bug fixes or other significant changes.** - [x] **I have read the [contribution guidelines](https://github.com/microsoft/promptflow/blob/main/CONTRIBUTING.md).** - [x] **I confirm that all new dependencies are compatible with the MIT license.** - [ ] **Create an issue and link to the pull request to get dedicated review from promptflow team. Learn more: [suggested workflow](../CONTRIBUTING.md#suggested-workflow).** ## General Guidelines and Best Practices - [x] Title of the pull request is clear and informative. - [x] There are a small number of commits, each of which have an informative message. This means that previously merged commits do not appear in the history of the PR. For more information on cleaning up the commits in your PR, [see this page](https://github.com/Azure/azure-powershell/blob/master/documentation/development-docs/cleaning-up-commits.md). ### Testing Guidelines - [ ] Pull request includes test coverage for the included changes. --- docs/cloud/index.md | 6 ------ docs/reference/pf-command-reference.md | 4 ---- 2 files changed, 10 deletions(-) diff --git a/docs/cloud/index.md b/docs/cloud/index.md index 840ec4f9934..ba3251a15a0 100644 --- a/docs/cloud/index.md +++ b/docs/cloud/index.md @@ -27,12 +27,6 @@ In prompt flow, You can develop your flow locally and then seamlessly transition For more resources on Azure AI, visit the cloud documentation site: [Build AI solutions with prompt flow](https://learn.microsoft.com/en-us/azure/machine-learning/prompt-flow/get-started-prompt-flow?view=azureml-api-2). -```{toctree} -:caption: Tracing -:maxdepth: 2 -azureai/tracing/index -``` - ```{toctree} :caption: Flow :maxdepth: 2 diff --git a/docs/reference/pf-command-reference.md b/docs/reference/pf-command-reference.md index 076e5f4882b..71f39b63ce6 100644 --- a/docs/reference/pf-command-reference.md +++ b/docs/reference/pf-command-reference.md @@ -1,9 +1,5 @@ # pf -:::{admonition} Experimental feature -This is an experimental feature, and may change at any time. Learn [more](../how-to-guides/faq.md#stable-vs-experimental). -::: - Manage prompt flow resources with the prompt flow CLI. | Command | Description |