Skip to content

Commit

Permalink
Remove tracing from navigation and experimental label from pf CLI (#3730
Browse files Browse the repository at this point in the history
)

# 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.
  • Loading branch information
luigiw authored Sep 13, 2024
1 parent 424dd18 commit e79da2e
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 10 deletions.
6 changes: 0 additions & 6 deletions docs/cloud/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions docs/reference/pf-command-reference.md
Original file line number Diff line number Diff line change
@@ -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 |
Expand Down

0 comments on commit e79da2e

Please sign in to comment.